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/configuration.tpl

    r2531 r2614  
    11{* $Id$ *}
     2{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.growfield.packed.js"}
     3
     4<script type="text/javascript">
     5  jQuery().ready(function(){ldelim}
     6    jQuery("textarea").growfield({ldelim}
     7      animate: false
     8    });
     9  });
     10</script>
     11
    212<div class="titrePage">
    313  <h2>{'title_configuration'|@translate} {$TABSHEET_TITLE}</h2>
Note: See TracChangeset for help on using the changeset viewer.