Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Steve Boulay on Jul 20, 2009 08:52
open dhtmlx forum
dhtmlxtabbar iframe and content

Hello,

I want use DHTMLXTabbar and i want know if it possible to have a tab bar in which we use the balise content in certain tab and href in other. My XML example is next and it doesn't completely run.
The two last tab run correctly but not the two first.
What is the solution ?
Thanks
Steve

<?xml version="1.0" encoding='iso-8859-1'?>
<tabbar hrefmode="iframes">
<row>
<tab id="b1" width='100px' selected="1">Preview
    <content>
        Content Text
    </content>
        </tab>
<tab id="b2" width='100px'>Source
    <content>
        Content Text
    </content>

        </tab>
        <tab id="b3" width='100px' href='http://www.google.com'>csv
</tab>
        <tab id="b4" width='100px' href='http://www.yahoo.com'>pdf
        </tab>
</row>
</tabbar>
Answer posted by Alex (support) on Jul 20, 2009 09:37

Hello, 

this functionality isn't supported. You should use href attribute for all tabs in the xml.

But if "combined content" is very necessary feature for your application, let us know - we'll try to find the workaround