tabbar opera


Thanks for your reply Alex.
\ tabbar.enableContentZone(false);  it’s dissabled
I’ve a layout 2U , in the right side i put a tabbar ,this is my code : 




plantilla.jsp



       
            


                <tiles:insert attribute=“menu_impresos”/>
           




            
           
                 <tiles:insert attribute=“body”/>           
           

       





 




dg.jsp



<html:form action=“impresoDG” method=“post”>
              
        <div id=“b3” class=“marco_contenido” style=“width:95%;”  name=“Anverso”>

        <div id=“b4” class=“marco_contenido” style=“width:95%;”  name=“Reverso”>

         
</html:form>



Anverso y Reverso tabs  aren’t  visible in Opera , only content zone .
In others browsers no problem.



thanks.


Hello,


>> in the right side i put a tabbar ,this is my code


How do you place layout into the layout cell ?


var contenido = document.getElementById(“contenido_aplicacion_layout”);       // this is a  DIV(“contenido_aplicacion_layout”) inside DIV with id =“parentId”



 

           
                 <tiles:insert attribute=“body”/>                                 // in body i put jsp .




 



dhxLayout.items[1].attachObject(contenido);   // in this cell is jsp with tabbar  



Thanks .



 



 


Try to use attachTabbar method instead of attach object. The sample is


dhtmlxLayout/samples/components/tabbar.html (dhtmlx.com/docs/products/dhtmlxL … abbar.html)