* finish the task #509.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-09-08 08:14:18 +00:00
parent 8ee5300313
commit d37e9d4a7a
10 changed files with 39 additions and 21 deletions
+4 -2
View File
@@ -1,3 +1,5 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<link rel="stylesheet" href="<?php echo $defaultTheme;?>alert.css" />
<script src="<?php echo $jsRoot;?>jquery/alert/raw.js" type="text/javascript"></script>
<?php
css::import($defaultTheme . 'alert.css');
js::import($jsRoot . 'jquery/alert/raw.js');
?>
+4 -2
View File
@@ -1,3 +1,5 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<link rel='stylesheet' href='<?php echo $defaultTheme;?>autocomplete.css' />
<script src='<?php echo $jsRoot;?>jquery/autocomplete/autocomplete.min.js' type='text/javascript'></script>
<?php
css::import($defaultTheme . 'autocomplete.css');
js::import($jsRoot . 'jquery/autocomplete/autocomplete.min.js');
?>
+4 -2
View File
@@ -1,6 +1,8 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<link rel='stylesheet' href='<?php echo $defaultTheme;?>autosuggest.css' />
<script src='<?php echo $jsRoot;?>jquery/autosuggest/min.js' type='text/javascript'></script>
<?php
css::import($defaultTheme . 'autosuggest.css');
js::import($jsRoot . 'jquery/autosuggest/min.js');
?>
<script language='javascript'>
$(function() {
var data = {items: [
+4 -2
View File
@@ -1,3 +1,5 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<link rel="stylesheet" href="<?php echo $defaultTheme;?>colorbox.css" />
<script src="<?php echo $jsRoot;?>jquery/colorbox/min.js" type="text/javascript"></script>
<?php
css::import($defaultTheme . 'colorbox.css');
js::import($jsRoot . 'jquery/colorbox/min.js');
?>
+1 -1
View File
@@ -1,5 +1,5 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<script src='<?php echo $jsRoot;?>jquery/colorize/full.js' type='text/javascript'></script>
<?php js::import($jsRoot . 'jquery/colorize/full.js');?>
<script language='javascript'>
$(function()
{
+5 -3
View File
@@ -1,7 +1,9 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<link rel='stylesheet' href='<?php echo $defaultTheme;?>datepicker.css' type='text/css' />
<script src='<?php echo $jsRoot;?>jquery/datepicker/min.js' type='text/javascript'></script>
<script src='<?php echo $jsRoot;?>jquery/datepicker/date.js' type='text/javascript'></script>
<?php
css::import($defaultTheme . 'datepicker.css');
js::import($jsRoot . 'jquery/datepicker/min.js');
js::import($jsRoot . 'jquery/datepicker/date.js');
?>
<script language='javascript'>
Date.firstDayOfWeek = 1;
Date.format = 'yyyy-mm-dd';
+5 -3
View File
@@ -1,4 +1,6 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<link rel="stylesheet" href="<?php echo $defaultTheme;?>alert.css" />
<script src="<?php echo $jsRoot;?>jquery/alert/raw.js" type="text/javascript"></script>
<script src="<?php echo $jsRoot;?>jquery/table2csv/raw.js" type="text/javascript"></script>
<?php
css::import($defaultTheme . 'alert.css');
js::import($jsRoot . 'jquery/alert/raw.js');
js::import($jsRoot . 'jquery/table2csv/raw.js');
?>
+4 -2
View File
@@ -1,6 +1,8 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<script src='<?php echo $jsRoot;?>jquery/tablesorter/min.js' type='text/javascript'></script>
<script src='<?php echo $jsRoot;?>jquery/tablesorter/metadata.js' type='text/javascript'></script>
<?php
js::import($jsRoot . 'jquery/tablesorter/min.js');
js::import($jsRoot . 'jquery/tablesorter/metadata.js');
?>
<script language='javascript'>
$(function() {
+4 -2
View File
@@ -1,4 +1,6 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<link rel='stylesheet' href='<?php echo $defaultTheme;?>treetable.css' type='text/css' />
<script src='<?php echo $jsRoot;?>jquery/treetable/min.js' type='text/javascript'></script>
<?php
css::import($defaultTheme . 'treetable.css');
js::import($jsRoot . 'jquery/treetable/min.js');
?>
<script language='javascript'>$(function() { $("#treetable").treeTable({clickableNodeNames:true,initialState:"expanded"})})</script>
+4 -2
View File
@@ -1,4 +1,6 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<link rel='stylesheet' href='<?php echo $defaultTheme;?>treeview.css' type='text/css' />
<script src='<?php echo $jsRoot;?>jquery/treeview/min.js' type='text/javascript'></script>
<?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>