Skip to content

classes

Karl edited this page Nov 5, 2017 · 4 revisions

Type Object

Default:

{
    lasso: "ui-lasso",
    selected: "ui-selected",
    container: "ui-container",
    selecting: "ui-selecting",
    selectable: "ui-selectable",
    unselecting: "ui-unselecting"
}

Define the classNames used by the instance.


  • container - the container defined by the appendTo option
  • selectable - the class name used to mark items as selectable
  • selected - the class name used for selected items
  • selecting - the class name used when an item is highlighted for selection
  • unselecting - the class name used when an item is highlighted for deselection
  • lasso - the class name used for the lasso
Clone this wiki locally