| Title |
kTextInput |
| Description |
This component is a clone of TextInput classic component, and works the same.
But i have added different input data validations.
So with kTextInput, you can now test if a text input in "email" field is a valid email address, or if phone number or currency value is right, and more...
You can also add you personal validation function.
This component saves data for future use, in a cookie, same as Internet Explorer with input type='text'.
* Field memory - Save data write in field for futur use, such as Internet Explorer with HTML <input type='text'.
* Field requiere - An star indicate if the field is requiere (if it is)
* Validation : Text - Simple input text validation.
Field is valide if some text was write in.
* Validation : Numeric - Simple input number validation.
Field is valide if some number was write in.
* Validation : Email - Field is valide if email was write in.
* Valiadtion : URL - Field is valide if some valide URL (http or https) was write in.
* Validation : Password - Password validation with minimum and maximum text length
* Validation : Date - Valide a date
* Validation : Phone - Valide a phone number
* Validation : Currency - Valide a currency value (and format it with specified currency symbol)
* Validation : CBNumber and CBDate - For CB card number and CB expiration date validation.
* Validation : Personnal - You can specifie a personnal validation function for component occurence.
Your validation function must be accept ONE parameter as String (a data write in field), and return a boolean.
* Validation by Mask - For some validation you can specifie a mask string used in kTextField. For example, with date validation you can for a format with mask : __/__/____ for french valide date. |
| What link is broken (download, homepage, all )? * |
|