Lines Matching refs:edit
17 Provides the constant values of function keys, edit boxes, and the cursor.
31 | PATTERN_NULL | number | -1 | Any type of edit box.|
32 | PATTERN_TEXT | number | 0 | Text edit box.|
33 | PATTERN_NUMBER | number | 2 | Number edit box.|
34 | PATTERN_PHONE | number | 3 | Phone number edit box.|
35 | PATTERN_DATETIME | number | 4 | Date edit box.|
36 | PATTERN_EMAIL | number | 5 | Email edit box.|
37 | PATTERN_URI | number | 6 | URI edit box.|
38 | PATTERN_PASSWORD | number | 7 | Password edit box.|
39 | PATTERN_PASSWORD_NUMBER<sup>11+</sup> | number | 8 | Numeric password edit box.|
40 | PATTERN_PASSWORD_SCREEN_LOCK<sup>11+</sup> | number | 9 | Screen lock password edit box.|
48 | FLAG_SELECTING | number | 2 | The edit box is being selected.|
49 | FLAG_SINGLE_LINE | number | 1 | The edit box allows only single-line input.|
50 | DISPLAY_MODE_PART | number | 0 | The edit box is displayed in half-screen mode.|
51 | DISPLAY_MODE_FULL | number | 1 | The edit box is displayed in full screen.|
1270 Enables listening for the edit box attribute change event. This API uses an asynchronous callback t…
1279 | callback | (attr: EditorAttribute) => void | Yes | Callback used to return the changed edit box …
1297 Disables listening for the edit box attribute change event. This API uses an asynchronous callback …
1680 …ous callback to return the result. It can be called when the input method is bound to the edit box.
1708 …es a promise to return the result. It can be called when the input method is bound to the edit box.
2295 Describes the type of the extended edit action on the text box.
3105 Obtains the attribute of the edit box. This API uses an asynchronous callback to return the result.
3113 …successful, **err** is **undefined** and **data** is the attribute of the edit box. Otherwise, **e…
3142 Obtains the attribute of the edit box. This API uses a promise to return the result.
3150 …ttribute](#editorattribute)> | Promise used to return the attribute of the edit box. |
3181 Obtains the attribute of the edit box.
3189 | [EditorAttribute](#editorattribute) | Attribute object of the edit box.|
3690 Sends an extended edit action. This API uses an asynchronous callback to return the result.
3694 > The input method calls this API to send an extended edit action to an edit box, which in turn lis…
3702 | action | [ExtendAction](#extendaction10) | Yes | Extended edit action to send.|
3737 Sends an extended edit action. This API uses a promise to return the result.
3741 > The input method calls this API to send an extended edit action to an edit box, which in turn lis…
3749 | action | [ExtendAction](#extendaction10) | Yes| Extended edit action to send.|
4052 Represents the attributes of the edit box.
4058 | enterKeyType | number | Yes | No | Function of the edit box.|
4059 | inputPattern | number | Yes | No | Text of the edit box.|
4061 | bundleName<sup>14+</sup> | string | Yes| Yes| Name of the application package to which the edit b…
4596 Obtains the attribute of the edit box. This API uses an asynchronous callback to return the result.
4608 …successful, **err** is **undefined** and **data** is the attribute of the edit box. Otherwise, **e…
4629 Obtains the attribute of the edit box. This API uses a promise to return the result.
4641 …ttribute](#editorattribute)> | Promise used to return the attribute of the edit box. |