How can i use a kendo Editor with both maximize and minimize control.I try every controls in kendo site.but i can not fix this problem.
<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>
i need to add two more buttons for Editor maximize and minimization oftion.
Anyone know let me...
i try to click the maximize button..i want to show editor as full screen.Each item contains seperate div. thanks in advance..
You should define your custom tool. Something like:
And in the
exec
you setheight
andwidth
.See example here: http://jsfiddle.net/OnaBai/HFdEs/