Class: Model

ko/ui/listcols~ Model


Model()

The model for the row UI element, this is what model:ko/ui/listcols.create returns

Properties:
Name Type Description
name string

The node name of the element

element Element

A XUL listcols

Extends

Methods


<static> addListCol(item)

Add list column

Parameters:
Name Type Description
item mixed

item to be added to the container. ko/ui/, ko/dom element, DOM element, option object. option object refers to an Options object used throughout this SDK. The options should contain an attributes property to assign a label at the very least: { flex: 1 }