* finish the task #509.
This commit is contained in:
@@ -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');
|
||||
?>
|
||||
|
||||
@@ -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');
|
||||
?>
|
||||
|
||||
@@ -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: [
|
||||
|
||||
@@ -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,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()
|
||||
{
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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');
|
||||
?>
|
||||
|
||||
@@ -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() {
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user