Files
EasySoft-ZenTaoPMS/module/common/view/treetable.html.php
shiyangyangwork@yahoo.cn d37e9d4a7a * finish the task #509.
2011-09-08 08:14:18 +00:00

7 lines
333 B
PHP

<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<?php
css::import($defaultTheme . 'treetable.css');
js::import($jsRoot . 'jquery/treetable/min.js');
?>
<script language='javascript'>$(function() { $("#treetable").treeTable({clickableNodeNames:true,initialState:"expanded"})})</script>