Confirmed users
478
edits
(+ proposed API) |
|||
Line 8: | Line 8: | ||
interface nsIDOMInputMethod: nsIDOMEventTarget { | interface nsIDOMInputMethod: nsIDOMEventTarget { | ||
// | // Input Method Manager contain a few global methods expose to apps | ||
readonly attribute nsIDOMInputMethodManager mgmt; | readonly attribute nsIDOMInputMethodManager mgmt; | ||
Line 15: | Line 15: | ||
attribute nsIDOMInputContext|null inputcontext; | attribute nsIDOMInputContext|null inputcontext; | ||
// Fired when the | // Fired when the input context changes, include changes from and to null. | ||
attribute nsIDOMEventListener oninputcontextchange; | attribute nsIDOMEventListener oninputcontextchange; | ||
}; | }; | ||
Line 24: | Line 24: | ||
// Show the list of IMEs available | // Show the list of IMEs available | ||
void | void showList(); | ||
}; | }; | ||