1 Star 0 Fork 2

xiaozhou/XCE

forked from imlzw/XCE 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
imlzw 提交于 2020-11-13 16:22 . 初始提交
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>XCE代码编辑器</title>
<link rel="stylesheet" href="./layui/css/layui.css">
<link rel="stylesheet" href="./font-awesome/css/font-awesome.css" media="all">
<script src="./layui/layui.js"></script>
<script>
layui.config({
base: './layui/lay/module/'
}).extend({
xce: '{/}./xce/xce',
xTree: '{/}./xTree/xTree',
xAce: '{/}./xAce/xAce',
xUtils: '{/}./xUtils',
});
</script>
<style>
body{
background: #676666;
}
.hide {
display: none;
}
.demo{
width: 1000px;
margin: auto;
}
.layui-card-body{
padding: 0;
}
</style>
</head>
<body style="padding: 18px;">
<div class="layui-card demo">
<div class="layui-card-header"><a href="https://gitee.com/imlzw/xicon" target="_blank">XCE代码编辑器</a></div>
<div class="layui-card-body">
<div id="xce-editor" style="height: 800px"></div>
<div>
</div>
</body>
<script>
layui.use(["xce"],function(){
let xce = layui.xce;
xce.render({
elem: "#xce-editor",
api: "api",
apiStyle: "demo" //demo专用
})
});
</script>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mrzhou_cn/xce.git
[email protected]:mrzhou_cn/xce.git
mrzhou_cn
xce
XCE
master

搜索帮助