Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp6764 auto jsonShowCounterOptions = JsonUtil::Create(true); in OnBackPressed() local
6765jsonShowCounterOptions->Put("thresholdPercentage", layoutProperty->GetSetCounterValue(DEFAULT_MODE… in OnBackPressed()
6766jsonShowCounterOptions->Put("highlightBorder", layoutProperty->GetShowHighlightBorderValue(true)); in OnBackPressed()
6767 jsonShowCounter->Put("options", jsonShowCounterOptions); in OnBackPressed()