Widgets
Samples
Demos
Forum
Services
Documentation
addOption
adjust
attachEvent
bind
blockEvent
blur
callEvent
define
destructor
detachEvent
disable
disableOption
enable
enableOption
focus
getChildViews
getFormView
getInputNode
getNode
getOption
getParentView
getPopup
getTopParentView
getValue
hasEvent
hide
hideOption
isEnabled
isVisible
mapEvent
optionIndex
queryView
refresh
removeOption
render
resize
setBottomText
setValue
setValueHere
show
showOption
sync
unbind
unblockEvent
validate
Start
API Reference
ui.tabbar
Methods
focus
sets focus to the control
void
focus
();
Example
webix.
ui
(
{
view
:
"button"
,
id
:
"b1"
,
value
:
"Save"
}
)
;
$$
(
"b1"
)
.
focus
(
)
;
See also
API
blur
Articles
Keyboard Events. Focusing. Navigation
Back to top