new ludo.form.ComboTree(config)
A "combo" where you select value from a tree. id of clicked tree node will be set as
value.
Parameters:
Name | Type | Description |
---|---|---|
config |
Object |
- Source:
Methods
-
getSelectedRecord()
-
Return selected record
- Source:
Returns:
object record
-
getValue() → {String}
-
No arguments = Return id of selected record
- Source:
Returns:
id (tree.selectedRecord.id);
- Type
- String
-
getValue() → {String}
-
Return id of selected record
- Source:
Returns:
id (tree.selectedRecord.id);
- Type
- String