Check documentation for the
latest version of dhtmlxSuite
hide DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
attachAccordion
attachCalendar
attachCarousel
attachColorPicker
attachEditor
attachEvent
attachForm
attachGrid
attachHTML
attachLayout
attachList
attachObject
attachSidebar
attachTabbar
attachTree
attachTreeView
attachVault
clear
detachEvent
getItemData
hide
isVisible
setDimension
setSkin
show
unload
Start
Popup
dhtmlXPopup API
Methods
hide
hides the popup
void
hide
();
Example
var
myPop
=
new
dhtmlXPopup
(
...
)
;
myPop.
hide
(
)
;
Back to top