Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by S Dadabhoy on Jun 12, 2007 22:59
open dhtmlx forum
dhtmlxTabBar - Can we specify a jsp include file

Do you have something similar to the following ... (an example using Dojo )

    <div id="mainTabContainer" dojoType="TabContainer"
        selectedTab="Tab1" resizable="true" >
    
    <div id="point" dojoType="ContentPane" label="Tab1">
        <%@ include file="tab1.jsp" %></div>
    </div>

where we have a jsp file with a dhtmlx grid and/or other widgets specified.

Thanks.
Answer posted on Jun 13, 2007 10:54
Such way of initialization supported as well
Please check
    samples/tab_content_auto.html


                <div class="dhtmlxTabBar" imgpath="../imgs/" style="width:395px;height:390px;"  skinColors="#FCFBFC,#F4F3EE" >
                    <div id="a1" width="100" name="Tab 1">
                        <img src="imgs/page_a.gif">
                    </div>
                    <div id="a2" width="100" name="Tab 2">
                         <img src="imgs/page_b.gif"></div>
                    <div id="a3" width="100" name="Tab 3">
                            Content 3
                     </div>
                </div>
Answer posted by Inga (Support) on Dec 02, 2014 04:36

I hope this information will be enough for you. But you also can have a look at javascript table tree and java excel export.