Searched refs:selectAllIcon (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/source/ |
H A D | selectionmenu.ets | 60 selectAllIcon: Resource; 82 selectAllIcon: $r("sys.media.ohos_ic_public_select_all"), 386 MenuItem({ startIcon: this.theme.selectAllIcon, content: "全选", labelInfo: "Ctrl+A" })
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/interfaces/ |
H A D | selectionmenu.js | 80 selectAllIcon: { class in defaultTheme 660 startIcon: this.theme.selectAllIcon,
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-common-components-richeditor.md | 80 selectAllIcon: Resource; 103 selectAllIcon: $r("sys.media.ohos_ic_public_select_all"),
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-richeditor.md | 2034 selectAllIcon: Resource; 2057 selectAllIcon: $r("sys.media.ohos_ic_public_select_all"), 2441 MenuItem({ startIcon: this.theme.selectAllIcon, content: "全选", labelInfo: "Ctrl+A" })
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-richeditor.md | 2033 selectAllIcon: Resource; 2056 selectAllIcon: $r("sys.media.ohos_ic_public_select_all"), 2440 … MenuItem({ startIcon: this.theme.selectAllIcon, content: "Select all", labelInfo: "Ctrl+A" })
|