Skip to content

Commit 6b9ad59

Browse files
committed
fix: update docs api and cocreateJS script
1 parent 48e3c50 commit 6b9ad59

File tree

1 file changed

+24
-44
lines changed

1 file changed

+24
-44
lines changed

Diff for: docs/index.html

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

0 commit comments

Comments
 (0)