Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit 1ff5673

Browse files
committed
update docs
1 parent f3dc94c commit 1ff5673

File tree

78 files changed

+7726
-1763
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+7726
-1763
lines changed

docs/api.js

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ YUI.add("yuidoc-meta", function(Y) {
66
"Collection",
77
"ComponentFactory",
88
"DOMElement",
9+
"DataStore",
910
"DisplayObjectContainer",
1011
"EventBroker",
1112
"EventDispatcher",
13+
"JsonDataStore",
14+
"Loader",
1215
"LoaderEvent",
1316
"LocalStorageController",
1417
"LocalStorageEvent",
1518
"MobileUtil",
19+
"ObjectManager",
1620
"Route",
1721
"RouteEvent",
1822
"Router",
@@ -27,10 +31,12 @@ YUI.add("yuidoc-meta", function(Y) {
2731
"URLRequest",
2832
"URLRequestMethod",
2933
"Util",
34+
"ValidationUtil",
3035
"ValueObject"
3136
],
3237
"modules": [
3338
"StructureJS",
39+
"StructureTS",
3440
"controller",
3541
"core",
3642
"event",
@@ -58,7 +64,7 @@ YUI.add("yuidoc-meta", function(Y) {
5864
{
5965
"displayName": "model",
6066
"name": "model",
61-
"description": "YUIDoc_comment"
67+
"description": "The DataStore..."
6268
},
6369
{
6470
"displayName": "net",
@@ -69,10 +75,14 @@ YUI.add("yuidoc-meta", function(Y) {
6975
"displayName": "StructureJS",
7076
"name": "StructureJS"
7177
},
78+
{
79+
"displayName": "StructureTS",
80+
"name": "StructureTS"
81+
},
7282
{
7383
"displayName": "util",
7484
"name": "util",
75-
"description": "The MobileUtil..."
85+
"description": "The Loader..."
7686
},
7787
{
7888
"displayName": "view",

docs/classes/BaseEvent.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ <h1 class="project-name">StructureJS</h1> <span class="project-version">0.1.0</s
5353

5454
<li><a class="type" href="../classes/ComponentFactory.html">ComponentFactory</a></li>
5555

56+
<li><a class="type" href="../classes/DataStore.html">DataStore</a></li>
57+
5658
<li><a class="type" href="../classes/DisplayObjectContainer.html">DisplayObjectContainer</a></li>
5759

5860
<li><a class="type" href="../classes/DOMElement.html">DOMElement</a></li>
@@ -61,6 +63,10 @@ <h1 class="project-name">StructureJS</h1> <span class="project-version">0.1.0</s
6163

6264
<li><a class="type" href="../classes/EventDispatcher.html">EventDispatcher</a></li>
6365

66+
<li><a class="type" href="../classes/JsonDataStore.html">JsonDataStore</a></li>
67+
68+
<li><a class="type" href="../classes/Loader.html">Loader</a></li>
69+
6470
<li><a class="type" href="../classes/LoaderEvent.html">LoaderEvent</a></li>
6571

6672
<li><a class="type" href="../classes/LocalStorageController.html">LocalStorageController</a></li>
@@ -69,6 +75,8 @@ <h1 class="project-name">StructureJS</h1> <span class="project-version">0.1.0</s
6975

7076
<li><a class="type" href="../classes/MobileUtil.html">MobileUtil</a></li>
7177

78+
<li><a class="type" href="../classes/ObjectManager.html">ObjectManager</a></li>
79+
7280
<li><a class="type" href="../classes/Route.html">Route</a></li>
7381

7482
<li><a class="type" href="../classes/RouteEvent.html">RouteEvent</a></li>
@@ -97,6 +105,8 @@ <h1 class="project-name">StructureJS</h1> <span class="project-version">0.1.0</s
97105

98106
<li><a class="type" href="../classes/Util.html">Util</a></li>
99107

108+
<li><a class="type" href="../classes/ValidationUtil.html">ValidationUtil</a></li>
109+
100110
<li><a class="type" href="../classes/ValueObject.html">ValueObject</a></li>
101111

102112
</ul>
@@ -115,6 +125,8 @@ <h1 class="project-name">StructureJS</h1> <span class="project-version">0.1.0</s
115125

116126
<li><a class="module" href="../modules/StructureJS.html">StructureJS</a></li>
117127

128+
<li><a class="module" href="../modules/StructureTS.html">StructureTS</a></li>
129+
118130
<li><a class="module" href="../modules/util.html">util</a></li>
119131

120132
<li><a class="module" href="../modules/view.html">view</a></li>

docs/classes/BaseObject.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ <h1 class="project-name">StructureJS</h1> <span class="project-version">0.1.0</s
5353

5454
<li><a class="type" href="../classes/ComponentFactory.html">ComponentFactory</a></li>
5555

56+
<li><a class="type" href="../classes/DataStore.html">DataStore</a></li>
57+
5658
<li><a class="type" href="../classes/DisplayObjectContainer.html">DisplayObjectContainer</a></li>
5759

5860
<li><a class="type" href="../classes/DOMElement.html">DOMElement</a></li>
@@ -61,6 +63,10 @@ <h1 class="project-name">StructureJS</h1> <span class="project-version">0.1.0</s
6163

6264
<li><a class="type" href="../classes/EventDispatcher.html">EventDispatcher</a></li>
6365

66+
<li><a class="type" href="../classes/JsonDataStore.html">JsonDataStore</a></li>
67+
68+
<li><a class="type" href="../classes/Loader.html">Loader</a></li>
69+
6470
<li><a class="type" href="../classes/LoaderEvent.html">LoaderEvent</a></li>
6571

6672
<li><a class="type" href="../classes/LocalStorageController.html">LocalStorageController</a></li>
@@ -69,6 +75,8 @@ <h1 class="project-name">StructureJS</h1> <span class="project-version">0.1.0</s
6975

7076
<li><a class="type" href="../classes/MobileUtil.html">MobileUtil</a></li>
7177

78+
<li><a class="type" href="../classes/ObjectManager.html">ObjectManager</a></li>
79+
7280
<li><a class="type" href="../classes/Route.html">Route</a></li>
7381

7482
<li><a class="type" href="../classes/RouteEvent.html">RouteEvent</a></li>
@@ -97,6 +105,8 @@ <h1 class="project-name">StructureJS</h1> <span class="project-version">0.1.0</s
97105

98106
<li><a class="type" href="../classes/Util.html">Util</a></li>
99107

108+
<li><a class="type" href="../classes/ValidationUtil.html">ValidationUtil</a></li>
109+
100110
<li><a class="type" href="../classes/ValueObject.html">ValueObject</a></li>
101111

102112
</ul>
@@ -115,6 +125,8 @@ <h1 class="project-name">StructureJS</h1> <span class="project-version">0.1.0</s
115125

116126
<li><a class="module" href="../modules/StructureJS.html">StructureJS</a></li>
117127

128+
<li><a class="module" href="../modules/StructureTS.html">StructureTS</a></li>
129+
118130
<li><a class="module" href="../modules/util.html">util</a></li>
119131

120132
<li><a class="module" href="../modules/view.html">view</a></li>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy