piwigo/themes/default/template/include/autosize.inc.tpl
patdenice d8213207dd feature:2114
Simplify public templates.

git-svn-id: http://piwigo.org/svn/trunk@9587 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-09 15:11:25 +00:00

9 lines
No EOL
411 B
Smarty

{combine_script id='jquery.autogrow' load='async' require='jquery' path='themes/default/js/plugins/jquery.autogrow-textarea.js'}
{* Auto size and auto grow textarea *}
{footer_script require='jquery.autogrow'}{literal}
jQuery(document).ready(function(){
jQuery('textarea').css('overflow-y', 'hidden');
// Auto size and auto grow for all text area
jQuery('textarea').autogrow();
});
{/literal}{/footer_script}