<li><a href="#" onclick="addTab('Add List','list/add.php')">Add List</a></li>
Currently i know how to add tab , but how can i directly show the content in the center frame instead of adding tab ?
Also, what is the css, js address file bind to ? the index page or the new center page? thank you.
<div id="content" region="center" border="true" title="" style="overflow:hidden;padding:10px;">
<div id="tt" class="easyui-tabs" fit="true">
<div title="Home" style="padding:10px;">
test
</div>
</div>
</div>
