摘要:先上圖連接安裝運行使用接口一覽顯示菜單隱藏菜單綁定事件提供了事件解除綁定提供了事件
先上圖
github連接
安裝yarn install / npm install運行
npm run dev使用
.icon-table{ background: url("build/styles/images/table.png") no-repeat center; } // or .icon-table:before{ content: ""; ... }
// listener event ContextMenu.on("itemclick", function (type, e, cmd) { console.log(arguments) }) // bind comtextmenu event document.querySelector(".somedom") .addEventListener("contextmenu", function (e) { ContextMenu.show([ { text : "item-0", command: "cmd-0", cls: "icon-table" }, "-", { text: "item-1", items: [ { text: "item-1-0", command: "cmd-1-0", disabled: true }, { text: "item-1-1", command: "cmd-1-1" } ] } ], e) })接口一覽
/* * 顯示菜單 */ ContextMenu.show(items: Array, e: Event): void /* * 隱藏菜單 */ ContextMenu.hide(): void /* * 綁定事件 * 提供了 itemclick 事件 */ ContextMenu.on(event: String, hanler: Function): void /* * 解除綁定 * 提供了 itemclick 事件 */ ContextMenu.off(event: String, hanler?: Function): void
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/112166.html
摘要:復制粘貼斷線重連等常見行為很容易找到,不需要教程或口口相傳的暗示。參考十項全能的遠程終端登錄軟件開源硬件佳軟介紹 提到SSH、Telnet等遠程終端登錄,我相信很多人想到的都是PuTTY PuTTY通常用于Windows,但實際上可以多平臺運行,因此不表達為Windows下的遠程終端登錄 PuTTY足夠成熟、小巧、專注核心任務,并且對編碼等常見坑的處理并不缺乏,這其實都是優點。但PuT...
摘要:分享一些超好用插件,打造一個不一樣的瀏覽器編輯器。一谷歌瀏覽器插件谷歌訪問助手強烈推薦一鍵安裝,無需其他配置,即可訪問谷歌。谷歌瀏覽器是很耗內存的,該插件會自動掛起長時間未使用的網頁,來釋放系統資源。 showImg(https://segmentfault.com/img/remote/1460000014011338); 分享一些超好用插件,打造一個不一樣的 GitHub、瀏覽器、...
閱讀 5256·2021-09-22 15:50
閱讀 1861·2021-09-02 15:15
閱讀 1164·2019-08-29 12:49
閱讀 2542·2019-08-26 13:31
閱讀 3457·2019-08-26 12:09
閱讀 1209·2019-08-23 18:17
閱讀 2735·2019-08-23 17:56
閱讀 2928·2019-08-23 16:02