source: trunk/template/default/include/autosize.inc.tpl @ 5095

Last change on this file since 5095 was 5095, checked in by plg, 14 years ago

feature 1494: move all *.tpl files from template/yoga to the new
template/default (from which yoga derives)

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