K.codemirror方法_代码编辑器

puyuetian 发布于: puyuetian.js , 2021-06-25

版本:4.0.0

// selector textarea对象
// options对象方法如下
// width 宽度,默认遵从textarea
// height 高度,默认遵从textarea
// mode 代码类型,默认php
// lineWrapping 换行,默认ture
// lineNumbers 显示行号,默认ture
// firstLineNumber 第一个编号开始数字,默认1
// indentWithTabs tab键为几个空格,默认4
// smartIndent 智能缩进,默认true
// matchBrackets 自动匹配括号,默认true
// autofocus 自动聚焦,默认false
// readOnly 只读,默认false
// showCursorWhenSelecting 显示选中的文本,默认ture
K.codemirror(selector, options = null);

发表评论
评论列表
加载更多