AddFFClass method: Field class
Syntax
AddFFClass(style_names)
Description
Use the AddFFClass method to update the value of the FreeFormStyleName property. This method appends free form style classes to any existing styles defined by the FreeFormStyleName property for this field.
Important:
Use this method within fluid applications only.
Parameters
| Parameter | Description |
|---|---|
|
style_names |
Specifies the style names as a string value. |
Returns
None.
Example
&fld1.AddFFClass("active color_red");