.mql file or preferably directly in the database.
Input Parameters:
| Input Parameter | Description | Default Value | 
|---|---|---|
| rows | Displays <input>field when the$rowsvalue is not specified or its value is one.Displays <textarea>when the$rowsvalue is greater than one. | Undefined. | 
| value | Input string. | Empty string. | 
onkeypress, onkeydown, onchange, onmouseover, onmouseout to related function names from the string.js.
See also String Length example.
| Input Parameter | Description | Default Value | 
|---|---|---|
| id | ID value. | Undefined. | 
| length | Value of the maxlength. | 12 | 
| size | Value of the size. | int($length) | 
| width | Helps construct value of the style. | Undefined. | 
| password | Helps construct value of the type. | Undefined. | 
| readonly | If it's defined it sets the tag to readOnly. | Undefined. | 
| Input Parameter | Description | Default Value | 
|---|---|---|
| id | ID value. | Undefined. | 
| length | The default value of the colsparameter. | 12 | 
| width | Helps construct value of styleparameter. | Undefined. | 
| cols | Value of the colsparameter. | ceil($length/$rows)otherwise undefined. | 
| readonly | If it's defined it sets the tag to readOnly | Undefined. | 
Input_String_Init() function creates JavaScript object using Input_Init() from input.comp and sets its properties.
| Input Parameter | Description | Default Value | 
|---|---|---|
| id | Object name. | Undefined. | 
| description | Object tooltip. | Empty string. | 
| length | Obj.maxLength | 12 | 
| valid_chars | Obj.validCharsregular expression determines which pressed keys to validate. | '.*' | 
| ignore_chars | Obj.ignoreCharsregular expression determines which pressed keys to ignore . | Empty string. | 
| trim | Obj.trimstring configures how to trim the input string:* R- trim the right side spaces.* L- trim the left side spaces.* <other_character>- trim any other characters from the string. | $r->dir_config('String_TrimDefault'); | 
| trans | Obj.transstring configures how to translate the input string:* Uoru- converts the input string to upper case.* Lorl- converts the input string to lower case. | Undefined. | 
 Copyright (©) Leader.IT - Italy P.I. IT01434390223 Privacy policy & use of cookies
Copyright (©) Leader.IT - Italy P.I. IT01434390223 Privacy policy & use of cookies