getButton of ui.multisuggest, Methods Webix Docs

StartAPI Referenceui.multisuggestMethods

gets the button object of a multiselect popup

object getButton();

objectWebix UI object of a button

Example

multiselect.getPopup().getButton();

Details

Multisuggest object can be easily accessed from the control:

multiselect.getPopup();

See also

  • Articles

  • Back to top