object-list
Overview
Initialization of Data for object-list
object-list<var name="all_items" type="query:item" />
<!-- OR -->
<var name="all_items_array" type="array:item" />function init() {
view.all_items = DB.item.all();
// OR
view.all_items_array = DB.item.all().toArray();
}Non-Selectable object-list
object-list
Selectable object-list
object-list
Clickable object-list
object-list
Standard Attributes
bind
bindbindlabel
labellabelquery
required
requiredrequiredAdvanced Attributes
display
displayempty-message
empty-messageshow-if and hide-if
show-ifhide-ifshow-if and hide-ifLast updated