Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Rogério Luiz on Mar 09, 2009 08:46
open dhtmlx forum
TabBar

Good morning,

Sorry the english

I am using the library with the command tabtabar table but the information does not appear on the screen, you can help me

Thank you,

echo "<link href='../abas/codebase/dhtmlxtabbar.css' rel='stylesheet' type='text/css'>";
echo "<script src='../abas/codebase/dhtmlxcommon.js'></script>";
echo "<script src='../abas/codebase/dhtmlxtabbar.js'></script>";
echo "<script src='../abas/codebase/dhtmlxtabbar_start.js'></script>";
echo "<div style='position: absolute; top:150; left:5;'>";
echo "<div id='a_tabbar'
class='dhtmlxTabBar'
imgpath='../abas/codebase/imgs/'
style='width: 100%; height: 100%; margin: 0 0 0 8px;'
     offset='3'
mode='top'
     tabheight='30'
skinColors='#FCFBFC,#F4F3EE'>";

// Configuração

echo "<div id='Custo' name='Custo' width='90'>";

echo "<table border='1px' bordercolor='#FFFFFF' cellpadding='5px' cellspacing='0' ID='alter' width='680' align='CENTER'>";
echo "<tr>";
echo "<td width='50%'><b>Descrição</b></td>";
echo "<td width='5%'><b>UN</b></td>";
echo "<td width='5%'><b>Qtde</b></td>";
echo "<td width='20%'><b>Valor</b></td>";
echo "<td width='20%'><b>Açoes</b></td>";
echo "</tr>";
echo "</table>";

echo "</div>";

echo "<div id='Receita' name='Receita' width='90'>";
echo "</div>";


echo "</div>";
Answer posted by Alex (support) on Mar 09, 2009 09:23

Hello,

Please, check that tabbar container has the desired width and height.

Try to replace

echo "<div style='position: absolute; top:150; left:5;'>";

with

echo "<div style='position: absolute; top:150; left:5;width: 100%; height: 100%;'>";