将自定义按钮添加到 WMD 编辑器
Is there a way to add custom buttons to the WMD Editor that extends the editor's functionality?
My ideas for various buttons I want to add are to:
- Markup the selected text
- Insert some predefined text
Thanks
Turgs
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你可以。
1)您需要扩展图像“wmd-buttons.jpg”
编辑图像并添加一个按钮以实现扩展功能。
2) 为按钮添加脚本以与事件绑定(例如插入一些文本)
3) 现在定义 inserttext 函数并放置插入代码。
Yes, you can.
1) you need extend the Images "wmd-buttons.jpg"
edit the image and add a button for extended functionality.
2) Add Script for the button to bind with an event(like inserting some text)
3) Now Define inserttext function and place your insertion code.