Talk:WebAPI/KeboardIME: Difference between revisions

Jump to navigation Jump to search
m
(+ proposed API)
 
Line 8: Line 8:


  interface nsIDOMInputMethod: nsIDOMEventTarget {
  interface nsIDOMInputMethod: nsIDOMEventTarget {
     // IMManager contain a few global methods expose to apps
     // 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 inputcontext changes, include changes from and to null.
     // 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: showList();
     void showList();
  };
  };


Confirmed users
478

edits

Navigation menu