我正在使用 Markitup。我想要的只是工具栏上的段落按钮。
有谁知道如何删除其他按钮吗?
I am using Markitup. All I want is the paragraph button on the toolbar.
Anyone know how to delete the other buttons?
编辑 markitup/sets/default 中的文件 set.js。您还可以指定要使用的设置文件: $("#mark").markItUp(mySettings);其中“mySettings”是您要使用的 set.js 文件
Edit the file set.js in markitup/sets/default. Also you can specify the settings file to use with: $("#mark").markItUp(mySettings); where "mySettings" is the set.js file you want to use
找到文件 set.js 并编辑 mysetting 以仅包含您需要的内容
Find the file set.js and edit mysetting to include only what you need
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
编辑 markitup/sets/default 中的文件 set.js。您还可以指定要使用的设置文件: $("#mark").markItUp(mySettings);其中“mySettings”是您要使用的 set.js 文件
Edit the file set.js in markitup/sets/default. Also you can specify the settings file to use with: $("#mark").markItUp(mySettings); where "mySettings" is the set.js file you want to use
找到文件 set.js 并编辑 mysetting 以仅包含您需要的内容
Find the file set.js and edit mysetting to include only what you need