A
|
ann 7/19/2010 |
Hi, var ctrl = Runner.getControl(pageid, 'FieldName');
|
E
|
erdinoxyz author 7/19/2010 |
Hi, you can change font on the edit page using JavaScript Onload event: var ctrl = Runner.getControl(pageid, 'FieldName');
|
A
|
ann 7/20/2010 |
Hi, <script>
|
E
|
erdinoxyz author 7/20/2010 |
Hi, JavaScript Onload event was added in the version 6.2 only. To make it work in version 6.0 proceed to the Visual Editor tab, switch to the HTML mode and add at the end of the page: <script>
|