Kendo.Mvc.UI.Fluent.EditorToolFactory
Defines the fluent API for configuring List
Methods
CustomButton(System.Action<Kendo.Mvc.UI.Fluent.EditorToolBuilder>)
Adds a custom button tool.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.EditorToolBuilder>
CustomTemplate(System.Action<Kendo.Mvc.UI.Fluent.EditorToolBuilder>)
Adds a custom template tool.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.EditorToolBuilder>
Bold
Adds "Bold" tool.
CleanFormatting
Adds "CleanFormatting" tool.
CreateLink
Adds "CreateLink" tool.
Indent
Adds "Indent" tool.
InsertFile
Adds "InsertFile" tool.
InsertImage
Adds "InsertImage" tool.
InsertOrderedList
Adds "InsertOrderedList" tool.
InsertUnorderedList
Adds "InsertUnorderedList" tool.
Italic
Adds "Italic" tool.
JustifyCenter
Adds "JustifyCenter" tool.
JustifyFull
Adds "JustifyFull" tool.
JustifyLeft
Adds "JustifyLeft" tool.
JustifyRight
Adds "JustifyRight" tool.
Outdent
Adds "Outdent" tool.
Adds "Pdf" tool.
Adds "Print" tool.
Separator
Adds "Separator" tool.
Strikethrough
Adds "Strikethrough" tool.
SubScript
Adds "SubScript" tool.
SuperScript
Adds "SuperScript" tool.
Underline
Adds "Underline" tool.
Unlink
Adds "Unlink" tool.
ViewHtml
Adds "ViewHtml" tool.
BackColor
Adds "BackColor" tool.
ForeColor
Adds "ForeColor" tool.
FontName
Adds "FontName" tool.
FontName(System.Action<Kendo.Mvc.UI.Fluent.EditorToolItemFactory>)
Adds "FontName" tool.
FontSize
Adds "FontSize" tool.
FontSize(System.Action<Kendo.Mvc.UI.Fluent.EditorToolItemFactory>)
Adds "FontSize" tool.
Formatting
Adds "Formatting" tool.
Formatting(System.Action<Kendo.Mvc.UI.Fluent.EditorToolItemFactory>)
Adds "Formatting" tool.
Snippets
Adds "Snippets" tool.
Snippets(System.Action<Kendo.Mvc.UI.Fluent.EditorToolItemFactory>)
Adds "Snippets" tool.
AddTool(System.String)
Adds a tool to the editor.
AddDropDownTool(System.String,System.Collections.Generic.List<Kendo.Mvc.UI.EditorToolItem>)
Adds a tool to the editor.
Clear
Remove all tools.