WebAPI/KeboardIME: Difference between revisions

Jump to navigation Jump to search
m
Line 55: Line 55:
     readonly attribute InputMethodManager mgmt;
     readonly attribute InputMethodManager mgmt;
   
   
     // It informs the IME that text input has started in an input field. If the IME is activated, this event is sent when focus enters a new input field. Otherwise this event is sent when user switches to the IME and activates it.
     // It informs the IME that text input has started in an input field. If the IME is activated,
    // this event is sent when focus enters a new input field. Otherwise this event is sent when
    // user switches to the IME and activates it.
     attribute EventHandler onstart;
     attribute EventHandler onstart;
   
   
     // It informs the IME that text input has finished in last input field. This event is sent when focus leaves current input field or user switches to another IME.
     // It informs the IME that text input has finished in last input field. This event is sent
    // when focus leaves current input field or user switches to another IME.
     attribute EventHandler onfinish;
     attribute EventHandler onfinish;
   
   
Confirmed users
58

edits

Navigation menu