Changeset 2614 for trunk/admin/template/goto/double_select.tpl
- Timestamp:
- Sep 27, 2008, 11:00:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/template/goto/double_select.tpl
r2606 r2614 2 2 {known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"} 3 3 {known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.resizable.packed.js"} 4 5 <script type="text/javascript"> 6 jQuery().ready(function(){ldelim} 7 jQuery(".doubleSelect select.categoryList").resizable({ldelim} 8 handles: "w,e", 9 animate: true, 10 animateDuration: "slow", 11 animateEasing: "swing", 12 preventDefault: true, 13 preserveCursor: true, 14 autoHide: true, 15 ghost: true 16 }); 17 }); 18 </script> 4 19 5 20 <table class="doubleSelect"> … … 22 37 </tr> 23 38 </table> 24 25 {literal}26 <script type="text/javascript">27 jQuery().ready(function(){28 jQuery(".doubleSelect select.categoryList").resizable({29 handles: "w,e",30 animate: true,31 animateDuration: "slow",32 animateEasing: "swing",33 preventDefault: true,34 preserveCursor: true,35 autoHide: true,36 ghost: true37 });38 });39 </script>40 {/literal}
Note: See TracChangeset
for help on using the changeset viewer.