source: trunk/themes/default/template/include/resize.inc.tpl @ 9587

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

feature:2114
Simplify public templates.

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