ecLookup
Provide lookup mechanism

$(“#txbox-employeeid”).ecLookup({configs})
Config
|
Description |
| dataSource |
ecDataSource |
| inputType |
ddl / multiselect |
| idField |
name of field for id to be returned |
| idText |
name of field to be displayed |
| displayFields |
name of fields to be displayed when selecting |
| displayTemplate |
template to be displayed, if this config is set, it will override _idText_ and _displayedFields_ setting |
Method
|
Parms |
Description |
| bind |
|
rebind the data to datasource, this function will automatically called when respective dataSource is reload and success |
ecLookup
Provide lookup mechanism
Config
Method