Check documentation for the latest version of dhtmlxSuite reloadURL DHTMLX Docs

reloadURL

reloads the attached URL in a window

void reloadURL();

Example

myWins.window(id).reloadURL();

Details

reloads both iFrame/AJAX attached, keeps postData and params, if any

Change log

added in version 4.0

Back to top