1 [Code] jQuery Autosize - Tự động căn dòng cho khung soạn thảo Thu Nov 08, 2012 8:05 pm
Admin
Trùm Forum
Chức năng: Tự động căn dòng cho khung soạn thảo khi số dòng văn bản tăng vượt quá kích thước mặc định.
Không hỗ trợ chế độ wysiwyg
Demo:
Normal: [You must be registered and logged in to see this link.]
Autosize: [You must be registered and logged in to see this link.]
Hướng dẫn:
ACP >> Display >> Templates >> QLTT >> overall_header:
Tìm:
Không hỗ trợ chế độ wysiwyg
Demo:
Normal: [You must be registered and logged in to see this link.]
Autosize: [You must be registered and logged in to see this link.]
Hướng dẫn:
ACP >> Display >> Templates >> QLTT >> overall_header:
Tìm:
- Code:
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
- Code:
<script src="http://www.fmvi.vn/23425.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
$('#text_editor_textarea').autosize()
})
</script>