C# Class Ext.Net.HtmlEditor

Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
HtmlEditor ( Config config ) : System

IPostBackEventHandler ( string eventArgument ) : void

Private Methods

Method 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 method

public HtmlEditor ( Config config ) : System
config Config
return System

IPostBackEventHandler() public method

public IPostBackEventHandler ( string eventArgument ) : void
eventArgument string
return void