Exemplo n.º 1
0
    function tab_vheight()
    {
        global $gbl, $sgbl, $login, $ghtml;
        $skincolor = $login->getSkinColor();
        $this->print_css_source("/htmllib/css/examples.css");
        print_ext_tree($login);
        print "<script type='text/javascript' src='/htmllib/js/tabs-example.js'></script>";
        ?>
	<div style='background-color:#ffffff' id="tabs1">
		<div id="script"
			 style="overflow:auto; height:100%;width:218px;border-bottom:1px solid #c3daf9; border-right:1px solid #c3daf9;"
			 class="tab-content">
			<br>
			<?php 
        $ghtml->xp_panel($login);
        ?>
		</div>

		<div id="markup" class="tab-content">

			<div id="tree-div"
				 style="overflow:auto; height:100%;width:218px;;border-bottom:1px solid #c3daf9; border-right:1px solid #c3daf9;"></div>


		</div>
	</div>


		<?php 
    }
Exemplo n.º 2
0
 function tab_vheight()
 {
     global $gbl, $sgbl, $login, $ghtml;
     $skincolor = $login->getSkinColor();
     print_ext_tree($login);
 }