|
Options |
Name |
Purpose |
|
|
|
ClearContent ()
|
Clears the content of the editor
|
|
|
|
LONGCHAR ExportHtml ()
|
Returns the HTML fragment of the document in the editor
|
|
|
|
LONGCHAR ExportRtf ()
|
Returns the RTF text of the document in the editor
|
|
|
|
LONGCHAR GetContent ()
|
Returns the content of the editor in the format of the
TextFormat property
|
|
|
|
IgnoreHtmlExportProperties (character, character)
|
Adds CSS properties to the properties the HtmlFormatProvider
does not export for an HTML element
|
|
|
|
ImportHtml (longchar)
|
Loads an HTML document or fragment into the editor
|
|
|
|
ImportRtf (longchar)
|
Loads an RTF text into the editor
|
|
|
|
InitializeComponent ()
|
|
|
|
|
InitializeHtmlFormatProvider ()
|
Configures the Telerik HtmlFormatProvider for the exchange with
the Kendo UI Editor of the Angular frontend
|
|
|
|
InsertHyperlink ()
|
Inserts a hyperlink at the caret position using the insert
hyperlink dialog of the editor
|
|
|
|
InsertImage ()
|
Inserts images at the caret position using a File Open Dialog
|
|
|
|
InsertImageFromFile (character)
|
Inserts an image file at the caret position of the editor
|
|
|
|
LOGICAL IsImageFile (character)
|
Returns if the file name refers to an image file
|
|
|
|
LONGCHAR NormalizeExportedHtml (longchar)
|
Normalizes the HTML the HtmlFormatProvider exported into the
fragment stored in the field
|
|
|
|
LONGCHAR NormalizeImportedHtml (longchar)
|
Normalizes an HTML document or fragment through the HtmlReader
and HtmlWriter of the text conversions
|
|
|
|
OnValueChanged (EventArgs)
|
Raises the ValueChanged event
|
|
|
|
radRichTextEditor1_CurrentEditingStyleChanged (Object, EventArgs)
|
Event handler for the CurrentEditingStyleChanged event of the
radRichTextEditor1 control
|
|
|
|
radRichTextEditor1_DocumentContentChanged (Object, EventArgs)
|
Event handler for the DocumentContentChanged event of the
radRichTextEditor1 control
|
|
|
|
radRichTextEditor1_DragDrop (Object, DragEventArgs)
|
Event handler for the DragDrop event of the radRichTextEditor1 control
|
|
|
|
radRichTextEditor1_DragEnter (Object, DragEventArgs)
|
Event handler for the DragEnter event of the radRichTextEditor1 control
|
|
|
|
SetContent (longchar)
|
Loads the content of the editor in the format of the
TextFormat property
|
|
|
|
SetToolImage (character, character)
|
Assigns the image of a toolbar tool from the IImageProvider service
|
|
|
|
ToggleFontColor ()
|
Applies the font color selected in the toolbar to the selection
|
|
|
|
ToggleFontFace ()
|
Applies the font face selected in the toolbar to the selection
|
|
|
|
ToggleFontSize ()
|
Applies the font size selected in the toolbar to the selection
|
|
|
|
ToggleFormat (character)
|
Toggles a format of the selection
|
|
|
|
ToggleList (ListStyle)
|
Turns the paragraphs of the selection into items of a bulleted
or numbered list, or back into plain paragraphs when the caret
is in a list already
|
|
|
|
ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs)
|
Event handler for the ToolClick event of the ultraToolbarsManager1
|
|
|
|
ultraToolbarsManager1_ToolValueChanged (Object, ToolEventArgs)
|
Event handler for the ToolValueChanged event of the ultraToolbarsManager1
|
|
|
|
UpdateToolbarState ()
|
Enables and disables the tools of the format toolbar and the
editor based on the ReadOnly property
|