Samples
Forum
Support
Documentation
addView
adjust
attachEvent
bind
blockEvent
callEvent
clear
clearValidation
define
destructor
detachEvent
disable
enable
focus
getChildViews
getCleanValues
getDirtyValues
getFormView
getNode
getParentView
getScrollState
getTopParentView
getValues
hasEvent
hide
index
isDirty
isEnabled
isVisible
load
mapEvent
parse
reconstruct
refresh
removeView
render
resize
resizeChildren
scrollTo
setDirty
setValues
show
showBatch
unbind
unblockEvent
validate
Start
API Reference
ui.form
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