Skip to content

Commit 951d0b1

Browse files
committed
fix: update data-module_id to document_id
1 parent 4744b2d commit 951d0b1

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

demo/CoCreate-navbar.1.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333

3434
<!-- Render Builder -->
3535
<li class="margin-right:15px">
36-
<a data-window_url="render.html"
36+
<a target="modal" href="render.html"
3737
pass-collection="modules"
3838
pass-module_id=""
3939
pass-prefix=""
4040
pass_to="builder"
41-
data-window_width="100%"
41+
modal-width="100%"
4242
class="sessionAdminUI_Id">
4343
<i class="fas fa-palette"></i>
4444
<div pass-collection="modules"
@@ -51,23 +51,23 @@
5151
</li>
5252
<li class="display:flex">
5353
<span class="cocreate-badge position:relative right-8px bottom-5px border-radius-5px">4</span>
54-
<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">
54+
<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">
5555
<i class="fas fa-history"></i>
5656
</a>
5757
</li>
5858
<li class="display:flex">
5959
<span class="cocreate-badge position:relative right-8px bottom-5px border-radius-5px">4</span>
60-
<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">
60+
<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">
6161
<i class="fa fa-calendar" aria-hidden="true"></i>
6262
</a>
6363
</li>
6464
</ul>
6565

6666
<!-- Avatar -->
6767
<div class="avatar-wrapper margin:5px_0px margin-right:10px">
68-
<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">
69-
<span collection="users" data-module_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
70-
<span collection="users" data-module_id="" name="profile_image" class="sessionUser_Id avatar-image">
68+
<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">
69+
<span collection="users" document_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
70+
<span collection="users" document_id="" name="profile_image" class="sessionUser_Id avatar-image">
7171
<img src="/_static/Velazquez.jpg" onerror="this.style.display='none'"/>
7272
</span>
7373
</a>

demo/CoCreate-navbar.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737

3838
<!-- Render Builder -->
3939
<li class="margin-right:15px">
40-
<a data-window_url="render.html"
40+
<a target="modal" href="render.html"
4141
pass-collection="modules"
4242
pass-module_id=""
4343
pass-prefix=""
4444
pass_to="builder"
45-
data-window_width="100%"
45+
modal-width="100%"
4646
class="sessionAdminUI_Id">
4747
<i class="fas fa-palette"></i>
4848
<div pass-collection="modules"
@@ -55,23 +55,23 @@
5555
</li>
5656
<li class="display:flex">
5757
<span class="cocreate-badge position:relative right-8px bottom-5px border-radius-5px">4</span>
58-
<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">
58+
<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">
5959
<i class="fas fa-history"></i>
6060
</a>
6161
</li>
6262
<li class="display:flex">
6363
<span class="cocreate-badge position:relative right-8px bottom-5px border-radius-5px">4</span>
64-
<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">
64+
<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">
6565
<i class="fa fa-calendar" aria-hidden="true"></i>
6666
</a>
6767
</li>
6868
</ul>
6969

7070
<!-- Avatar -->
7171
<div class="avatar-wrapper margin:5px_0px margin-right:10px">
72-
<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">
73-
<span collection="users" data-module_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
74-
<span collection="users" data-module_id="" name="profile_image" class="sessionUser_Id avatar-image">
72+
<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">
73+
<span collection="users" document_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
74+
<span collection="users" document_id="" name="profile_image" class="sessionUser_Id avatar-image">
7575
<img src="/_static/Velazquez.jpg" onerror="this.style.display='none'"/>
7676
</span>
7777
</a>

demo/CoCreate-smooth-scroll.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737

3838
<!-- Render Builder -->
3939
<li class="margin-right:15px">
40-
<a data-window_url="render.html"
40+
<a target="modal" href="render.html"
4141
pass-collection="modules"
4242
pass-module_id=""
4343
pass-prefix=""
4444
pass_to="builder"
45-
data-window_width="100%"
45+
modal-width="100%"
4646
class="sessionAdminUI_Id">
4747
<i class="fas fa-palette"></i>
4848
<div pass-collection="modules"
@@ -55,23 +55,23 @@
5555
</li>
5656
<li class="display:flex">
5757
<span class="cocreate-badge position:relative right-8px bottom-5px border-radius-5px">4</span>
58-
<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">
58+
<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">
5959
<i class="fas fa-history"></i>
6060
</a>
6161
</li>
6262
<li class="display:flex">
6363
<span class="cocreate-badge position:relative right-8px bottom-5px border-radius-5px">4</span>
64-
<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">
64+
<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">
6565
<i class="fa fa-calendar" aria-hidden="true"></i>
6666
</a>
6767
</li>
6868
</ul>
6969

7070
<!-- Avatar -->
7171
<div class="avatar-wrapper margin:5px_0px margin-right:10px">
72-
<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">
73-
<span collection="users" data-module_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
74-
<span collection="users" data-module_id="" name="profile_image" class="sessionUser_Id avatar-image">
72+
<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">
73+
<span collection="users" document_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
74+
<span collection="users" document_id="" name="profile_image" class="sessionUser_Id avatar-image">
7575
<img src="/_static/Velazquez.jpg" onerror="this.style.display='none'"/>
7676
</span>
7777
</a>

0 commit comments

Comments
 (0)