Home
last modified time | relevance | path

Searched refs:textInput (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkTextInput.ts21 getUINativeModule().textInput.resetStyle(node);
34 getUINativeModule().textInput.resetMaxLength(node);
47 getUINativeModule().textInput.resetMaxLines(node);
64 getUINativeModule().textInput.resetDecoration(node);
160 getUINativeModule().textInput.resetWordBreak(node);
470 getUINativeModule().textInput.resetType(node);
828 getUINativeModule().textInput.resetOnCopy(node);
842 getUINativeModule().textInput.resetOnCut(node);
905 getUINativeModule().textInput.resetText(node);
923 getUINativeModule().textInput.resetBorder(node);
[all …]
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dndk-use-animation.md88 nodeAPI->setAttribute(textInput, NODE_WIDTH, &custom_widthItem);
89 nodeAPI->setAttribute(textInput, NODE_HEIGHT, &custom_heightItem1);
95 nodeAPI->setAttribute(textInput, NODE_WIDTH, &custom_widthItem);
96 nodeAPI->setAttribute(textInput, NODE_HEIGHT, &custom_heightItem1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_api_impl_bridge.cpp2211 auto textInput = panda::ObjectRef::New(vm); in GetArkUINativeModule() local
2216 textInput->Set(vm, panda::StringRef::NewFromUtf8(vm, "setType"), in GetArkUINativeModule()
2218 textInput->Set(vm, panda::StringRef::NewFromUtf8(vm, "resetType"), in GetArkUINativeModule()
2252 textInput->Set(vm, panda::StringRef::NewFromUtf8(vm, "setStyle"), in GetArkUINativeModule()
2392 textInput->Set(vm, panda::StringRef::NewFromUtf8(vm, "setOnCopy"), in GetArkUINativeModule()
2396 textInput->Set(vm, panda::StringRef::NewFromUtf8(vm, "setOnCut"), in GetArkUINativeModule()
2432 textInput->Set(vm, panda::StringRef::NewFromUtf8(vm, "setBorder"), in GetArkUINativeModule()
2456 textInput->Set(vm, panda::StringRef::NewFromUtf8(vm, "setMargin"), in GetArkUINativeModule()
2460 textInput->Set(vm, panda::StringRef::NewFromUtf8(vm, "resetText"), in GetArkUINativeModule()
2462 textInput->Set(vm, panda::StringRef::NewFromUtf8(vm, "setText"), in GetArkUINativeModule()
[all …]
/ohos5.0/docs/en/application-dev/ui/
H A Dndk-use-animation.md88 nodeAPI->setAttribute(textInput, NODE_WIDTH, &custom_widthItem);
89 nodeAPI->setAttribute(textInput, NODE_HEIGHT, &custom_heightItem1);
95 nodeAPI->setAttribute(textInput, NODE_WIDTH, &custom_widthItem);
96 nodeAPI->setAttribute(textInput, NODE_HEIGHT, &custom_heightItem1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js13386 getUINativeModule().textInput.resetStyle(node);
13894 getUINativeModule().textInput.resetType(node);
14264 getUINativeModule().textInput.resetOnCopy(node);
14277 getUINativeModule().textInput.resetOnCut(node);
14290 getUINativeModule().textInput.resetOnPaste(node);
14303 getUINativeModule().textInput.resetPadding(node);
14325 getUINativeModule().textInput.resetText(node);
14395 getUINativeModule().textInput.resetBorder(node);
14397 getUINativeModule().textInput.setBorder(node,
14562 getUINativeModule().textInput.resetMargin(node);
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.40/
H A Dchangelogs-arkui.md147 textInput/textArea/search组件的onEditChange接口
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_action_button.cpp45 std::shared_ptr<NotificationUserInput> textInput = userInput; in Create() local
58 textInput, in Create()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp590 napi_value textInput = JsTextInputClientEngine::GetTextInputClientInstance(env); in OnInputStart() local
592 if (keyBoardController == nullptr || textInput == nullptr) { in OnInputStart()
599 args[1] = textInput; in OnInputStart()
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v3.2-beta5.md212 …kage exists for applications with the **\<textInput>** component.| Memory leakage occurs when the …
H A DOpenHarmony-v3.2-release.md617 | I6AZ4T | Memory leakage exists for applications with the **\<textInput>** component.|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_module.md3195 | NODE_TEXT_INPUT_NUMBER_OF_LINES | 设置该属性后,通过该属性计算textInput组件的高度。<br/>属性设置方法参数[ArkUI_AttributeItem…
3465 | NODE_TEXT_INPUT_ON_CHANGE | textInput输入内容发生变化时触发该事件。<br/>触发该事件的条件:输入内容发生变化时。<br/>事件回调发生时,事件参数[Ar…
3466 | NODE_TEXT_INPUT_ON_SUBMIT | textInput按下输入法回车键触发该事件。<br/>触发该事件的条件:按下输入法回车键。<br/>事件回调发生时,事件参数[ArkU…
3473 | NODE_TEXT_INPUT_ON_CONTENT_SIZE_CHANGE | textInput输入内容发生变化时触发该事件。<br/>触发该事件的条件:输入内容发生变化时。<br/>事件…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_module.md3189 | NODE_TEXT_INPUT_ON_SUBMIT | Called when the Enter key of the textInput input method is pressed.<…