Skip to content

Commit

Permalink
fix: update docs api and cocreateJS script
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 26, 2021
1 parent eafd167 commit 741773c
Showing 1 changed file with 24 additions and 44 deletions.
68 changes: 24 additions & 44 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,50 +69,30 @@ <h4><span>search</span> <span class="cocreate-badge success">string</span> <span
<!-- SandBox -->
<h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
<div class="position:sticky top:0 padding:15px_0px height:100vh">
<div class="container svColumn overflow:hidden card border-radius:2px width:auto height:100%" id="form-sandbox">
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6 z-index:7">
<a class="margin-right:10px" id="preview" show="preview" hide="code"><i class="far fa-eye"></i></a>
<a class="margin-right:10px hidden" id="code" show="code" hide="preview"><i class="fas fa-code"></i></a>
<!--<a class="margin-right:10px"><i class="far fa-window-maximize"></i></a>-->
<a target="modal" href="module_activity_datatable.html"
pass-collection="modules"
pass-document_id=""
pass-fetch_value=""
pass-prefix=""
pass_to="render"
modal-width="600px"
modal-height="400px"
modal-color="#229954"
modal-header="false"
class="margin-right:10px">
<i class="fas fa-external-link-alt"></i>
</a>
<a class="fs-toggle margin-right:5px" target="#playground-1"><i class="fas fa-expand"></i></a>
</div>

<div class="svRow">

<div class="svColumn">

<div class="svPanel">
<div realtime="false"
collection="modules"
document_id="5eefe30952c6e94c75fb5e3f"
name="html"
id="7"
class="codemirror min-width:300px">
</div>
</div>
<div class="svSplitter svHorizontal"> </div>

<div class="svPanel">
<iframe get-value="7" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
</div>

</div>
</div>
</div>
<!-- End SandBox -->
<!-- SandBox -->
<div class="container svColumn overflow:hidden card position:relative border-radius:2px width:auto height:100%" id="sandbox">
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
<a class="margin-right:10px" id="code" show="#preview" hide="#code, #view"><i class="far fa-eye"></i></a>
<a class="margin-right:10px hidden" id="preview" show="#code, #view" hide="#preview"><i class="fas fa-code"></i></a>
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
</div>
<div class="svRow">

<div class="svColumn">

<div class="svPanel" id="view">
<textarea collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% border:none resize:none padding:5px"></textarea>
</div>
<div class="svSplitter svHorizontal"> </div>

<div class="svPanel">
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
</div>

</div>
</div>
</div>
<!-- End SandBox -->
</div>
</div>

Expand Down

0 comments on commit 741773c

Please sign in to comment.