【发布时间】:2014-05-27 12:28:19
【问题描述】:
如何使用具有最大化和最小化控件的剑道编辑器。我尝试了剑道站点中的每个控件。但我无法解决这个问题。
<textarea id="Editordiv" class="inputfield" rows="10" cols="30" style="width:100%;height:500px" data-bind="kendoEditor:{ value:htmlData,tools: [ 'bold','italic','underline','strikethrough','justifyLeft','justifyCenter','justifyRight','justifyFull','insertUnorderedList','insertOrderedList','indent','outdent','createLink','unlink','insertImage','subscript','superscript','createTable','addRowAbove','addRowBelow','addColumnLeft','addColumnRight','deleteRow','deleteColumn','viewHtml','formatting','fontName','fontSize','foreColor','backColor']}"></textarea>
我需要为编辑器最大化和最小化添加另外两个按钮。 有谁知道的告诉我...
我尝试单击最大化按钮..我想将编辑器显示为全屏。每个项目都包含单独的 div。 提前谢谢..
【问题讨论】:
-
剑道编辑器最大化..和最小化
标签: javascript jquery kendo-ui kendo-editor