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.
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.
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.