|
J
|
Jane 4/14/2009 |
|
Hi, |
|
|
E
|
erc author 4/14/2009 |
|
I'm using this on an Add Record page, so I've tried adding the following code: global $record;
|
|
|
J
|
Jane 4/14/2009 |
|
Hi, |
|
|
E
|
erc author 4/14/2009 |
|
Is that possible? Since the visual editor shows what I assume are smarty tags in place of the HTML for the fields, I don't understand how you can assign a class to a particular field. |
|
|
|
Sergey Kornilov admin 4/14/2009 |
|
You can proceed to Visual Editor, make field selected and switch to HTML mode. <span class="classname">{$FieldName_value}</span> |
|