|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HtmlEditorListener
| Method Summary | |
|---|---|
boolean |
doBeforePush(HtmlEditor field,
java.lang.String html)
Fires before the iframe editor is updated with content from the textarea. |
boolean |
doBeforeSync(HtmlEditor field,
java.lang.String html)
Fires before the textarea is updated with content from the editor iframe. |
void |
onActivate(HtmlEditor field)
Fires when the editor is first receives the focus. |
void |
onEditModeChange(HtmlEditor field,
boolean sourceEdit)
Fires when the editor switches edit modes. |
void |
onInitialize(HtmlEditor field)
Fires when the editor is fully initialized (including the iframe) |
void |
onPush(HtmlEditor field,
java.lang.String html)
Fires when the iframe editor is updated with content from the textarea. |
void |
onSync(HtmlEditor field,
java.lang.String html)
Fires when the textarea is updated with content from the editor iframe. |
| Methods inherited from interface com.gwtext.client.widgets.form.event.FieldListener |
|---|
onBlur, onChange, onFocus, onInvalid, onSpecialKey, onValid |
| Methods inherited from interface com.gwtext.client.widgets.event.BoxComponentListener |
|---|
onMove, onResize |
| Methods inherited from interface com.gwtext.client.widgets.event.ComponentListener |
|---|
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave |
| Method Detail |
|---|
void onActivate(HtmlEditor field)
field - this
boolean doBeforePush(HtmlEditor field,
java.lang.String html)
field - thishtml - the html
boolean doBeforeSync(HtmlEditor field,
java.lang.String html)
field - thishtml - the html
void onEditModeChange(HtmlEditor field,
boolean sourceEdit)
field - thissourceEdit - true if source edit, false if standard editingvoid onInitialize(HtmlEditor field)
field - this
void onPush(HtmlEditor field,
java.lang.String html)
field - thishtml - the html
void onSync(HtmlEditor field,
java.lang.String html)
field - thishtml - the html
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||