Great editor - using in my MVC4 projects -- better than TinyMCE
Used your "show html" custom tool - but in doing so you then need to specify all the tool names for them to show up.
You only show the following in the online docs - but that's not all of them. As seen when you don't specify any explicitly.
Don't see a complete list in any docs - please either provide them or point me to the proper documentation..
Thanks!
...Lance Larsen
$("#editor").kendoEditor({
tools: [
"bold",
"italic",
"underline",
"foreColor",
"insertUnorderedList",
"insertOrderedList",
"createLink",
"unlink",
"insertImage"
]
});
5 Answers, 1 is accepted
0
Hello Lance,
The full list of tools is now available.
Regards,
Dimo
the Telerik team
The full list of tools is now available.
Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Mikael
Top achievements
Rank 1
answered on 21 Jun 2012, 06:40 AM
Hello,
what are the tool names for text color and background color?
what are the tool names for text color and background color?
0
Hello Mikael,
The names are "foreColor" and "backColor". It seems we have missed those and will add them.
Generally, the tool name matches its CSS class, excluding the k- prefix.
Regards,
Dimo
the Telerik team
The names are "foreColor" and "backColor". It seems we have missed those and will add them.
Generally, the tool name matches its CSS class, excluding the k- prefix.
Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Jayesh
Top achievements
Rank 1
answered on 10 Jun 2016, 09:48 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.
0
Hi,
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
Regards,
Misho
Telerik
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
Regards,
Misho
Telerik
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.