Sign in
梁美英
/
programming
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
5b6cfd1b482ece72558d152cabac8dc073ed0ef6
Authored by
ykxie
2017-02-23 10:07:36 +0800
1 parent
ea0178e8
add example
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
0 deletions
example/ide.js
example/recording.html
example/ide.js
View file @
5b6cfd1
1
+
2
+
3
+(function(window){
4
+
5
+ function gxb_IDE(){}
6
+
7
+ function initTree(){}
8
+ //
9
+ function toolBox(){}
10
+
11
+ function editer(){}
12
+
13
+
14
+
15
+ gxb_IDE.prototype = {
16
+ recods: [],
17
+ initDir: function(){}
18
+ };
19
+
20
+
21
+
22
+})(window);
23
+
24
+
25
+
...
...
example/recording.html
0 → 100644
View file @
5b6cfd1
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <title>Document</title>
6
+</head>
7
+<body>
8
+
9
+</body>
10
+</html>
0
11
\ No newline at end of file
...
...