DHTMLX Docs & Samples Explorer
Index
dhtmlxlayout
API Methods (alphabetical list)
dhtmlXLayoutPanel Object (Cell)
attachAccordion
- attaches dhtmlxAccordion to cell
attachEditor
- attaches dhtmlxEditor to cell
attachDataView
- attaches dhtmlxDataView to cell
attachGoogleMaps
- attaches Google Maps to cell
attachGrid
- attaches dhtmlxGrid to cell
attachHTMLString
- attaches html string to cell
attachLayout
- attaches dhtmlxLayout to cell
attachMenu
- attaches dhtmlxMenu to cell
attachObject
- attaches html object to cell
attachStatusBar
- attaches status bar to cell
attachTabbar
- attaches dhtmlxTabbar to cell
attachToolbar
- attaches dhtmlxToolbar to cell
attachTree
- attaches dhtmlxTree to cell
attachURL
- attaches dhtmlxURL to cell
collapse
- collapses a cell
detachMenu
- removes attached menu from cell
detachObject
- detaches object from cell
detachStatusBar
- removes attached status bar from cell
detachToolbar
- removes attached toolbar from cell
dock
- docks a cell from a window
expand
- expands a cell
fixSize
- fixes cell's size (block resize)
getFrame
- returns iframe object (attachURL case)
getHeight
- returns cell's height
getId
- returns cell's id
getIndex
- returns cell's index
getText
- returns header's text
getWidth
- returns cell's width
hideHeader
- hides a header
hideMenu
- hides menu attached to cell
hideStatusBar
- hides status bar attached to cell
hideToolbar
- hides toolbar attached to cell
isCollapsed
- return true if a cell is collapsed
isHeaderVisible
- returns true if a header is visible
progressOff
- hides progress indicator for cell
progressOn
- shows progress indicator for cell
setHeight
- sets cell's height
setText
- set header's text
setWidth
- sets cell's width
show
- shows a view
showHeader
- shows a header
showMenu
- shows menu attached to cell
showStatusBar
- shows status bar attached to cell
showToolbar
- shows toolbar attached to cell
view
- creates a view
undock
- undocks a cell to a window
dhtmlXLayoutObject Object
attachEvent
- attaches an event handler to a dhtmlxLayout
attachMenu
- attaches a dhtmlxMenu to the whole container
attachStatusBar
- attaches a status bar to the whole container
attachToolbar
- attaches a dhtmlxToolbar to the whole container
cells
- returns cell's object by cell's id
checkEvent
- returns true if the event exists
detachEvent
- removes an event handler
detachMenu
- removes attached menu from whole container
detachStatusBar
- removes attached status bar from whole container
detachToolbar
- removes attached toolbar from whole container
forEachItem
- iterator, calls a user-defined function n-times
getEffect
- returns true if the effect is enabled
getIdByIndex
- returns cell's id by index
getIndexById
- returns cell's index by id
hideMenu
- hides menu attached to whole container
hideStatusBar
- hides status bar attached to whole container
hideToolbar
- hides toolbar attached to whole container
listAutoSizes
- returns array with available autosize settings
listViews
- returns array with available layout patterns
progressOff
- hides progress indicator for full layout
progressOn
- hides progress indicator for full layout
setAutoSize
- sets autosize for the layout
setCollapsedText
- set header's text in a collapsed state
setEffect
- sets effect
setImagePath
- sets path to images
setSizes
- adjusts layout's outer size in case of object-based init
setSkin
- sets layout's skin
showMenu
- shows menu attached to whole container
showStatusBar
- shows status bar attached to whole container
showToolbar
- shows toolbar attached to whole container