![]() |
Sergey Kornilov admin 10/23/2011 |
Unfortunately there is no workaround for this. |
N
|
notuo author 10/23/2011 |
Unfortunately there is no workaround for this.
|
C
|
cgphp 10/23/2011 |
You can remove the Required field flag for that field and in the Javascript OnLoad event of the Add/Edit page, enter the following code: var ctrlFieldName = Runner.getControl(pageid, 'FieldName');
|
N
|
notuo author 10/24/2011 |
Thanks Cristian. The "bad part" is the manually you mentioned. |
C
|
cgphp 10/24/2011 |
In the Javascript on load event of the add/edit page: var required_span = $('<span> * Required</span>'); |