Validation using radio button |
12/26/2011 22:08:19 | |
| PHPRunner General questions | ||
|
K
kiko author
I have a radio button that has a set of fiels of 'Y' and 'N'. I want to set a validation that if I pick Y i can only input any amount and if N i can input 1-50. |
||
|
C
|
cgphp 12/27/2011 |
|
You have to add your own validation plugins. Check this article: http://xlinesoft.com/phprunner/docs/validation_types.htm |
|
|
L
|
laonian 12/28/2011 |
|
You have to add your own validation plugins. Check this article: http://xlinesoft.com...ation_types.htm
|
|
|
C
|
cgphp 12/29/2011 |
|
Yes, it's possible. Using the addValidation and removeValidation constructs you can accomplish the task. More info here: http://xlinesoft.com/phprunner/docs/ctrl_addvalidation.htm |
|