Ignore:
Timestamp:
Sep 27, 2008, 11:00:12 PM (16 years ago)
Author:
patdenice
Message:

Put resizable and growfield scripts on each page where is needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/double_select.tpl

    r2606 r2614  
    22{known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"}
    33{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>
    419
    520<table class="doubleSelect">
     
    2237  </tr>
    2338</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: true
    37     });
    38   });
    39 </script>
    40 {/literal}
Note: See TracChangeset for help on using the changeset viewer.