Samples
Forum
Services
Documentation
addOption
adjust
attachEvent
bind
blockEvent
blur
callEvent
define
destructor
detachEvent
disable
enable
focus
getChildViews
getFormView
getInputNode
getNode
getParentView
getPopup
getTopParentView
getValue
hasEvent
hide
hideOption
isEnabled
isVisible
mapEvent
optionIndex
queryView
refresh
removeOption
render
resize
setBottomText
setValue
show
showOption
sync
unbind
unblockEvent
validate
Start
API Reference
ui.tabbar
Methods
hideOption
hides an option (tab) of the tabbar
void
hideOption
(
string|number
id
);
Parameters
id
string|number
the option id
Example
tabbar.
hideOption
(
id
)
;
See also
API
showOption
Back to top