Categories | Question details Back To List | ||
Tabbar Mixed loading via XML dhtmlxTabbar Mixed loading via XML It is evident how to accomplish mixed loading for tabs via the API references outlined in the documentation. And I have used the hrefmode parameter for the <tabbar> via XML configuration, the question is can this be done at the <tab> level in XML as well, or something to that effect to accomplish mixed loading from the XML configuration approach? Answer posted by Alex (support) on Jan 21, 2010 06:26 Unfortunately it doesn't possible to use xml configuration and mixed loading. If tabbar is configurated in the xml and has hrefmode attribute, the content for each will be loaded from href attribute (<content> tag won't be taken into consideration). |