Description
It allows you to insert in the form HTML text.
Specific properties
None
For more information see common properties.
Specific events
This object don’s support the “ChangeEvent“.
For more information read here.
Properties that can be used by code
C/S Properties
- Nativeobject.editorEnabled: If is False, the field is onlyreading, if is True, the field is reading/writing.
- Nativeobject.DocumentHTML: returns the text contained in the object.
- Visible: if is True, the field is visible on the form, otherwise assign it with False.
Web properties
- Readonly: If is False, the field is onlyreading, if is True, the field is reading/writing.
- Text: returns the text contained in the object.
- Visible: if is True, the field is visible on the form, otherwise assign it with False.
Methods that can be used by code
None