P
|
procheck 10/18/2010 |
You could try modifying the code from this post. |
A
|
aalekizoglou author 10/20/2010 |
Well, in fact that was not what i needed. I think somehow i could have a javascript to validate entered value, but then i should somehow show up the error and not let the system go away with the save button. In the manual there is a javascript example that someone could add a custome regexp validation into onloadjavascript event, but then i should have to generate a regexp to validate against dates. And i think regexp's are not for that reason. |
![]() |
Admin 10/21/2010 |
You can add your own Javascript-based validation plugins. |
A
|
aalekizoglou author 10/22/2010 |
<br />You can add your own Javascript-based validation plugins.<br /><br />Check 'How to add your own validation plugins' section at <a href='http://xlinesoft.com/phprunner/docs/validation_types.htm'; class='bbc_url' title='External link' rel='nofollow'>http://xlinesoft.com...ation_types.htm</a><br /> <br /><br /><br /> |
A
|
ann 10/22/2010 |
Athanasios, |