Last change
on this file since 24980 was
9586,
checked in by patdenice, 14 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} |
---|
2 | jQuery(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.