combo

default names for the option that selects/unselects all combo items

object combo;

Example

webix.i18n.combo = {
    selectAll:"Select all",
    unselectAll:"Unselect all"
}
webix.i18n.setLocale();

Related samples

Details
  • selectAll - the name of the button state for selecting all items
  • unselectAll - the name of the button state for unselecting all items
See also
Back to top