Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp1084 std::string placeholderValue; in SetPlaceholder() local
1086 JSContainerBase::ParseJsString(info[0], placeholderValue); in SetPlaceholder()
1087 options.value = placeholderValue; in SetPlaceholder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9109 auto placeholderValue = layoutProperty->GetPlaceholder().value(); in OnBackPressed() local
9136 spanItem->content = placeholderValue; in OnBackPressed()