主题: resizeMode属性设置没有用 是怎么回事 |
作者: 神风, 发布日期: 2012-03-12 18:00:20, 浏览数: 4067 |
<script>
KindEditor.ready(function(K) { var editor1 = K.create('textarea[name="contents"]', { cssPath : '../edites/plugins/code/prettify.css', uploadJson : '../edites/php/upload_json.php', fileManagerJson : '../edites/php/file_manager_json.php', width:670, height:280, resizeMode : 1, allowFileManager : true, afterCreate : function() { var self = this; K.ctrl(document, 13, function() { self.sync(); K('form[name=example]')[0].submit(); }); K.ctrl(self.edit.doc, 13, function() { self.sync(); K('form[name=example]')[0].submit(); }); } }); prettyPrint(); }); </script> |
作者: 神风, 发布日期: 2012-03-12 18:01:00 |
怎么设置都可以拖拉控件的大小
|
回复 |
作者: Roddy, 发布日期: 2012-03-12 18:38:04 |
回复神风:4.0名字变了,http://www.kindsoft.net/docs/option.html#resizetype
|
回复 |
作者: 神风, 发布日期: 2012-03-12 18:56:25 |
回复Roddy:谢谢啊
|
回复 |