C
|
copper21 3/1/2012 |
In the events area go to Edit Page of the users table. Select "Javascript Onload Event" |
C
|
cgphp 3/1/2012 |
To make the field readonly, not disabled, use the following code: var ctrl = Runner.getControl(pageid, 'username'); |
I
|
igiacchi author 3/1/2012 |
To make the field readonly, not disabled, use the following code: var ctrl = Runner.getControl(pageid, 'username');
|
C
|
copper21 3/2/2012 |
Ivano, |
C
|
cgphp 3/2/2012 |
In the "Before display" event of the edit page, enter the following code: if($values['group_field_name'] == 'user') |
I
|
igiacchi author 3/2/2012 |
CLOSED In the "Before display" event of the edit page, enter the following code: if($values['group_field_name'] == 'user')
|