EditorTools
Represents a wrapping namespace for the tool components, props, and functions of the Editor.
Definition
Package:@progress/kendo-react-editor
Methods
The BulletedList tool component.
Will render a SplitButton which applies <ol> HTML element with predefined styles - disc and square.
Element
Creates the AddColumnAfter tool component of the Editor.
React.ComponentClass<ToolProps, React.ComponentState>
- The AddColumnAfter tool component of the Editor.
Creates the AddColumnBefore tool component of the Editor.
React.ComponentClass<ToolProps, React.ComponentState>
- The AddColumnBefore tool component of the Editor.
Creates the AddRowAfter tool component of the Editor.
React.ComponentClass<ToolProps, React.ComponentState>
- The AddRowAfter tool component of the Editor.
Creates the AddRowBefore tool component of the Editor.
React.ComponentClass<ToolProps, React.ComponentState>
- The AddRowBefore tool component of the Editor.
Creates the Align tool component of the Editor.
React.ComponentClass<AlignToolProps, React.ComponentState>
- Editor's Align tool component.
Creates the DeleteColumn tool component of the Editor.
React.ComponentClass<ToolProps, React.ComponentState>
- The DeleteColumn tool component of the Editor.
Creates the DeleteRow tool component of the Editor.
React.ComponentClass<ToolProps, React.ComponentState>
- The DeleteRow tool component of the Editor.
Creates the DeleteTable tool component of the Editor.
React.ComponentClass<ToolProps, React.ComponentState>
- The DeleteTable tool component of the Editor.
Creates the FormatBlock tool component of the Editor.
React.ComponentClass<FormatBlockProps, React.ComponentState>
- The FormatBlock tool component of the Editor.
Creates the Indent tool component of the Editor.
React.ComponentClass<IndentProps, React.ComponentState>
- The Indent tool component of the Editor.
Creates the InlineFormat tool component of the Editor.
React.ComponentClass<InlineFormatToolProps, React.ComponentState>
- Editor's InlineFormat tool component.
Creates the InsertImage tool component of the Editor.
React.ComponentClass<InsertImageProps>
- The InsertImage tool component of the Editor.
Creates the InsertTable tool component of the Editor.
React.ComponentClass<InsertTableProps>
- The InsertTable tool component of the Editor.
Creates the Link tool component of the Editor.
React.ComponentClass<LinkProps>
- The Link tool component of the Editor.
Creates the List tool component of the Editor.
React.ComponentClass<ListToolProps, React.ComponentState>
- The List tool component of the Editor.
Creates the MergeCells tool component of the Editor.
React.ComponentClass<ToolProps, React.ComponentState>
- The MergeCells tool component of the Editor.
Creates the Outdent tool component of the Editor.
React.ComponentClass<OutdentProps, React.ComponentState>
- The Outdent tool component of the Editor.
Creates the Redo tool component of the Editor.
React.ComponentClass<ToolProps, React.ComponentState>
- The Redo tool component of the Editor.
Creates the SplitCell tool component of the Editor.
React.ComponentClass<ToolProps, React.ComponentState>
- The SplitCell tool component of the Editor.
Creates the DropDownList tool component of the Editor which applies inline styles to inline HTML elements.
React.ComponentClass<DropDownListToolProps, React.ComponentState>
- The DropDownList tool component of the Editor.
Creates the Undo tool component of the Editor.
React.ComponentClass<ToolProps, React.ComponentState>
- The Undo tool component of the Editor.
Creates the Unlink tool component of the Editor.
React.ComponentClass<UnlinkProps, React.ComponentState>
- The Unlink tool component of the Editor.
Creates the ViewHtml tool component of the Editor.
React.ComponentClass<ViewHtmlProps>
- The ViewHtml tool component of the Editor.
The NumberedList tool component.
Will render a SplitButton which applies <ul> HTML element with predefined styles - upper-roman, lower-roman, upper-latin and lower-latin.
Element
Components
AddColumnAfter
AddColumnAfter
The AddColumnAfter tool component.
AddColumnBefore
AddColumnBefore
The AddColumnBefore tool component.
AddRowAfter
AddRowAfter
The AddRowAfter tool component.
AddRowBefore
AddRowBefore
The AddRowBefore tool component.
AlignCenter
AlignCenter
The AlignCenter tool component.
AlignJustify
AlignJustify
The AlignJustify tool component.
AlignLeft
AlignLeft
The AlignLeft tool component.
AlignRight
AlignRight
The AlignRight tool component.
BackColor
BackColor
The BackColor tool component.
Bold
Bold
The Bold tool component.
CleanFormatting
CleanFormatting
The CleanFormatting tool component.
DeleteColumn
DeleteColumn
The DeleteColumn tool component.
DeleteRow
DeleteRow
The DeleteRow tool component.
DeleteTable
DeleteTable
The DeleteTable tool component.
FontName
FontName
The FontName tool component.
FontSize
FontSize
The FontSize tool component.
ForeColor
ForeColor
The ForeColor tool component.
FormatBlock
FormatBlock
The FormatBlock tool component.
Indent
Indent
The Indent tool component.
InsertFile
InsertFile
The InsertFile tool component.
InsertImage
InsertImage
The InsertImage tool component.
InsertTable
InsertTable
The InsertTable tool component.
Italic
Italic
The Italic tool component.
Link
Link
The Link tool component.
MergeCells
MergeCells
The MergeCells tool component.
OrderedList
OrderedList
The basic OrderedList tool component. Will render a button which applies <ol> HTML element.
Outdent
Outdent
The Outdent tool component.
The Export to PDF tool component.
To modify the default PDF export options, see the following example:
The Print tool component. Designed to work only if Editor's defaultEditMode prop is set to 'iframe'.
Redo
Redo
The Redo tool component of the Editor.
SelectAll
SelectAll
The SelectAll tool component.
SplitCell
SplitCell
The SplitCell tool component.
Strikethrough
Strikethrough
The Strikethrough tool component.
Subscript
Subscript
The Subscript tool component.
Superscript
Superscript
The Superscript tool component.
TableCellProperties
TableCellProperties
The TableCellProperties tool component.
TableProperties
TableProperties
The TableProperties tool component.
Underline
Underline
The Underline tool component.
Undo
Undo
The Undo tool component of the Editor.
Unlink
Unlink
The Unlink tool component.
UnorderedList
UnorderedList
The basic UnorderedList tool component. Will render a button which applies <ul> HTML element.
ViewHtml
ViewHtml
The ViewHtml tool component.
Interfaces
AddColumnAfterProps
AddColumnAfterProps
The props for the AddColumnAfter tool component of the Editor.
AddColumnBeforeProps
AddColumnBeforeProps
The props for the AddColumnBefore tool component of the Editor.
AddRowAfterProps
AddRowAfterProps
The props for the AddRowAfter tool component of the Editor.
AddRowBeforeProps
AddRowBeforeProps
The props for the AddRowBefore tool component of the Editor.
AlignCenterProps
AlignCenterProps
The props for the AlignCenter tool component of the Editor.
AlignJustifyProps
AlignJustifyProps
The props for the AlignJustify tool component of the Editor.
AlignLeftProps
AlignLeftProps
The props for the AlignLeft tool component of the Editor.
AlignRightProps
AlignRightProps
The props for the AlignRight tool component of the Editor.
AlignToolProps
AlignToolProps
The props for the Align tool component of the Editor.
BackColorProps
BackColorProps
The props for the BackColor tool component of the Editor.
BoldProps
BoldProps
The props for the Bold tool component of the Editor.
CleanFormattingProps
CleanFormattingProps
The props for the CleanFormatting tool component of the Editor.
DeleteColumnProps
DeleteColumnProps
The props for the DeleteColumn tool component of the Editor.
DeleteRowProps
DeleteRowProps
The props for the DeleteRow tool component of the Editor.
DeleteTableProps
DeleteTableProps
The props for the DeleteTable tool component of the Editor.
DropDownListToolProps
DropDownListToolProps
The props for the DropDownList tool component for inline styling of the Editor.
FindAndReplaceProps
FindAndReplaceProps
The props for the FindAndReplace tool component of the Editor.
FontNameProps
FontNameProps
The props for the FontName tool component of the Editor.
FontSizeProps
FontSizeProps
The props for the FontSize tool component of the Editor.
ForeColorProps
ForeColorProps
The props for the ForeColor tool component of the Editor.
FormatBlockProps
FormatBlockProps
The props for the FormatBlock tool component of the Editor.
IndentProps
IndentProps
The props for the Indent tool component of the Editor.
InlineFormatToolProps
InlineFormatToolProps
The props for the InlineFormat tool component of the Editor.
InsertImageProps
InsertImageProps
The props for the InsertImage tool component of the Editor.
InsertTablePopupProps
InsertTablePopupProps
The props of the InsertTablePopup component.
InsertTableProps
InsertTableProps
The props for the InsertTable tool component of the Editor.
ItalicProps
ItalicProps
The props for the Italic tool component of the Editor.
LinkProps
LinkProps
The props for the Link tool component of the Editor.
ListToolProps
ListToolProps
The base interface of OrderedListProps and UnorderedListProps.
MergeCellsProps
MergeCellsProps
The props for the MergeCells tool component of the Editor.
OrderedListProps
OrderedListProps
The props for the OrderedList tool component of the Editor.
OutdentProps
OutdentProps
The props for the Outdent tool component of the Editor.
PdfProps
PdfProps
The props for the Export to PDF tool component of the Editor.
PrintProps
PrintProps
The props for the Print tool component of the Editor.
RedoProps
RedoProps
The props for the Redo tool component of the Editor.
SelectAllProps
SelectAllProps
The props for the SelectAll tool component of the Editor.
SplitCellProps
SplitCellProps
The props for the SplitCell tool component of the Editor.
StrikethroughProps
StrikethroughProps
The props for the Strikethrough tool component of the Editor.
SubscriptProps
SubscriptProps
The props for the Subscript tool component of the Editor.
SuperscriptProps
SuperscriptProps
The props for the Superscript tool component of the Editor.
TableCellPropertiesProps
TableCellPropertiesProps
The props for the TableCellProperties tool component of the Editor.
TablePropertiesProps
TablePropertiesProps
The props for the TableProperties tool component of the Editor.
UnderlineProps
UnderlineProps
The props for the Underline tool component of the Editor.
UndoProps
UndoProps
The props for the Undo tool component of the Editor.
UnlinkProps
UnlinkProps
The props for the Unlink tool component of the Editor.
UnorderedListProps
UnorderedListProps
The props for the UnorderedList tool component of the Editor.
ViewHtmlProps
ViewHtmlProps
The props for the ViewHtml tool component of the Editor.
Classes
FindAndReplace
FindAndReplace
The FindAndReplace tool component.
InsertTablePopup
InsertTablePopup
The InsertTablePopup component.