Samples
Forum
Support
Documentation
addView
adjust
attachEvent
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
enable
getChildViews
getFormView
getMultiview
getNode
getParentView
getTabbar
getTopParentView
getValue
hasEvent
hide
index
isEnabled
isVisible
mapEvent
reconstruct
removeView
resize
resizeChildren
setValue
show
showBatch
unbind
unblockEvent
Start
API Reference
ui.tabview
Methods
index
returns the cell index in the layout collection
number
index
(
object
obj
);
Parameters
obj
object
the cell object
Returns
number
the cell index in the collection of the parent layout
See also
articles
View
Example
$$
(
"mylayout"
)
.
index
(
$$
(
'cell1'
)
)
;
Back to top