C# Class SilverlightMappingToolBasic.UI.SuperGraph.View.RichTextSupportClasses.TelerikRichTextEditor

Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: chris-tomich/Glyma

Public Methods

Method Description
GetRawText ( ) : string
GetRawTextForAdvancedMode ( ) : string

This method is provided for when populating the HtmlEditor in Advanced (Raw) mode, it doesn't insert the GlymaNodeDescription DIV around the content

LoadHtml ( string description ) : void
TelerikRichTextEditor ( ) : System

Private Methods

Method Description
ExportSettingsOnImageExporting ( object sender, ImageExportingEventArgs e ) : void
ImportSettingsOnLoadImageFromUrl ( object sender, LoadImageEventArgs e ) : void
InsertPictureDialogOnInsertClicked ( object sender, InsertImageEventArgs e ) : void
IsSupportedImageFormat ( string extension ) : bool
RadRibbonButton_Click ( object sender, RoutedEventArgs e ) : void
SetupNewDocument ( RadDocument document ) : void
UserControl_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetRawText() public method

public GetRawText ( ) : string
return string

GetRawTextForAdvancedMode() public method

This method is provided for when populating the HtmlEditor in Advanced (Raw) mode, it doesn't insert the GlymaNodeDescription DIV around the content
public GetRawTextForAdvancedMode ( ) : string
return string

LoadHtml() public method

public LoadHtml ( string description ) : void
description string
return void

TelerikRichTextEditor() public method

public TelerikRichTextEditor ( ) : System
return System