C# Class AjaxControlToolkit.HtmlEditorExtender

Inheritance: ExtenderControlBase
Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Property Type Description
CreateSanitizer IHtmlSanitizer
EnsureButtons void
HasImageButton bool
MakeCombinedElementList string[]>.Dictionary

Public Methods

Method Description
Decode ( string value ) : string

Decodes html tags that are not generated by an htmlEditorExtender button

HtmlEditorExtender ( ) : System

Protected Methods

Method Description
CreateButtons ( ) : void
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
CreateSanitizer ( ) : IHtmlSanitizer
EnsureButtons ( ) : void
HasImageButton ( ) : bool
MakeCombinedElementList ( ) : string[]>.Dictionary

Method Details

CreateButtons() protected method

protected CreateButtons ( ) : void
return void

Decode() public method

Decodes html tags that are not generated by an htmlEditorExtender button
public Decode ( string value ) : string
value string
return string

HtmlEditorExtender() public method

public HtmlEditorExtender ( ) : System
return System

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void