Model()
The model for the row UI element, this is what model:ko/ui/listhead.create
returns
Properties:
Name | Type | Description |
---|---|---|
name |
string | The node name of the element |
element |
Element | A XUL listhead |
Extends
Methods
-
<static> addListHeader(item)
-
Add list column
Parameters:
Name Type Description item
mixed item to be added to the container. String, 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: { label: "Text" }