C# 클래스 AjaxControlToolkit.HtmlEditorExtender

상속: ExtenderControlBase
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateSanitizer IHtmlSanitizer
EnsureButtons void
HasImageButton bool
MakeCombinedElementList string[]>.Dictionary

공개 메소드들

메소드 설명
Decode ( string value ) : string

Decodes html tags that are not generated by an htmlEditorExtender button

HtmlEditorExtender ( ) : System

보호된 메소드들

메소드 설명
CreateButtons ( ) : void
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
CreateSanitizer ( ) : IHtmlSanitizer
EnsureButtons ( ) : void
HasImageButton ( ) : bool
MakeCombinedElementList ( ) : string[]>.Dictionary

메소드 상세

CreateButtons() 보호된 메소드

protected CreateButtons ( ) : void
리턴 void

Decode() 공개 메소드

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

HtmlEditorExtender() 공개 메소드

public HtmlEditorExtender ( ) : System
리턴 System

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void