returns list view of the control
webix.ui({ view:"richselect", id:"r1", options:[]}); $$("r1").getList().load("data.php");
It is a shorthand alternative to the this.getPopup().getList();
this.getPopup().getList()