Skip to content

Commit 1c77354

Browse files
committed
2 parents c231b34 + 39439e2 commit 1c77354

File tree

6 files changed

+57
-27
lines changed

6 files changed

+57
-27
lines changed

docs/CoCreateJS-objects.html

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,27 @@
2020
</style>
2121

2222
<body>
23-
<div data-collection="" data-document_id="" name="" id="cocreate-xxxxx">
24-
<div class="display:flex flex-wrap:wrap justify-content:space-between margin:10px">
23+
<navbar class="nav display:flex align-items:center background:whitesmoke padding-top:10px padding-bottom:10px" data-main_content_id="content" data-scroll="sticky-nav,hide-nav" data-scroll_up="10" data-scroll_down="10" data-collection="components" data-document_id="60395ef42b3ac232657040fd" name="html">
24+
</navbar>
25+
<sidenav id="menuL" class="cocreate-sidenav background:whitesmoke" data-main_content="content" sidenav-default_desktop="expanded" sidenav-default_tablet="offcanvas" sidenav-ontoggle_desktop="offcanvas" sidenav-ontoggle_tablet="expanded">
26+
<menu data-collection="components" data-document_id="603717b07de7fb350ae9fec8" name="html"></menu>
27+
<div class="resizeHandler"></div>
28+
</sidenav>
29+
<main class="padding:15px_15px_0px_15px" data-main_content_id="content" id="cocreate-xxxxx">
30+
<div class="display:flex flex-wrap:wrap justify-content:space-between position:relative margin:10px">
2531
<div class="display:flex align-items:center">
2632
<h2>CoCreateJS</h2>
2733
</div>
28-
<div class="display:flex align-items:center font-size:20px" data-share_network="true" data-share_text="Enter decription here" data-share_title="testing im a title" data-share_height="600" data-share_width="700" data-share_media="https://cdn.cocreate.app/docs/boilerplate.png">
34+
<div class="display:flex align-items:center font-size:20px position:absolute right:0 padding:5px background:white">
35+
<div class="display:flex align-items:center transition:0.3s padding-left:10px" data-share_network="true" data-share_text="Enter decription here" data-share_title="testing im a title" data-share_height="600" data-share_width="700" data-share_media="https://cdn.cocreate.app/docs/boilerplate.png" data-hover="display:block!important" data-hover_target=".social-networks">
36+
<div class="display:none social-networks">
37+
<a class="margin-right:15px" data-share_network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a>
38+
<a class="margin-right:15px" data-share_network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a>
39+
<a class="margin-right:15px" data-share_network='instagram' title="Share on instagram"><i class="fab fa-instagram"></i></a>
40+
</div>
41+
<a class="margin-right:15px" data-share_network='share' title="Share on share"><i class="fas fa-share-alt"></i></a>
42+
</div>
2943
<a href="https://github.com/CoCreate-app/CoCreate-xxxxx" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
30-
<a class="margin-right:15px" data-share_network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a>
31-
<a class="margin-right:15px" data-share_network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a>
32-
<a class="margin-right:15px" data-share_network='instagram' title="Share on instagram"><i class="fab fa-instagram"></i></a>
33-
<a class="margin-right:15px" data-share_network='share' title="Share on share"><i class="fas fa-share-alt"></i></a>
3444
</div>
3545
</div>
3646
<p class="max-width:500px margin-bottom:20px">Learn how to convert your html into a dynamic realtime application.</p>
@@ -1050,16 +1060,16 @@ <h4><span>data</span> <span class="cocreate-badge success">object</span> <span c
10501060
</div>
10511061

10521062
</div>
1053-
</div>
1063+
</main>
10541064
<script>
10551065
var config = {
10561066
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
1057-
organization_Id: '5de0387b12e200ea63204d6c'
1067+
organization_Id: '5de0387b12e200ea63204d6c'
10581068
}
10591069
</script>
10601070

10611071
<!--CoCreateJS-->
1062-
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
1072+
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js" ></script>
10631073

10641074

10651075
</body>

docs/elements.1.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@
7474
</style>
7575

7676
<body>
77+
<navbar class="nav display:flex align-items:center background:whitesmoke padding-top:10px padding-bottom:10px" data-main_content_id="content" data-scroll="sticky-nav,hide-nav" data-scroll_up="10" data-scroll_down="10" data-collection="components" data-document_id="60395ef42b3ac232657040fd" name="html">
78+
</navbar>
79+
<sidenav id="menuL" class="cocreate-sidenav background:whitesmoke" data-main_content="content" sidenav-default_desktop="expanded" sidenav-default_tablet="offcanvas" sidenav-ontoggle_desktop="offcanvas" sidenav-ontoggle_tablet="expanded">
80+
<menu data-collection="components" data-document_id="603717b07de7fb350ae9fec8" name="html"></menu>
81+
<div class="resizeHandler"></div>
82+
</sidenav>
7783

7884
<!-- Navbar -->
7985
<div class="nav display:flex align-items:center background:whitesmoke padding-top:10px padding-bottom:10px domEditor margin-left:250px@lg@xl margin-left:0px@sm" data-collection="components" data-document_id="60395ef42b3ac232657040fd" name="html" data-scroll="sticky-nav,hide-nav" data-scroll_up="10" data-scroll_down="10"></div>
@@ -121,7 +127,7 @@ <h2 class="padding-top:20px">CoCreateJS</h2>
121127
</section>
122128

123129
<div id="xxxxx-section" class="display:flex flex-wrap:wrap justify-content:space-between">
124-
<div class="flex-grow:1 width:300px padding:0px_10px margin:20px_0px">
130+
<div class="flex-grow:1 width:400px padding:0px_10px margin-top:60px">
125131
<h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Collaborative Elements</h2>
126132
<div class="">
127133
<p class="padding:10px_0px line-height:1.5">We have 2 collections by default “modules” and “module_activities”. If the data-collection="" is left empty or if the attribute is not used it will default to “module_activities”.</p>
@@ -534,23 +540,23 @@ <h4><span>data-broadcast_sender</span> <span class="cocreate-badge success">stri
534540
</div>
535541
</div>
536542
<!-- <div id="xxxxx-section" class="display:flex flex-wrap:wrap">-->
537-
<!-- <div class="flex-grow:1 width:300px padding:0px_10px margin:20px_0px">-->
543+
<!-- <div class="flex-grow:1 width:400px padding:0px_10px margin-top:60px">-->
538544

539545
<!-- Description -->
540546
<!-- <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Websockets</h2>-->
541547
<!-- <div class="">-->
542-
<!-- <p class="padding:10px_0px">This is xxxxx reference</p>-->
548+
<!-- <p class="padding:10px_0px">This is xxxxx usage</p>-->
543549

544550
<!-- <div class="flex-grow:1 min-width:300px width:100%">-->
545551
<!-- <pre><code class="language-html">&lt;div&gt;&lt;/div&gt;</code></pre>-->
546552
<!-- </div>-->
547-
<!-- <p class="padding:10px_0px">This is xxxxx reference</p>-->
548-
<!-- <p class="padding:10px_0px">This is xxxxx reference</p>-->
553+
<!-- <p class="padding:10px_0px">This is xxxxx usage</p>-->
554+
<!-- <p class="padding:10px_0px">This is xxxxx usage</p>-->
549555
<!-- </div>-->
550556
<!-- End description -->
551557

552558
<!-- SandBox -->
553-
<!-- <div id="boilerplate-demo" class="border-bottom:1px_solid_lightgrey">
559+
<!-- <div id="boilerplate-demo" class="border-bottom:1px_solid_lightgrey" data-scroll data-scroll_intersect="color:dodgerblue" data-scroll_target="#boilerplate-demo-section">
554560
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#boilerplate-demo"]'>
555561
<h2 class="padding:5px_0px">Demo</h2>
556562
<a class="margin-left:10px display:none" href="#boilerplate-demo"><i class="fas fa-link"></i></a>

docs/elements.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
</head>
1414

1515
<body>
16+
<navbar class="nav display:flex align-items:center background:whitesmoke padding-top:10px padding-bottom:10px" data-main_content_id="content" data-scroll="sticky-nav,hide-nav" data-scroll_up="10" data-scroll_down="10" data-collection="components" data-document_id="60395ef42b3ac232657040fd" name="html">
17+
</navbar>
18+
<sidenav id="menuL" class="cocreate-sidenav background:whitesmoke" data-main_content="content" sidenav-default_desktop="expanded" sidenav-default_tablet="offcanvas" sidenav-ontoggle_desktop="offcanvas" sidenav-ontoggle_tablet="expanded">
19+
<menu data-collection="components" data-document_id="603717b07de7fb350ae9fec8" name="html"></menu>
20+
<div class="resizeHandler"></div>
21+
</sidenav>
1622

1723
<!-- Navbar -->
1824
<!-- <div class="nav display:flex align-items:center background:whitesmoke padding-top:10px padding-bottom:10px" -->
@@ -48,7 +54,7 @@
4854
<div data-collection="" data-document_id="" name="" id="cocreate-xxxxx" >
4955

5056
<section id="xxxxx-section" class="padding:10px">
51-
<div class="display:flex flex-wrap:wrap justify-content:space-between margin:10px">
57+
<div class="display:flex flex-wrap:wrap justify-content:space-between position:relative margin:10px">
5258
<div class="display:flex align-items:center">
5359
<h2 class="padding-top:20px">CoCreateJS</h2>
5460
</div>
@@ -65,7 +71,7 @@ <h2 class="padding-top:20px">CoCreateJS</h2>
6571
</section>
6672

6773
<div id="xxxxx-section" class="display:flex flex-wrap:wrap justify-content:space-between">
68-
<div class="flex-grow:1 width:300px padding:0px_10px margin:20px_0px">
74+
<div class="flex-grow:1 width:400px padding:0px_10px margin-top:60px">
6975
<h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Collaborative Elements</h2>
7076
<div class="">
7177
<p class="padding:10px_0px line-height:1.5">We have 2 collections by default “modules” and “module_activities”. If the data-collection="" is left empty or if the attribute is not used it will default to “module_activities”.</p>
@@ -478,23 +484,23 @@ <h4><span>data-broadcast_sender</span> <span class="cocreate-badge success">stri
478484
</div>
479485
</div>
480486
<!-- <div id="xxxxx-section" class="display:flex flex-wrap:wrap">-->
481-
<!-- <div class="flex-grow:1 width:300px padding:0px_10px margin:20px_0px">-->
487+
<!-- <div class="flex-grow:1 width:400px padding:0px_10px margin-top:60px">-->
482488

483489
<!-- Description -->
484490
<!-- <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Websockets</h2>-->
485491
<!-- <div class="">-->
486-
<!-- <p class="padding:10px_0px">This is xxxxx reference</p>-->
492+
<!-- <p class="padding:10px_0px">This is xxxxx usage</p>-->
487493

488494
<!-- <div class="flex-grow:1 min-width:300px width:100%">-->
489495
<!-- <pre><code class="language-html">&lt;div&gt;&lt;/div&gt;</code></pre>-->
490496
<!-- </div>-->
491-
<!-- <p class="padding:10px_0px">This is xxxxx reference</p>-->
492-
<!-- <p class="padding:10px_0px">This is xxxxx reference</p>-->
497+
<!-- <p class="padding:10px_0px">This is xxxxx usage</p>-->
498+
<!-- <p class="padding:10px_0px">This is xxxxx usage</p>-->
493499
<!-- </div>-->
494500
<!-- End description -->
495501

496502
<!-- SandBox -->
497-
<!-- <div id="boilerplate-demo" class="border-bottom:1px_solid_lightgrey">
503+
<!-- <div id="boilerplate-demo" class="border-bottom:1px_solid_lightgrey" data-scroll data-scroll_intersect="color:dodgerblue" data-scroll_target="#boilerplate-demo-section">
498504
<span class="display:flex align-items:center width:fit-content" data-hover="display:block!important" data-hover_target='[href="#boilerplate-demo"]'>
499505
<h2 class="padding:5px_0px">Demo</h2>
500506
<a class="margin-left:10px display:none" href="#boilerplate-demo"><i class="fas fa-link"></i></a>

docs/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
</style>
4141

4242
<body>
43+
<navbar class="nav display:flex align-items:center background:whitesmoke padding-top:10px padding-bottom:10px" data-main_content_id="content" data-scroll="sticky-nav,hide-nav" data-scroll_up="10" data-scroll_down="10" data-collection="components" data-document_id="60395ef42b3ac232657040fd" name="html">
44+
</navbar>
45+
<sidenav id="menuL" class="cocreate-sidenav background:whitesmoke" data-main_content="content" sidenav-default_desktop="expanded" sidenav-default_tablet="offcanvas" sidenav-ontoggle_desktop="offcanvas" sidenav-ontoggle_tablet="expanded">
46+
<menu data-collection="components" data-document_id="603717b07de7fb350ae9fec8" name="html"></menu>
47+
<div class="resizeHandler"></div>
48+
</sidenav>
4349

4450
<!-- Navbar -->
4551
<nav class="nav display:flex align-items:center padding-top:10px padding-bottom:10px background:whitesmoke"
@@ -78,7 +84,8 @@
7884
<div class="display:flex direction:rtl overflow:overlay align-items:center width:400px width:100%@xs@sm height:50px padding-right:10px font-size:20px">
7985

8086
<!-- Social Share -->
81-
<div class="display:flex align-items:center font-size:20px" data-share_network="true" data-share_text="Enter decription here" data-share_title="testing im a title" data-share_height="600" data-share_width="700" data-share_media="https://cdn.cocreate.app/docs/boilerplate.png">
87+
<div class="display:flex align-items:center font-size:20px position:absolute right:0 padding:5px background:white">
88+
<div class="display:flex align-items:center transition:0.3s padding-left:10px" data-share_network="true" data-share_text="Enter decription here" data-share_title="testing im a title" data-share_height="600" data-share_width="700" data-share_media="https://cdn.cocreate.app/docs/boilerplate.png">
8289
<a href="https://github.com/CoCreate-app" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
8390
<a href="https://twitter.com/CoCreate_App" target="_blank" class="margin-right:15px"><i class="fab fa-twitter"></i></a>
8491
<a href="https://www.facebook.com/CoCreate.apps" target="_blank" class="margin-right:15px"><i class="fab fa-facebook"></i></a>

docs/introduction.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ <h1>Getting Started</h1>
6565
<script>
6666
var config = {
6767
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
68-
organization_Id: '5de0387b12e200ea63204d6c'
68+
organization_Id: '5de0387b12e200ea63204d6c'
6969
}
7070
</script>
7171

7272
<!--CoCreateJS-->
73-
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
73+
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js" ></script>
7474
</body>
7575
</html>

docs/navbar.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
<div class="display:flex direction:rtl overflow:overlay align-items:center width:400px width:100%@xs@sm height:50px padding-right:10px font-size:20px">
9797

9898
<!--Social Share -->
99-
<div class="display:flex align-items:center font-size:20px" data-share_network="true" data-share_text="Enter decription here" data-share_title="testing im a title" data-share_height="600" data-share_width="700" data-share_media="https://cdn.cocreate.app/docs/boilerplate.png">
99+
<div class="display:flex align-items:center font-size:20px position:absolute right:0 padding:5px background:white">
100+
<div class="display:flex align-items:center transition:0.3s padding-left:10px" data-share_network="true" data-share_text="Enter decription here" data-share_title="testing im a title" data-share_height="600" data-share_width="700" data-share_media="https://cdn.cocreate.app/docs/boilerplate.png">
100101
<a href="https://github.com/CoCreate-app" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
101102
<a href="https://twitter.com/CoCreate_App" target="_blank" class="margin-right:15px"><i class="fab fa-twitter"></i></a>
102103
<a href="https://www.facebook.com/CoCreate.apps" target="_blank" class="margin-right:15px"><i class="fab fa-facebook"></i></a>

0 commit comments

Comments
 (0)