Skip to content

Commit 7c731e2

Browse files
committed
fix: update docs api and cocreateJS script
1 parent b8ea6d9 commit 7c731e2

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

0 commit comments

Comments
 (0)