Skip to content

Commit 43e3a93

Browse files
committed
fix: update docs api and cocreateJS script
1 parent e00f55a commit 43e3a93

File tree

1 file changed

+24
-44
lines changed

1 file changed

+24
-44
lines changed

docs/index.html

Lines changed: 24 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -95,50 +95,30 @@ <h2 class="padding:5px_0px">Demo</h2>
9595
</span>
9696
</div>
9797
<div class="position:sticky top:0 padding:15px_0px height:100vh">
98-
<div class="container svColumn overflow:hidden card border-radius:2px width:auto height:100%" id="form-sandbox">
99-
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6 z-index:7">
100-
<a class="margin-right:10px" id="preview" show="preview" hide="code"><i class="far fa-eye"></i></a>
101-
<a class="margin-right:10px hidden" id="code" show="code" hide="preview"><i class="fas fa-code"></i></a>
102-
<!--<a class="margin-right:10px"><i class="far fa-window-maximize"></i></a>-->
103-
<a target="modal" href="module_activity_datatable.html"
104-
pass-collection="modules"
105-
pass-document_id=""
106-
pass-fetch_value=""
107-
pass-prefix=""
108-
pass_to="render"
109-
modal-width="600px"
110-
modal-height="400px"
111-
modal-color="#229954"
112-
modal-header="false"
113-
class="margin-right:10px">
114-
<i class="fas fa-external-link-alt"></i>
115-
</a>
116-
<a class="margin-right:5px" fullscreen target="#playground-1"><i class="fas fa-expand"></i></a>
117-
</div>
118-
119-
<div class="svRow">
120-
121-
<div class="svColumn">
122-
123-
<div class="svPanel">
124-
<div realtime="false"
125-
collection="modules"
126-
document_id="5eefe30952c6e94c75fb5e3f"
127-
name="html"
128-
id="7"
129-
class="codemirror min-width:300px">
130-
</div>
131-
</div>
132-
<div class="svSplitter svHorizontal"> </div>
133-
134-
<div class="svPanel">
135-
<iframe get-value="7" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
136-
</div>
137-
138-
</div>
139-
</div>
140-
</div>
141-
<!-- End SandBox -->
98+
<!-- SandBox -->
99+
<div class="container svColumn overflow:hidden card position:relative border-radius:2px width:auto height:100%" id="sandbox">
100+
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
101+
<a class="margin-right:10px" id="code" show="#preview" hide="#code, #view"><i class="far fa-eye"></i></a>
102+
<a class="margin-right:10px hidden" id="preview" show="#code, #view" hide="#preview"><i class="fas fa-code"></i></a>
103+
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
104+
</div>
105+
<div class="svRow">
106+
107+
<div class="svColumn">
108+
109+
<div class="svPanel" id="view">
110+
<textarea collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% border:none resize:none padding:5px"></textarea>
111+
</div>
112+
<div class="svSplitter svHorizontal"> </div>
113+
114+
<div class="svPanel">
115+
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
116+
</div>
117+
118+
</div>
119+
</div>
120+
</div>
121+
<!-- End SandBox -->
142122
</div>
143123
</div>
144124

0 commit comments

Comments
 (0)