Text Editor
Text input that allows text formating tools.
Text Manager properties:
- Text
- The text of the field.
- HTML text
- The HTML formatted text. Only use if normal text is empty.
- Placeholder
- A tip to display when the text input is empty.
- Tooltip
- The text to display on the button.
- Read-only
- Whether the is enable or disable read-only mode.
- Visible
- Choose if the object is visible when the layout starts.
Text Manager actions:
- Set text
- Set the field text.
- Set placeholder
- Set placeholder to field.
- Set tooltip
- Set tooltip to field.
- Set read-only
- Enable or disable read only-mode to field.
- Set visible
- Set whether the object is hidden or shown.
Text Manager conditions:
- On text changed
- Triggered when the text is changed.
- Compare text
- Compare the text currently entered in to the text input.
- Is read-only
- True if field is read-only
- Set text
- True if field is visible on layout.
Text Manager expressions:
- Text
- The field's text.
- TextHTML
- The field's text with HTML data.
- Placeholder
- The field's placeholder.
- Tooltip
- The field's tooltip.
- CSSDependency
- Return the CSS style to format the text. Useful when export or send the formetted text.