码迷,mamicode.com
首页 > Windows程序 > 详细

(四)CodeMirror - API

时间:2014-11-22 21:32:42      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   ar   color   sp   on   div   log   

内容相关

cm.getValue()

cm.setValue()

cm.getRange()

editor.getRange({line:1},{line:2})  // 获取内容块字符

cm.replaceRange()

// 替换内容块内容为test
editors[‘js‘].replaceRange(‘test‘,{line:2,ch:0},{line:2})    
var lineobject = editors.getLineHandle(1)    // 获取行对象

Structure
{
    gutterMarkers: Object
    height: 14
    parent: LeafChunk
    stateAfter: Object
    styles: Array[11]
    text: "init:function() {"  
}

cm.scrollTo()

editors.scrollTo(0,1000)    // 滚动到x:0,y:1000

 

(四)CodeMirror - API

标签:style   blog   io   ar   color   sp   on   div   log   

原文地址:http://www.cnblogs.com/huair_12/p/4115543.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!