公告板
版本库
filestore
活动
搜索
登录
石子山
/
designChart
BI前端设计器
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
init
IT-KIMI_SHI\SINOIT.KIMI
2018-12-07
50eb1d766c470dc6ff927199eaee934f972a8b70
[~kimi/designChart.git]
/
InfovisDesignerChart-master
/
designer
/
src
/
main
/
webapp
/
resources
/
js
/
lib
/
flatadmin
/
js
/
list.js
1
2
3
4
5
6
7
8
9
10
(function() {
$(function() {
var HtmlMode, editor;
HtmlMode = ace.require("ace/mode/html").Mode;
editor = ace.edit("code-preview-list");
editor.getSession().setMode(new HtmlMode());
editor.setTheme("ace/theme/github");
});
}).call(this);