new ListControl(config)
List control
Parameters:
Name | Type | Description |
---|---|---|
config |
Object | The options used to configure this control. |
Members
addItemButtonText
Properties:
Name | Type | Description |
---|---|---|
addItemButtonText |
string | Text for add button. |
itemPrefixText
Properties:
Name | Type | Description |
---|---|---|
itemPrefixText |
string | Text to prefix items. |
items
Properties:
Name | Type | Description |
---|---|---|
items |
Object | Objects to display in control. |
itemsDiabled
Properties:
Name | Type | Description |
---|---|---|
itemsDiabled |
bool | Are the items disabled. |
newItemAddText
Properties:
Name | Type | Description |
---|---|---|
newItemAddText |
string | Text to add new items. |
newItemCloseText
Properties:
Name | Type | Description |
---|---|---|
newItemCloseText |
string | Text to close new items. |
newItemHelpText
Properties:
Name | Type | Description |
---|---|---|
newItemHelpText |
string | Text for new item help. |
newItemTitleText
Properties:
Name | Type | Description |
---|---|---|
newItemTitleText |
string | Text for new item titles. |
validationregEx
Properties:
Name | Type | Description |
---|---|---|
validationregEx |
string | regex string for validation. |