source: trunk/template/yoga/include/autosize.inc.tpl @ 3283

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

complement to r3282, remove all $Id$ in source code.

  • 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.