Widgets
Samples
Demos
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
blur
callEvent
define
destructor
detachEvent
disable
enable
focus
getChildViews
getFormView
getInputNode
getList
getNode
getParentView
getPopup
getText
getTopParentView
getValue
hasEvent
hide
isEnabled
isVisible
mapEvent
queryView
refresh
render
resize
setBottomText
setValue
setValueHere
show
sync
unbind
unblockEvent
validate
Start
API Reference
ui.multiselect
Methods
getPopup
returns popup element of the input
object
getPopup
();
object
popup element ( webix view )
Example
var
popup
=
$$
(
"select"
)
.
getPopup
(
)
;
See also
API
ui.list
Back to top