Skip to content

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
IDtextOptional 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
ItemstextAttribute: dmx-bind:items
Supports dynamic option sources.

Actions

Add Item

Add an item at the end to the Array

Configuration group Controls
Add Item PropertiesValue

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 PropertiesValue

Insert Item

Insert a item to the Array at index position

Configuration group Controls
Insert Item PropertiesIndex, Value

Insert Item Before

Insert a value to the Array before index position

Configuration group Controls
Insert Item Before PropertiesIndex, Value

Insert Item After

Insert an item to the Array after index position

Configuration group Controls
Insert After PropertiesIndex, Value

Dynamic Events

Value Updated

Event option Type Details
ActiontextChoose the action to execute.