html可视化数学公式编辑,所见即所得的jQuery数学公式编辑器
插件
MathquillBasedEditor是⼀款所见即所得的jQuery数学公式编辑器插件。该数学公式编辑器依赖于mathquill,可以通过点击图标来直接⽣成乘⽅和开⽅等数学公式。
使⽤⽅法
在页⾯中引⼊mathquill和matheditor的相关⽂件。
HTML结构
使⽤⼀个
作为公式编辑器的容器。
初始化插件
可以通过下⾯的⽅法来实例化MathEditor对象。
var mathEditor = new MathEditor('some_id');
mathEditor.buttons(["fraction","square_root","cube_root","root",'superscript','subscript']);
// If you dont write this line editor will display default buttons.
// If you want to remove some buttons from default list.
mathEditor.styleMe({
英汉互译在线转换width: '500',
height: '80'karate
});
// List of other options are mentioned bellow.
mathEditor.setTemplate('keypad');
// It will make button toolbar look like keypad.
/
/ More options would be added.for第三个参数不写
// It will return letex for input formula.
配置参数
在styleMe()⽅法中可⽤的配置参数如下:
参数
类型
默认值
描述
width
string
500
编辑器的最⼩宽度。
heightspecialist
string
40
编辑器的最⼩⾼度。
textarea_background
string
#FFFFFF
编辑器⽂本区域的背景颜⾊。textarea_foreground
string
#000000
编辑器⽂本区域的前景颜⾊。textarea_border
stringjquery下载文件插件
#000000
编辑器⽂本区域的边框颜⾊。toolbar_background
string
#FFFFFF
编辑器⼯具栏的背景颜⾊。toolbar_foreground
string
安卓 kotlin#000000
编辑器⼯具栏的⽂本颜⾊。toolbar_border
string
#000000
编辑器⼯具栏的边框颜⾊。button_background
string
#FFFFFF
编辑器⼯具栏按钮的背景颜⾊。
button_border
string
#000000
编辑器⼯具栏按钮的边框颜⾊。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论