File tree 6 files changed +512
-196
lines changed
6 files changed +512
-196
lines changed Original file line number Diff line number Diff line change 1
- < html >
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
2
3
< head >
3
4
< title > Render | CoCreateJS</ title >
4
-
5
+
5
6
<!-- CoCreate Favicon -->
6
- < link rel ="icon " href ="https://cdn.cocreate.app/favicon.ico " type ="image/ico " sizes ="16x16 ">
7
- < link rel ="manifest " href ="/manifest.webmanifest " />
8
- </ head >
7
+ < link
8
+ rel ="icon "
9
+ href ="https://cdn.cocreate.app/favicon.ico "
10
+ type ="image/ico "
11
+ sizes ="16x16 " />
12
+ < link rel ="manifest " href ="/manifest.webmanifest " />
13
+ </ head >
9
14
< style >
10
- .template {display : none}
15
+ .template {
16
+ display : none;
17
+ }
11
18
</ style >
12
19
< body >
13
-
14
20
< cocreate-select name ="current_org " template_id ="abc1 ">
15
21
< selected template ="abc1 " render-array ="data ">
16
22
< cc-option class ="template " value ="{{document.current_org}} ">
17
23
< h3 > {{document.current_org}}</ h3 >
18
24
</ cc-option >
19
25
</ selected >
20
26
</ cocreate-select >
21
-
22
-
23
- < pre >
27
+
28
+ < pre >
24
29
< h1 > Paste in your browser console</ h1 >
25
30
26
31
/** Example of array object from db -- render2 is an example of render_id**/
@@ -42,6 +47,5 @@ <h1>Paste in your browser console</h1>
42
47
<!--<script src="../dist/CoCreate-render-key.js"></script>-->
43
48
< script src ="https://cdn.cocreate.app/latest/CoCreate.min.js "> </ script >
44
49
<!-- <script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script> -->
45
-
46
50
</ body >
47
- </ html >
51
+ </ html >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html >
2
+ < html lang =" en " >
3
3
< head >
4
4
< title > Render | CoCreateJS</ title >
5
5
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html >
2
+ < html lang =" en " >
3
3
< head >
4
4
< title > Render | CoCreateJS</ title >
5
5
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html >
2
+ < html lang =" en " >
3
3
< head >
4
4
< title > Render | CoCreateJS</ title >
5
5
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html >
2
+ < html lang =" en " >
3
3
< head >
4
4
< title > Render | CoCreateJS</ title >
5
5
You can’t perform that action at this time.
0 commit comments