Check documentation for the
latest version of dhtmlxSuite
setText DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
appendObject
attachAccordion
attachCarousel
attachChart
attachDataView
attachEditor
attachForm
attachGrid
attachHTMLString
attachLayout
attachList
attachMap
attachMenu
attachObject
attachRibbon
attachScheduler
attachSidebar
attachStatusBar
attachTabbar
attachToolbar
attachTree
attachTreeView
attachURL
attachVault
clearIcon
close
detachMenu
detachObject
detachRibbon
detachStatusBar
detachToolbar
dock
getAttachedMenu
getAttachedObject
getAttachedRibbon
getAttachedStatusBar
getAttachedToolbar
getFrame
getId
getText
getViewName
hide
hideHeader
hideMenu
hideRibbon
hideStatusBar
hideToolbar
isHeaderVisible
isOpened
isVisible
moveOnTop
open
progressOff
progressOn
reloadURL
setHeight
setIcon
setText
show
showHeader
showInnerScroll
showMenu
showRibbon
showStatusBar
showToolbar
showView
undock
unloadView
Start
Accordion
dhtmlXAccordionCell API
Methods
setText
sets cell's text
void
setText
(
type
text
);
text
type
new text
Example
myAcc.
cells
(
id
)
.
setText
(
"New Text"
)
;
Back to top