sets the mode that allows loading of external content
new usage:
// for iframe/iframes mode
myTabbar.tabs(id).attachURL(url);
// for ajax mode
myTabbar.tabs(id).attachURL(url, true);
mode | string | href mode - "iframe" / "iframes" / "ajax" |
deprecated from version 4.0
Back to top