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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.