Свойство | Тип | Описание | |
---|---|---|---|
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 ( |
||
PushValue ( ) : void | ||
RelayCmd ( string cmd, bool value ) : void | ||
RelayCmd ( string cmd, string value ) : void | ||
SyncValue ( ) : void | ||
ToggleSourceEdit ( ) : void | ||
ToggleSourceEdit ( bool sourceEdit ) : void | ||
UpdateToolbar ( ) : void |
public HtmlEditor ( Config config ) : System | ||
config | Config | |
Результат | System |
public IPostBackEventHandler ( string eventArgument ) : void | ||
eventArgument | string | |
Результат | void |