Textarea: Reference
Reference for Textarea in Web Framework References. Key properties: ID, Name, Static Value, Enable Medium Editor.
Next generation client side framework for data-driven web sites and apps. App Connect is the next generation client side framework and base ground for a handful of additional components, which allow you build dynamic web sites and apps, the most modern way possible. It comes with phenomenal rendering speed of dynamic data and you have visual and direct access to custom components, dynamic attributes and events and smart data form inputs.
Inspector Property Groups
Textarea Properties
| Property | Type | Details |
|---|---|---|
| ID | text | Optional unique identifier for this element. Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction 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 Supports dynamic option sources. |
| 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 |
Actions
Set Value
Set Value of the input
| Configuration group | Controls |
|---|---|
| Set Value Properties | Value |
Disable
Disable of the input
| Configuration group | Controls |
|---|---|
| Disable Properties | Value |
Validate
Validate the input
Focus
Focus the input
Dynamic Attributes
Value
| Attribute property | Type | Details |
|---|---|---|
| Value | text | Choose dynamic data binding. |
ID
ID for the theme switch component.
| Attribute property | Type | Details |
|---|---|---|
| Value | text | Choose dynamic data binding. |
Name
HTML name attribute.
| Attribute property | Type | Details |
|---|---|---|
| Value | text | Choose dynamic data binding. |
Placeholder
| Attribute property | Type | Details |
|---|---|---|
| Value | text | Choose dynamic data binding. |
Rows
| Attribute property | Type | Details |
|---|---|---|
| Value | text | Choose dynamic data binding. |