source: trunk/admin/template/goto/include/autosize.inc.tpl @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 588 bytes
Line 
1{* $Id: /piwigo/trunk/admin/template/goto/include/autosize.inc.tpl 6493 2008-10-04T13:54:54.894514Z patdenice  $ *}
2{known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"}
3{known_script id="jquery.autogrow" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.autogrow-textarea.js"}
4
5{* Auto size and auto grow textarea *}
6{literal}
7<script type="text/javascript">
8  jQuery().ready(function(){
9    jQuery('textarea').css('overflow-y', 'hidden');
10    // Auto size and auto grow for all text area
11    jQuery('textarea').autogrow();
12  });
13</script>
14{/literal}
Note: See TracBrowser for help on using the repository browser.