C# Class AjaxControlToolkit.HtmlEditorExtender

Inheritance: ExtenderControlBase
Afficher le fichier Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Свойство Type Description
CreateSanitizer IHtmlSanitizer
EnsureButtons void
HasImageButton bool
MakeCombinedElementList string[]>.Dictionary

Méthodes publiques

Méthode Description
Decode ( string value ) : string

Decodes html tags that are not generated by an htmlEditorExtender button

HtmlEditorExtender ( ) : System

Méthodes protégées

Méthode Description
CreateButtons ( ) : void
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

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

Method Details

CreateButtons() protected méthode

protected CreateButtons ( ) : void
Résultat void

Decode() public méthode

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

HtmlEditorExtender() public méthode

public HtmlEditorExtender ( ) : System
Résultat System

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void