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

7 lines
328 B
PHP

<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<?php
css::import($defaultTheme . 'treeview.css');
js::import($jsRoot . 'jquery/treeview/min.js');
?>
<script language='javascript'>$(function() { $("#tree").treeview({ persist: "cookie", collapsed: true, unique: true }) })</script>