nsISupports
Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)void beginComposition(in nsTextEventReplyPtr aReply); Native code only! Obsolete since Gecko 2.0 |
void endComposition(); Obsolete since Gecko 2.0 |
void forceCompositionEnd(); |
void getPreferredIMEState(out unsigned long aState); Native code only! |
void getQueryCaretRect(in nsQueryCaretRectEventReplyPtr aReply); Native code only! Obsolete since Gecko 1.9.1 |
void getReconversionString(in nsReconversionEventReplyPtr aReply); Native code only! Obsolete since Gecko 1.9.1 |
void notifyIMEOnBlur(); Obsolete since Gecko 1.9.1 |
void notifyIMEOnFocus(); Obsolete since Gecko 1.9.1 |
void queryComposition(in nsTextEventReplyPtr aReply); Native code only! Obsolete since Gecko 2.0 |
void setCompositionString(in DOMString aCompositionString, in nsIPrivateTextRangeListPtr aTextRange, in nsTextEventReplyPtr aReply); Native code only! Obsolete since Gecko 2.0 |
Attribute | Type | Description |
composing | boolean | whether this editor has active IME transaction. Read only. |
Obsolete since Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Handles the start of inline input composition.
void beginComposition( in nsTextEventReplyPtr aReply );
aReply
Handles the end of inline input composition.
void endComposition();
None.
Force the composition end.
void forceCompositionEnd();
None.
Get preferred IME status of current widget.
void getPreferredIMEState( out unsigned long aState );
aState
Obsolete since Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Get the query caret rect.
void getQueryCaretRect( in nsQueryCaretRectEventReplyPtr aReply );
aReply
Obsolete since Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Get the reconversion string.
void getReconversionString( in nsReconversionEventReplyPtr aReply );
aReply
Obsolete since Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Notify for IME when the editor lost focus.
void notifyIMEOnBlur();
None.
Obsolete since Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Notify for IME when the editor got focus.
void notifyIMEOnFocus();
None.
Obsolete since Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Get the composition position.
void queryComposition( in nsTextEventReplyPtr aReply );
aReply
Obsolete since Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Sets the inline input composition string. beginComposition()
must be called prior to this.
void setCompositionString( in DOMString aCompositionString, in nsIPrivateTextRangeListPtr aTextRange, in nsTextEventReplyPtr aReply );
aCompositionString
aTextRange
aReply