getPopup

returns popup element of the input

object getPopup();
objectpopup element ( webix view )

Example

var popup = $$("select").getPopup();

See also
Back to top