C
|
cgphp 10/9/2013 |
var ctrl = Runner.getControl(pageid, 'my_field_name');
|
C
|
CWDATA author 10/9/2013 |
var ctrl = Runner.getControl(pageid, 'my_field_name');
|
C
|
cgphp 10/9/2013 |
Put the code in the "Javascript onload" event of the add/edit page where you have the checkbox. |