Home
last modified time | relevance | path

Searched refs:highlightBorder (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSearch.ts610 …getUINativeModule().search.setShowCounter(node, this.value.value!, this.value.highlightBorder, thi…
615 !isBaseOrResourceEqual(this.stageValue.highlightBorder, this.value.highlightBorder) ||
825 arkValue.highlightBorder = options?.highlightBorder;
H A DArkClassDefine.ts1059 highlightBorder?: boolean;
1063 this.highlightBorder = undefined;
1068 (this.highlightBorder === another.highlightBorder) &&
H A DArkTextArea.ts519 …Module().textArea.setShowCounter(node, this.value.value!, this.value.highlightBorder, this.value.t…
524 !isBaseOrResourceEqual(this.stageValue.highlightBorder, this.value.highlightBorder) ||
1275 arkValue.highlightBorder = options?.highlightBorder;
H A DArkTextInput.ts722 …odule().textInput.setShowCounter(node, this.value.value!, this.value.highlightBorder, this.value.t…
727 !isBaseOrResourceEqual(this.stageValue.highlightBorder, this.value.highlightBorder) ||
1307 arkValue.highlightBorder = options?.highlightBorder;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textarea.md268 …tions,当thresholdPercentage数值在有效区间内,且输入字符数超过最大字符数时,边框和计数器下标将变为红色,框体抖动。highlightBorder设置为false,则不显示红…
1233 .showCounter(true, { thresholdPercentage: 50, highlightBorder: true })
1236 //用户设置highlightBorder为false时,配置取消红色边框。不设置此参数时,默认为true。
H A Dts-basic-components-textinput.md609 …tions,当thresholdPercentage数值在有效区间内,且输入字符数超过最大字符数时,边框和计数器下标将变为红色,框体抖动。highlightBorder设置为false,则不显示红…
1680 .showCounter(true, { thresholdPercentage: 50, highlightBorder: true })
1683 //用户设置highlightBorder为false时,配置取消红色边框。不设置此参数时,默认为true。
H A Dts-types.md742 | highlightBorder | boolean | 如果用户设置计数器时不设置InputCounterOptions,那么当前输入字符数达到最大字符数时,边框和计数器下标将变为红色。…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dsearch_modifier.cpp619 …ArkUINodeHandle node, ArkUI_Bool open, ArkUI_Int32 thresholdPercentage, ArkUI_Bool highlightBorder) in SetSearchShowCounterOptions() argument
625 SearchModelNG::SetShowCounterBorder(frameNode, highlightBorder); in SetSearchShowCounterOptions()
H A Dnode_text_area_modifier.cpp583 …ArkUINodeHandle node, ArkUI_Bool open, ArkUI_Int32 thresholdPercentage, ArkUI_Bool highlightBorder) in SetTextAreaShowCounterOptions() argument
589 TextFieldModelNG::SetShowCounterBorder(frameNode, highlightBorder); in SetTextAreaShowCounterOptions()
607 options->highlightBorder = TextFieldModelNG::GetShowCounterBorder(frameNode); in GetTextAreaShowCounterOptions()
H A Dnode_text_input_modifier.cpp1347 …INodeHandle node, ArkUI_Uint32 open, ArkUI_Int32 thresholdPercentage, ArkUI_Uint32 highlightBorder) in SetTextInputShowCounter() argument
1353 TextFieldModelNG::SetShowCounterBorder(frameNode, static_cast<bool>(highlightBorder)); in SetTextInputShowCounter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_search_bridge.cpp1396 auto highlightBorder = true; in SetShowCounter() local
1398 highlightBorder = highlightBorderArg->BooleaValue(vm); in SetShowCounter()
1409 …iveNode, static_cast<int32_t>(showCounter), thresholdValue, static_cast<int32_t>(highlightBorder)); in SetShowCounter()
H A Darkts_native_text_input_bridge.cpp1415 auto highlightBorder = true; in SetShowCounter() local
1417 highlightBorder = highlightBorderArg->BooleaValue(vm); in SetShowCounter()
1428 …eNode, static_cast<uint32_t>(showCounter), thresholdValue, static_cast<uint32_t>(highlightBorder)); in SetShowCounter()
H A Darkts_native_text_area_bridge.cpp387 auto highlightBorder = true; in SetShowCounter() local
389 highlightBorder = highlightBorderArg->BooleaValue(vm); in SetShowCounter()
400 nativeNode, showCounter, thresholdValue, highlightBorder); in SetShowCounter()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textarea.md268 …ntage** is valid. If **highlightBorder** is set to **false**, the text box border does not turn re…
1233 .showCounter(true, { thresholdPercentage: 50, highlightBorder: true })
1236 …// When highlightBorder is set to false, the text box border turns red when the number of entered …
H A Dts-basic-components-textinput.md611 …ntage** is valid. If **highlightBorder** is set to **false**, the text box border does not turn re…
1683 .showCounter(true, { thresholdPercentage: 50, highlightBorder: true })
1686 …// When highlightBorder is set to false, the text box border turns red when the number of entered …
H A Dts-types.md742 | highlightBorder | boolean | Whether to highlight the text box border and character counter su…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js9249 …getUINativeModule().search.setShowCounter(node, this.value.value, this.value.highlightBorder, this…
9254 !isBaseOrResourceEqual(this.stageValue.highlightBorder, this.value.highlightBorder) ||
9456 arkValue.highlightBorder = options?.highlightBorder;
12515 …eModule().textArea.setShowCounter(node, this.value.value, this.value.highlightBorder, this.value.t…
12520 !isBaseOrResourceEqual(this.stageValue.highlightBorder, this.value.highlightBorder) ||
13170 arkValue.highlightBorder = options?.highlightBorder;
14165 …Module().textInput.setShowCounter(node, this.value.value, this.value.highlightBorder, this.value.t…
14170 !isBaseOrResourceEqual(this.stageValue.highlightBorder, this.value.highlightBorder) ||
14740 arkValue.highlightBorder = options?.highlightBorder;
16045 this.highlightBorder = undefined;
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1195 ArkUI_Bool highlightBorder; member
3206 …UINodeHandle node, ArkUI_Int32 open, ArkUI_Int32 thresholdPercentage, ArkUI_Int32 highlightBorder);
3461 …NodeHandle node, ArkUI_Uint32 open, ArkUI_Int32 thresholdPercentage, ArkUI_Uint32 highlightBorder);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h1512 …UINodeHandle node, ArkUI_Int32 open, ArkUI_Int32 thresholdPercentage, ArkUI_Int32 highlightBorder);
1760 …NodeHandle node, ArkUI_Uint32 open, ArkUI_Int32 thresholdPercentage, ArkUI_Uint32 highlightBorder);
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp6077 ArkUI_Bool highlightBorder = true; in SetTextAreaShowCounter() local
6094 highlightBorder = item->value[NUM_2].i32; in SetTextAreaShowCounter()
6098 node->uiNodeHandle, open, thresholdPercentage, highlightBorder); in SetTextAreaShowCounter()
6118 g_numberValues[NUM_2].i32 = options.highlightBorder; in GetTextAreaShowCounter()