This is a migrated thread and some comments may be shown as answers.

Require full list of tool supported by Kendo text editor

1 Answer 49 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jayesh
Top achievements
Rank 1
Jayesh asked on 10 Jun 2016, 09:50 AM
Hello,
I am in need to get the complete list of tools which are supported by the kendo editor, to include into a training report.
I was able to find only these much of tool configuration. 

$("#editor").kendoEditor({
tools:  [
"bold",
"italic",
"underline",
"strikethrough",
"justifyLeft",
"justifyCenter",
"justifyRight",
"justifyFull",
"insertUnorderedList",
"insertOrderedList",
"indent",
"outdent",
"createLink",
"unlink",
"insertImage",
"insertFile",
"subscript",
"superscript",
"createTable",
"addRowAbove",
"addRowBelow",
"addColumnLeft",
"addColumnRight",
"deleteRow",
"deleteColumn",
"viewHtml",
"formatting",
"cleanFormatting",
"fontName",
"fontSize",
"foreColor",
"backColor",
"print"
]
});

I tried following the above link but found that the resource have been shifted permanently. Kindly provide me with the list or helpful link where I could find the details. 

1 Answer, 1 is accepted

Sort by
0
Misho
Telerik team
answered on 10 Jun 2016, 10:57 AM
Hello,

You can find almost full list of Kendo editor tools in the following demo:
http://demos.telerik.com/kendo-ui/editor/all-tools
The full list can be found in our API reference:
http://docs.telerik.com/kendo-ui/api/javascript/ui/editor#configuration-tools

Best Regards,
Misho
Telerik
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Editor
Asked by
Jayesh
Top achievements
Rank 1
Answers by
Misho
Telerik team
Share this question
or