Description
BTT Combo box widget
Public Properties
Name | Type | Description |
storeDataName | String | The name of corresponding iColl defined in context when loading combo options from context |
storeData | Object | Json format data of options |
storeURL | String | An url of js file when loading the options from static js file |
labelField | String | The name of context filed which is used as the option name |
asyncStatus | String | HTML status of the Ajax request |
asyncErrorMessage | String | Error message of Ajax request |
Public Functions
Name | Return Value | Description |
setStoreData | Set argument store data to store | |
loadStoreFromURL | Load store data from URL | |
onAsyncOK | Function used to publish Ajax successful event. | |
onAsyncError | Function used to pubish Ajax error event. |