C# Class Ext.Net.HtmlEditor

Afficher le fichier Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
HtmlEditor ( Config config ) : System

IPostBackEventHandler ( string eventArgument ) : void

Private Methods

Méthode Description
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

Method Details

HtmlEditor() public méthode

public HtmlEditor ( Config config ) : System
config Config
Résultat System

IPostBackEventHandler() public méthode

public IPostBackEventHandler ( string eventArgument ) : void
eventArgument string
Résultat void