source: trunk/admin/themes/default/template/include/dbselect.inc.tpl @ 13079

Last change on this file since 13079 was 9586, checked in by patdenice, 13 years ago

feature:2114
Simplify all admin templates.

  • Property svn:eol-style set to LF
File size: 393 bytes
Line 
1{footer_script require='jquery.ui.resizable'}{literal}
2jQuery(document).ready(function(){
3        // Resize possible for double select list
4        jQuery(".doubleSelect select.categoryList").resizable({
5                handles: "w,e",
6                animate: true,
7                animateDuration: "slow",
8                animateEasing: "swing",
9                preventDefault: true,
10                preserveCursor: true,
11                autoHide: true,
12                ghost: true
13        });
14});
15{/literal}{/footer_script}
Note: See TracBrowser for help on using the repository browser.