Searched refs:richEditor (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkRichEditor.ts | 24 getUINativeModule().richEditor.resetEnableDataDetector(node); 70 getUINativeModule().richEditor.resetCopyOptions(node); 118 getUINativeModule().richEditor.resetCaretColor(node); 135 getUINativeModule().richEditor.resetOnSelect(node); 149 getUINativeModule().richEditor.resetOnSubmit(node); 177 getUINativeModule().richEditor.resetOnReady(node); 205 getUINativeModule().richEditor.resetEditingChange(node); 219 getUINativeModule().richEditor.resetOnPaste(node); 233 getUINativeModule().richEditor.resetOnCut(node); 247 getUINativeModule().richEditor.resetOnCopy(node); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/ |
H A D | rich_editor_drag_overlay_modifier.cpp | 51 auto richEditor = DynamicCast<RichEditorPattern>(hostPattern); in onDraw() local 58 PaintBackground(*path, canvas, textDragPattern, richEditor); in onDraw() 71 PaintSelBackground(canvas, textDragPattern, richEditor); in onDraw()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_api_impl_bridge.cpp | 1758 auto richEditor = panda::ObjectRef::New(vm); in GetArkUINativeModule() local 1788 richEditor->Set(vm, panda::StringRef::NewFromUtf8(vm, "setOnSubmit"), in GetArkUINativeModule() 1800 richEditor->Set(vm, panda::StringRef::NewFromUtf8(vm, "setOnSelect"), in GetArkUINativeModule() 1804 richEditor->Set(vm, panda::StringRef::NewFromUtf8(vm, "setOnReady"), in GetArkUINativeModule() 1806 richEditor->Set(vm, panda::StringRef::NewFromUtf8(vm, "resetOnReady"), in GetArkUINativeModule() 1816 richEditor->Set(vm, panda::StringRef::NewFromUtf8(vm, "setOnPaste"), in GetArkUINativeModule() 1818 richEditor->Set(vm, panda::StringRef::NewFromUtf8(vm, "resetOnPaste"), in GetArkUINativeModule() 1820 richEditor->Set(vm, panda::StringRef::NewFromUtf8(vm, "setOnCut"), in GetArkUINativeModule() 1822 richEditor->Set(vm, panda::StringRef::NewFromUtf8(vm, "resetOnCut"), in GetArkUINativeModule() 1824 richEditor->Set(vm, panda::StringRef::NewFromUtf8(vm, "setOnCopy"), in GetArkUINativeModule() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 8169 getUINativeModule().richEditor.resetCopyOptions(node); 8187 getUINativeModule().richEditor.resetCaretColor(node); 8219 getUINativeModule().richEditor.resetOnSubmit(node); 8233 getUINativeModule().richEditor.resetAboutToIMEInput(node); 8265 getUINativeModule().richEditor.resetOnSelect(node); 8279 getUINativeModule().richEditor.resetOnReady(node); 8307 getUINativeModule().richEditor.resetOnEditingChange(node); 8321 getUINativeModule().richEditor.resetOnPaste(node); 8335 getUINativeModule().richEditor.resetOnCut(node); 8349 getUINativeModule().richEditor.resetOnCopy(node); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 7334 auto richEditor = weak.Upgrade(); in OnBackPressed() local 7335 CHECK_NULL_VOID(richEditor); in OnBackPressed() 7342 richEditor->AddSpanByPasteData(spanString); in OnBackPressed() 7343 richEditor->RequestKeyboardToEdit(); in OnBackPressed() 7348 richEditor->ResetSelection(); in OnBackPressed() 7349 richEditor->StartTwinkling(); in OnBackPressed() 7350 richEditor->CloseSelectOverlay(); in OnBackPressed() 7351 richEditor->RequestKeyboardToEdit(); in OnBackPressed() 7354 richEditor->AddPasteStr(text); in OnBackPressed() 7355 richEditor->ResetAfterPaste(); in OnBackPressed()
|