UNPKG

wfeditor

Version:
14 lines 380 B
define("ext/link",[],function(_require,exports,module){ return [{ group: "link", title: "链接", role: "link", behavir: function(el){ document.execCommand('CreateLink', false, window.prompt("link:","http://") ); } },{ group: "link", title: "取消链接", role: "unlink" }]; });