基于Ace的在线代码编辑器Tiny-editor.zip

时间:2022-08-07 22:59:21
【文件属性】:

文件名称:基于Ace的在线代码编辑器Tiny-editor.zip

文件大小:6KB

文件格式:ZIP

更新时间:2022-08-07 22:59:21

开源项目

Tiny-editor 是和jsFiddle一样具有在线运行js功能的在线代码编辑器,基于Ace。Demo:http://lipten.link/demo/editorUsagegit clone https://github.com/lipten/Tiny-editor.git2.引用相关文件<link rel="stylesheet" href="Tiny-editor.css"/>3.引用js文件[removed][removed] [removed][removed]4.html结构//--html结构比较复杂,看下载后的editor.html比较完整5.初始化代码var Tiny = new TinyEditor()MethodTiny.tab(num) tab显示第几个面板,num传序号,从1开始Tiny.run()运行结果并跳到result面板Tiny.save()保存代码至缓存Tiny.fullScreen()全屏模式开启或关闭Tiny.dockMode()dock边栏模式开启或关闭Tiny.liveMode()实时运行模式,发生change事件时执行一次,仅开启dock模式的前提下才能开启 标签:Tinyeditor


【文件预览】:
Tiny-editor-master
----README.md(1KB)
----Tiny-editor.js(9KB)
----editor.html(2KB)
----Tiny-editor.css(3KB)

网友评论