Array: Reference
Reference for Array in Web Framework References. Key properties: ID, Items.
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
Array 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 |
| Items | text | Attribute: dmx-bind:items Supports dynamic option sources. |
Actions
Add Item
Add an item at the end to the Array
| Configuration group | Controls |
|---|---|
| Add Item Properties | Value |
Add Unique Item
Add an unique item to the Array. So if the value
is already in the Array don’t add it.
| Configuration group | Controls |
|---|---|
| Add Unique Item Properties | Value |
Insert Item
Insert a item to the Array at index position
| Configuration group | Controls |
|---|---|
| Insert Item Properties | Index, Value |
Insert Item Before
Insert a value to the Array before index position
| Configuration group | Controls |
|---|---|
| Insert Item Before Properties | Index, Value |
Insert Item After
Insert an item to the Array after index position
| Configuration group | Controls |
|---|---|
| Insert After Properties | Index, Value |
Dynamic Events
Value Updated
| Event option | Type | Details |
|---|---|---|
| Action | text | Choose the action to execute. |