Widgets
Samples
Demos
Forum
Services
Documentation
addHotKey
applyChanges
canFocus
destructor
getFocus
getNext
getPrev
getState
getTop
hasFocus
removeHotKey
setFocus
setState
Start
API Reference
Mixins
UIManager
Methods
getTop
returns the top-most parent to the specified view
object
getTop
(
id|object
view
);
view
id|object
the ID of the view or the view object itself
object
the top-most parent object of the view
Example
webix.
UIManager
.
getTop
(
$$
(
'books'
)
)
;
Back to top