Skip to content

Commit a5f39ff

Browse files
committed
fix: update docs api and cocreateJS script
1 parent 7b468fd commit a5f39ff

File tree

1 file changed

+24
-44
lines changed

1 file changed

+24
-44
lines changed

docs/index.html

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

0 commit comments

Comments
 (0)