getButton

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
Back to top