The Rich Text element is used to allow data entry in a form with the additional ability to format text in HTML.
| Property Name |
Description |
| Name |
This property is used the describe the name of the Rich Text Field. In addition if this element is to become a search field, this property then becomes the label for the search field in the form. |
| Value |
This optional property is for storing the value for the text area field element. It can also be used for default value. |
| SearchField |
This optional property is used to specify if the the element is to be included in the search form in the Workflow Manager module. |
| Class |
Optional name of the CSS style class. |
| Width |
This optional property specifies the physical width of the field. The width value can be specified in pixels (eg 100px) or percentage (40%) format. |
| Height |
This optional property specifies the physical height of the field. The height value can be specified in pixels (eg 100px) or percentage (40%) format. |
| Disabled |
This optional property specifies if the field should be disabled. |