Check documentation for the latest version of dhtmlxSuite setHrefMode DHTMLX Docs

setHrefMode

sets the mode that allows loading of external content

void setHrefMode(string mode);

Deprecated

new usage:

// for iframe/iframes mode
myTabbar.tabs(id).attachURL(url);
 
// for ajax mode
myTabbar.tabs(id).attachURL(url, true);
modestringhref mode - "iframe" / "iframes" / "ajax"
Change log

deprecated from version 4.0

Back to top