|
|
Sergey Kornilov admin 9/12/2011 |
|
Regular expressions are for validation purposes only. You cannot use validation to change the case. You can though use Javascript API to assign CSS property text-transform: var ctrl = Runner.getControl(pageid, 'Make'); |
|
|
C
|
CK. author 9/12/2011 |
|
Regular expressions are for validation purposes only. You cannot use validation to change the case. You can though use Javascript API to assign CSS property text-transform: http://www.w3schools.com/cssref/pr_text_text-transform.asp Use addStyle function for this purpose: http://xlinesoft.com/phprunner/docs/ctrl_addstyle.htm var ctrl = Runner.getControl(pageid, 'Make');
|
|
|
|
Sergey Kornilov admin 9/12/2011 |
|
I see what you saying. |
|
|
C
|
CK. author 9/12/2011 |
|
I see what you saying. Check masked input in this regard: http://xlinesoft.com/blog/2011/04/30/masked-input-in-phprunnerasprunnerpro-applications/
into a template to make it load every time the form created in state of doing it manually for each form? |
|
|
|
Sergey Kornilov admin 9/13/2011 |
|
Check this article: |
|