Textarea: Reference
Reference for Textarea in Mobile Framework References. Key properties: ID, Name, Static Value, Enable Medium Editor.
Source: Addons/dmxFramework7_2/Shared/DMXzone/dmxAppConnect/rules/framework7_8_rules.js
Inspector Property Groups
Textarea Properties
| Property | Type | Details |
|---|---|---|
| ID | text | Required in common setups. Attribute: id |
| Name | text | HTML name attribute. Sets the control name . This is used as the field key in form submissions and is essential for classic post submissions and many server-side handlers. Bootstrap docs: Forms overview Required in common setups. Attribute: name |
| Static Value | text | Initial/default value. Sets the control initial value. For App Connect, you often bind values reactively instead of hardcoding them. Bootstrap docs: Form control Attribute: value |
| Enable Medium Editor | button | Turns the field into an inline editor. Enables an inline rich-text editing experience when supported by the component. This is useful for content-editing UIs (e.g. CMS-like editing) where you want text to be editable in place. Bootstrap docs: Form control |