Adding Tabs via SQL Connector

Is it possible to load tabs in a tabbar based on a SQL Select Statement?

Hi,

tabbar can be initialized from xml. You may define some server-side script as a xml source (this script should return correct xml stream):

tabbar.loadXML(script);

The sample of xml initialization in tabbar package is dhtmlxTabbar/samples/01_initialization/02_init_config_from_xml.html

To reload tabbar you may call loadXML method again.