Skip to content

Commit

Permalink
fix: update data-module_id to document_id
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 11, 2021
1 parent 4744b2d commit 951d0b1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions demo/CoCreate-navbar.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@

<!-- Render Builder -->
<li class="margin-right:15px">
<a data-window_url="render.html"
<a target="modal" href="render.html"
pass-collection="modules"
pass-module_id=""
pass-prefix=""
pass_to="builder"
data-window_width="100%"
modal-width="100%"
class="sessionAdminUI_Id">
<i class="fas fa-palette"></i>
<div pass-collection="modules"
Expand All @@ -51,23 +51,23 @@
</li>
<li class="display:flex">
<span class="cocreate-badge position:relative right-8px bottom-5px border-radius-5px">4</span>
<a data-window_url="render.html" pass-collection="modules" pass-prefix="datatable_" pass-module_id="" pass_to="render" data-window_width="100%" data-window_height="100%" data-window_color="#229954">
<a target="modal" href="render.html" pass-collection="modules" pass-prefix="datatable_" pass-module_id="" pass_to="render" modal-width="100%" modal-height="100%" modal-color="#229954">
<i class="fas fa-history"></i>
</a>
</li>
<li class="display:flex">
<span class="cocreate-badge position:relative right-8px bottom-5px border-radius-5px">4</span>
<a data-window_url="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dc846ebcddd6b0de2c40b80" pass_to="render" data-window_width="100%" data-window_height="100%" data-window_color="#229954">
<a target="modal" href="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dc846ebcddd6b0de2c40b80" pass_to="render" modal-width="100%" modal-height="100%" modal-color="#229954">
<i class="fa fa-calendar" aria-hidden="true"></i>
</a>
</li>
</ul>

<!-- Avatar -->
<div class="avatar-wrapper margin:5px_0px margin-right:10px">
<a class="avatar round" data-window_url="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dd010bccbc25f0cdb1a4d9f" pass_to="render" data-window_width="300px" data-window_height="375px" data-window_color="#229954">
<span collection="users" data-module_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
<span collection="users" data-module_id="" name="profile_image" class="sessionUser_Id avatar-image">
<a class="avatar round" target="modal" href="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dd010bccbc25f0cdb1a4d9f" pass_to="render" modal-width="300px" modal-height="375px" modal-color="#229954">
<span collection="users" document_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
<span collection="users" document_id="" name="profile_image" class="sessionUser_Id avatar-image">
<img src="/_static/Velazquez.jpg" onerror="this.style.display='none'"/>
</span>
</a>
Expand Down
14 changes: 7 additions & 7 deletions demo/CoCreate-navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@

<!-- Render Builder -->
<li class="margin-right:15px">
<a data-window_url="render.html"
<a target="modal" href="render.html"
pass-collection="modules"
pass-module_id=""
pass-prefix=""
pass_to="builder"
data-window_width="100%"
modal-width="100%"
class="sessionAdminUI_Id">
<i class="fas fa-palette"></i>
<div pass-collection="modules"
Expand All @@ -55,23 +55,23 @@
</li>
<li class="display:flex">
<span class="cocreate-badge position:relative right-8px bottom-5px border-radius-5px">4</span>
<a data-window_url="render.html" pass-collection="modules" pass-prefix="datatable_" pass-module_id="" pass_to="render" data-window_width="100%" data-window_height="100%" data-window_color="#229954">
<a target="modal" href="render.html" pass-collection="modules" pass-prefix="datatable_" pass-module_id="" pass_to="render" modal-width="100%" modal-height="100%" modal-color="#229954">
<i class="fas fa-history"></i>
</a>
</li>
<li class="display:flex">
<span class="cocreate-badge position:relative right-8px bottom-5px border-radius-5px">4</span>
<a data-window_url="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dc846ebcddd6b0de2c40b80" pass_to="render" data-window_width="100%" data-window_height="100%" data-window_color="#229954">
<a target="modal" href="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dc846ebcddd6b0de2c40b80" pass_to="render" modal-width="100%" modal-height="100%" modal-color="#229954">
<i class="fa fa-calendar" aria-hidden="true"></i>
</a>
</li>
</ul>

<!-- Avatar -->
<div class="avatar-wrapper margin:5px_0px margin-right:10px">
<a class="avatar round" data-window_url="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dd010bccbc25f0cdb1a4d9f" pass_to="render" data-window_width="300px" data-window_height="375px" data-window_color="#229954">
<span collection="users" data-module_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
<span collection="users" data-module_id="" name="profile_image" class="sessionUser_Id avatar-image">
<a class="avatar round" target="modal" href="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dd010bccbc25f0cdb1a4d9f" pass_to="render" modal-width="300px" modal-height="375px" modal-color="#229954">
<span collection="users" document_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
<span collection="users" document_id="" name="profile_image" class="sessionUser_Id avatar-image">
<img src="/_static/Velazquez.jpg" onerror="this.style.display='none'"/>
</span>
</a>
Expand Down
14 changes: 7 additions & 7 deletions demo/CoCreate-smooth-scroll.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@

<!-- Render Builder -->
<li class="margin-right:15px">
<a data-window_url="render.html"
<a target="modal" href="render.html"
pass-collection="modules"
pass-module_id=""
pass-prefix=""
pass_to="builder"
data-window_width="100%"
modal-width="100%"
class="sessionAdminUI_Id">
<i class="fas fa-palette"></i>
<div pass-collection="modules"
Expand All @@ -55,23 +55,23 @@
</li>
<li class="display:flex">
<span class="cocreate-badge position:relative right-8px bottom-5px border-radius-5px">4</span>
<a data-window_url="render.html" pass-collection="modules" pass-prefix="datatable_" pass-module_id="" pass_to="render" data-window_width="100%" data-window_height="100%" data-window_color="#229954">
<a target="modal" href="render.html" pass-collection="modules" pass-prefix="datatable_" pass-module_id="" pass_to="render" modal-width="100%" modal-height="100%" modal-color="#229954">
<i class="fas fa-history"></i>
</a>
</li>
<li class="display:flex">
<span class="cocreate-badge position:relative right-8px bottom-5px border-radius-5px">4</span>
<a data-window_url="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dc846ebcddd6b0de2c40b80" pass_to="render" data-window_width="100%" data-window_height="100%" data-window_color="#229954">
<a target="modal" href="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dc846ebcddd6b0de2c40b80" pass_to="render" modal-width="100%" modal-height="100%" modal-color="#229954">
<i class="fa fa-calendar" aria-hidden="true"></i>
</a>
</li>
</ul>

<!-- Avatar -->
<div class="avatar-wrapper margin:5px_0px margin-right:10px">
<a class="avatar round" data-window_url="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dd010bccbc25f0cdb1a4d9f" pass_to="render" data-window_width="300px" data-window_height="375px" data-window_color="#229954">
<span collection="users" data-module_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
<span collection="users" data-module_id="" name="profile_image" class="sessionUser_Id avatar-image">
<a class="avatar round" target="modal" href="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dd010bccbc25f0cdb1a4d9f" pass_to="render" modal-width="300px" modal-height="375px" modal-color="#229954">
<span collection="users" document_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
<span collection="users" document_id="" name="profile_image" class="sessionUser_Id avatar-image">
<img src="/_static/Velazquez.jpg" onerror="this.style.display='none'"/>
</span>
</a>
Expand Down

0 comments on commit 951d0b1

Please sign in to comment.