![]() |
Sergey Kornilov admin 12/6/2010 |
'Edit as' settings are applied on both Edit and Add pages. var ctrl = Runner.getControl(pageid, 'YourFieldNameHere');
|
O
|
onlline author 12/7/2010 |
'Edit as' settings are applied on both Edit and Add pages. You can remove validation from the Add page using Javascript API. Here is the sample code that needs to be add to Javascript OnLoad event on the Add page: var ctrl = Runner.getControl(pageid, 'YourFieldNameHere');
|
![]() |
Sergey Kornilov admin 12/8/2010 |
Not sure what CompAir is. |