Check documentation for the latest version of dhtmlxSuite Migration from 3.6 to 4.0 DHTMLX Docs

Migration from 3.6 to 4.0

Since the release of the latest version of DHTMLX library some functionality has been removed. It was made as this functionality is no longer needed and therefore isn't supported.

See the full list of removed methods below:


Up to version 3.6From version 4.0
Functionality was removed
myWins.enableAutoViewport()called automatically inside attachViewportTo()
myWins.setImagePath()no longer used
myWins.setEffect()Since 4.0 effects are enabled for modern browsers by default
myWins.getEffect()
myWins.window(id).setIcon()myWins.window(id).setIconCss(css)
myWins.window(id).getIcon()
myWins.window(id).restoreIcon()
myWins.window(id).clearIcon()

before 3.6 there were "minmax1" and "minmax2" button names for maximize/minimize button, since 4.0 the common name "minmax" is used

Back to top