Skip to content

Commit 1e9bbb5

Browse files
committed
feat: name attribute and variable renamed to key
1 parent a11a04e commit 1e9bbb5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
sizes="32x32"
1212
href="https://cocreate.app/images/favicon.ico" />
1313
<meta
14-
name="description"
14+
key="description"
1515
content="A simple HTML5 and pure javascript component. Easy configuration using HTML5 attributes or Javscript api and highly styleable." />
1616
<meta
17-
name="keywords"
17+
key="keywords"
1818
content="helper classes, utility classes, css framework, css library, inline style classes" />
1919
<meta name="robots" content="index,follow" />
2020
<meta
@@ -31,7 +31,7 @@
3131
href="/docs/index.css"
3232
array="files"
3333
object="60888216117c640e7596303f"
34-
name="src"
34+
key="src"
3535
type="text/css"
3636
save="true" />
3737
<link rel="manifest" href="/manifest.webmanifest" />
@@ -46,7 +46,7 @@
4646
scroll-down="10"
4747
array="files"
4848
object="60395ef42b3ac232657040fd"
49-
name="src"></nav>
49+
key="src"></nav>
5050
<sidenav
5151
id="menuL"
5252
class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
@@ -57,7 +57,7 @@
5757
<menu
5858
array="files"
5959
object="603717b07de7fb350ae9fec8"
60-
name="src"></menu>
60+
key="src"></menu>
6161
<div resize="right"></div>
6262
</sidenav>
6363
<main
@@ -283,7 +283,7 @@ <h2 class="padding:5px_0px">Demo</h2>
283283
lang="html"
284284
array="demos"
285285
object=""
286-
name="demo"
286+
key="demo"
287287
save="false"
288288
id="demo"
289289
input-selector=".demopreview"

src/dashboard.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@
109109
</div>
110110

111111
<div content_id="content">
112-
<!--<div class="domEditor main-height" name="cards1" array="test" object="5f075add24d24a175fca5490" pass_id="me1234" >-->
112+
<!--<div class="domEditor main-height" key="cards1" array="test" object="5f075add24d24a175fca5490" pass_id="me1234" >-->
113113
<div
114114
class="domEditor main-height"
115-
name="cards1"
115+
key="cards1"
116116
array="test"
117117
pass_id="me1234">
118118
<div
119-
dnd-group-name="dashboard"
119+
dnd-group-key="dashboard"
120120
droppable="true"
121121
class="dnd"
122122
resizable="true"
@@ -210,13 +210,13 @@ <h2>$500</h2>
210210
<!--<div id="card" class="card margin:5px border-radius-2px flex-grow-1 template " style="width:calc( 20% - 10px )">-->
211211
<!-- <div class="margin:15px font-size:18px color-dark-gray">-->
212212
<!-- <span class="display:inline-block">-->
213-
<!-- <input array="module_activity" pass_id="form-fields" object="" name="clone-name" id="stage-name" class="input_field" placeholder="card">-->
213+
<!-- <input array="module_activity" pass_id="form-fields" object="" key="clone-name" id="stage-name" class="input_field" placeholder="card">-->
214214
<!-- </span>-->
215215
<!-- <span class="float:right display:inline-block"><a clone_id="card" class="deleteBtn reset-layout"><i class="height:18px fill:#505050" src="/assets/svg/times.svg"></i></a></span>-->
216216
<!-- </div>-->
217217
<!-- <div class="border:bottom border-color-extra-medium-gray">-->
218218
<!-- <div class="display:flex align-items:center margin:0px_15px">-->
219-
<!-- <form array="module_activity" sortable dnd-group-name="task-items" id="testForm">-->
219+
<!-- <form array="module_activity" sortable dnd-group-key="task-items" id="testForm">-->
220220
<!-- sortable task item -->
221221
<!-- <div id="task-item" class="display:flex flex-wrap-nowrap align-items:center margin:0px_15px padding:10px_0px template">-->
222222
<!-- <h3>Something...</h3>-->

0 commit comments

Comments
 (0)