C# 클래스 Ext.Net.HtmlEditor

파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CleanHtml void
ExecCmd void
ExecCmd void
HtmlEditor System
InsertAtCursor void
LoadPostData bool
OnTextChanged void
PushValue void
RelayCmd void
RelayCmd void
SyncValue void
ToggleSourceEdit void
ToggleSourceEdit void
UpdateToolbar void

공개 메소드들

메소드 설명
HtmlEditor ( Config config ) : System

IPostBackEventHandler ( string eventArgument ) : void

비공개 메소드들

메소드 설명
CleanHtml ( string html ) : void
ExecCmd ( string cmd, bool value ) : void
ExecCmd ( string cmd, string value ) : void
HtmlEditor ( ) : System
InsertAtCursor ( string text ) : void
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnTextChanged ( EventArgs e ) : void
PushValue ( ) : void
RelayCmd ( string cmd, bool value ) : void
RelayCmd ( string cmd, string value ) : void
SyncValue ( ) : void
ToggleSourceEdit ( ) : void
ToggleSourceEdit ( bool sourceEdit ) : void
UpdateToolbar ( ) : void

메소드 상세

HtmlEditor() 공개 메소드

public HtmlEditor ( Config config ) : System
config Config
리턴 System

IPostBackEventHandler() 공개 메소드

public IPostBackEventHandler ( string eventArgument ) : void
eventArgument string
리턴 void