Skip to content

Commit 146108f

Browse files
committed
fix: update data-fullscreen to fullscreen
1 parent 7e5d9c1 commit 146108f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <h2 class="padding:5px_0px">Demo</h2>
183183
<!--<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"
184184
modal-header="false" class="margin-right:10px">
185185
<i class="fas fa-external-link-alt"></i>
186-
</a> <a class="margin-right:5px" data-fullscreen target="#sandbox"><i class="fas fa-expand"></i></a> </div>
186+
</a> <a class="margin-right:5px" fullscreen target="#sandbox"><i class="fas fa-expand"></i></a> </div>
187187
<div class="svRow">
188188
<div class="svColumn">
189189
<div class="svPanel">

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h4><span>getFormData(moudle_name, action_name, container)</span> <span class="c
187187
<h2 class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">How Does It Works</h2>
188188
<p>CoCreate-fetch works based on cocreate.js and template. </p>
189189

190-
<p>To fetch the array data, the template wrapper should define <code class="language-js">data-fetch_document</code>. <code class="language-js">template_id</code></p>
190+
<p>To fetch the array data, the template wrapper should define <code class="language-js">fetch-document</code>. <code class="language-js">template_id</code></p>
191191

192192
<h2 class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">Effects and Styles</h2>
193193

@@ -211,7 +211,7 @@ <h2 class="padding:5px_0px">Demo</h2>
211211
<!--<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"
212212
modal-header="false" class="margin-right:10px">
213213
<i class="fas fa-external-link-alt"></i>
214-
</a> <a class="margin-right:5px" data-fullscreen target="#sandbox"><i class="fas fa-expand"></i></a> </div>
214+
</a> <a class="margin-right:5px" fullscreen target="#sandbox"><i class="fas fa-expand"></i></a> </div>
215215
<div class="svRow">
216216
<div class="svColumn">
217217
<div class="svPanel">

docs/module.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h2 class="padding:5px_0px">Demo</h2>
173173
<!--<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"
174174
modal-header="false" class="margin-right:10px">
175175
<i class="fas fa-external-link-alt"></i>
176-
</a> <a class="margin-right:5px" data-fullscreen target="#sandbox"><i class="fas fa-expand"></i></a> </div>
176+
</a> <a class="margin-right:5px" fullscreen target="#sandbox"><i class="fas fa-expand"></i></a> </div>
177177
<div class="svRow">
178178
<div class="svColumn">
179179
<div class="svPanel">

docs/server.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h2 class="padding:5px_0px">Demo</h2>
184184
<!--<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"
185185
modal-header="false" class="margin-right:10px">
186186
<i class="fas fa-external-link-alt"></i>
187-
</a> <a class="margin-right:5px" data-fullscreen target="#sandbox"><i class="fas fa-expand"></i></a> </div>
187+
</a> <a class="margin-right:5px" fullscreen target="#sandbox"><i class="fas fa-expand"></i></a> </div>
188188
<div class="svRow">
189189
<div class="svColumn">
190190
<div class="svPanel">

0 commit comments

Comments
 (0)