/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkSearch.ts | 610 …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 D | ArkClassDefine.ts | 1059 highlightBorder?: boolean; 1063 this.highlightBorder = undefined; 1068 (this.highlightBorder === another.highlightBorder) &&
|
H A D | ArkTextArea.ts | 519 …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 D | ArkTextInput.ts | 722 …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 D | ts-basic-components-textarea.md | 268 …tions,当thresholdPercentage数值在有效区间内,且输入字符数超过最大字符数时,边框和计数器下标将变为红色,框体抖动。highlightBorder设置为false,则不显示红… 1233 .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) 1236 //用户设置highlightBorder为false时,配置取消红色边框。不设置此参数时,默认为true。
|
H A D | ts-basic-components-textinput.md | 609 …tions,当thresholdPercentage数值在有效区间内,且输入字符数超过最大字符数时,边框和计数器下标将变为红色,框体抖动。highlightBorder设置为false,则不显示红… 1680 .showCounter(true, { thresholdPercentage: 50, highlightBorder: true }) 1683 //用户设置highlightBorder为false时,配置取消红色边框。不设置此参数时,默认为true。
|
H A D | ts-types.md | 742 | highlightBorder | boolean | 如果用户设置计数器时不设置InputCounterOptions,那么当前输入字符数达到最大字符数时,边框和计数器下标将变为红色。…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | search_modifier.cpp | 619 …ArkUINodeHandle node, ArkUI_Bool open, ArkUI_Int32 thresholdPercentage, ArkUI_Bool highlightBorder) in SetSearchShowCounterOptions() argument 625 SearchModelNG::SetShowCounterBorder(frameNode, highlightBorder); in SetSearchShowCounterOptions()
|
H A D | node_text_area_modifier.cpp | 583 …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 D | node_text_input_modifier.cpp | 1347 …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 D | arkts_native_search_bridge.cpp | 1396 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 D | arkts_native_text_input_bridge.cpp | 1415 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 D | arkts_native_text_area_bridge.cpp | 387 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 D | ts-basic-components-textarea.md | 268 …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 D | ts-basic-components-textinput.md | 611 …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 D | ts-types.md | 742 | 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 D | arkComponent.js | 9249 …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 D | arkoala_api.h | 1195 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 D | cjui_api.h | 1512 …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 D | style_modifier.cpp | 6077 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()
|