可添加自定义按钮
Ext.onReady(function () {
Ext.create('Ext.form.HtmlEditor',{
width: 580,
height: 250,
renderTo: document.getElementById('formID')
})
});
可添加自定义按钮
Ext.onReady(function () {
Ext.create('Ext.form.HtmlEditor',{
width: 580,
height: 250,
renderTo: document.getElementById('formID')
})
});
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。