ExtJs htmleditor如何设置不显示工具栏? 30
就是这一行东西,设置哪个属性还是怎样,能让它不显示呢?要的不是htmleditor的编辑功能,而是像“<STRONG><FONTcolor=#ff0000size=6>全...
就是这一行东西,设置哪个属性还是怎样,能让它不显示呢?
要的不是htmleditor的编辑功能,而是像“<STRONG><FONT color=#ff0000 size=6>全体员工</FONT></STRONG>” 这样的代码能显示成相应的样式。
而且貌似必须使用htmleditor,试过textarea,但是显示不了html样式,出来的都是包着代码的文字。。
所以请高手帮忙说一下如何让htmleditor图片上那行功能栏不显示,谢了! 展开
要的不是htmleditor的编辑功能,而是像“<STRONG><FONT color=#ff0000 size=6>全体员工</FONT></STRONG>” 这样的代码能显示成相应的样式。
而且貌似必须使用htmleditor,试过textarea,但是显示不了html样式,出来的都是包着代码的文字。。
所以请高手帮忙说一下如何让htmleditor图片上那行功能栏不显示,谢了! 展开
3个回答
展开全部
enableFont : Boolean
允许字体选项。Safari 中无效。(默认为 true)。Enable... 允许字体选项。Safari 中无效。(默认为 true)。Enable font selection. Not
available in Safari. (defaults to true) HtmlEditor
enableFontSize : Boolean
允许增大/缩小字号按钮(默认为 true)。Enable the in... 允许增大/缩小字号按钮(默认为 true)。Enable the increase/decrease font size
buttons (defaults to true) HtmlEditor
enableFormat : Boolean
允许粗体、斜体和下划线按钮(默认为 true)。Enable the ... 允许粗体、斜体和下划线按钮(默认为 true)。Enable the bold, italic and underline
buttons (defaults to true) HtmlEditor
enableLinks : Boolean
允许创建链接按钮。Safari 中无效。(默认为 true)。Enab... 允许创建链接按钮。Safari 中无效。(默认为 true)。Enable the create link button.
Not available in Safari. (defaults to true) HtmlEditor
enableLists : Boolean
允许项目和列表符号按钮。Safari 中无效。(默认为 true)。E... 允许项目和列表符号按钮。Safari 中无效。(默认为 true)。Enable the bullet and numbered
list buttons. Not available in Safari. (defaults to true) HtmlEditor
enableSourceEdit :
Boolean
允许切换到源码编辑按钮。Safari 中无效。(默认为 true)。E... 允许切换到源码编辑按钮。Safari 中无效。(默认为 true)。Enable the switch to source
edit button. Not available in Safari. (defaults to true) HtmlEditor
fieldClass : String 表单元素一般状态CSS样式(默认为"x-form
快快把分给我...
允许字体选项。Safari 中无效。(默认为 true)。Enable... 允许字体选项。Safari 中无效。(默认为 true)。Enable font selection. Not
available in Safari. (defaults to true) HtmlEditor
enableFontSize : Boolean
允许增大/缩小字号按钮(默认为 true)。Enable the in... 允许增大/缩小字号按钮(默认为 true)。Enable the increase/decrease font size
buttons (defaults to true) HtmlEditor
enableFormat : Boolean
允许粗体、斜体和下划线按钮(默认为 true)。Enable the ... 允许粗体、斜体和下划线按钮(默认为 true)。Enable the bold, italic and underline
buttons (defaults to true) HtmlEditor
enableLinks : Boolean
允许创建链接按钮。Safari 中无效。(默认为 true)。Enab... 允许创建链接按钮。Safari 中无效。(默认为 true)。Enable the create link button.
Not available in Safari. (defaults to true) HtmlEditor
enableLists : Boolean
允许项目和列表符号按钮。Safari 中无效。(默认为 true)。E... 允许项目和列表符号按钮。Safari 中无效。(默认为 true)。Enable the bullet and numbered
list buttons. Not available in Safari. (defaults to true) HtmlEditor
enableSourceEdit :
Boolean
允许切换到源码编辑按钮。Safari 中无效。(默认为 true)。E... 允许切换到源码编辑按钮。Safari 中无效。(默认为 true)。Enable the switch to source
edit button. Not available in Safari. (defaults to true) HtmlEditor
fieldClass : String 表单元素一般状态CSS样式(默认为"x-form
快快把分给我...
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
htmleditor对象引用.getToolbar().hide();
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
看了半小时api。。。:
listeners:{
'afterrender':function () {
this.getToolbar().hide();
}
}
listeners:{
'afterrender':function () {
this.getToolbar().hide();
}
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询