Changeset 2606

Show
Ignore:
Timestamp:
09/27/08 02:07:06 (5 years ago)
Author:
rub
Message:

Change growfield directory.
Use of packed file.
Add growfield option (animate false)

Location:
trunk
Files:
2 added
1 removed
3 modified

Legend:

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

    r2604 r2606  
    2828    jQuery(".doubleSelect select.categoryList").resizable({ 
    2929    handles: "w,e", 
    30     animate: true,  
     30    animate: true, 
    3131    animateDuration: "slow", 
    3232    animateEasing: "swing", 
  • trunk/admin/template/goto/footer.tpl

    r2604 r2606  
    4242  jQuery().ready(function(){ 
    4343    // Auto size for all text area 
    44     jQuery("TEXTAREA").growfield(); 
     44    jQuery("TEXTAREA").growfield({ 
     45      animate: false 
     46    }); 
    4547  }); 
    4648</script> 
  • trunk/admin/template/goto/header.tpl

    r2603 r2606  
    2626{known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"} 
    2727{known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.resizable.packed.js"} 
    28 {known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/growfield/jquery.growfield.js"} 
     28{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.growfield.packed.js"} 
    2929{$themeconf.local_head} 
    3030<script type="text/javascript" src="{$ROOT_URL}template-common/scripts.js"></script>