Lines Matching refs:focus
5 Changed the default focus used when **defaultFocus** is not set.
7 Versions earlier than API version 11: The default focus is given to the first focusable non-contain…
9 API version 11 and later versions: The default focus is given to the root container of the current …
13 …l not obtain focus immediately when the page opens for the first time. Instead, it is the root con…
18 …Versions earlier than API version 11: When the page opens, the text box obtains focus and starts t…
20 …he text box does not obtain focus and therefore the input method is not started. The user needs to…
26 …s on the component only after the user presses the Tab key to enable the component to obtain focus.
32 …get component to become the default focus on the page. In this way, when the page opens for the fi…
41 …rementioned button is touched, the soft keyboard is closed, and the text box component loses focus.
47 Logical behavior that affects the focus:
49 …starts the input method again. The user can press the Tab key to move the focus to the next compon…
51 …focus immediately. In this case, the **onKeyEvent** event on the input box cannot respond to. The …