configures some mode of List
mode | string | name of the mode or the property which needs to be configured |
value | boolean | value which will be assigned to the mode or the property, true by default |
myList.define("select","multiselect")
myList.define("type",{
template:"some here"
});
list of supported properties can be checked here
Back to top