This repository was archived by the owner on Dec 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathapi.js
94 lines (94 loc) · 2.94 KB
/
api.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
YUI.add("yuidoc-meta", function(Y) {
Y.YUIDoc = { meta: {
"classes": [
"ApplicationCacheEvent",
"ApplicationCacheService",
"BaseEvent",
"BaseModel",
"BaseObject",
"BrowserUtil",
"BulkLoader",
"BulkLoaderEvent",
"Collection",
"ComponentFactory",
"DOMElement",
"DateUtil",
"DisplayObject",
"DisplayObjectContainer",
"EventBroker",
"EventDispatcher",
"ImageLoader",
"LoaderEvent",
"LocalStorageEvent",
"LocalStorageService",
"MathUtil",
"MerchantUtil",
"NetworkMonitor",
"NetworkMonitorEvent",
"NumberUtil",
"ObjectManager",
"Point",
"Route",
"Router",
"RouterEvent",
"Stage",
"StringUtil",
"TemplateFactory",
"Timer",
"TimerEvent",
"Util",
"ValidationUtil"
],
"modules": [
"StructureJS",
"controller",
"core",
"event",
"geom",
"model",
"util",
"view"
],
"allModules": [
{
"displayName": "controller",
"name": "controller",
"description": "The ApplicationCacheService is a static class works with the window applicationCache object."
},
{
"displayName": "core",
"name": "core",
"description": "The {{#crossLink \"BaseObject\"}}{{/crossLink}} class is an abstract class that provides common properties and functionality for all StructureJS classes."
},
{
"displayName": "event",
"name": "event",
"description": "The ApplicationCacheEvent ...."
},
{
"displayName": "geom",
"name": "geom",
"description": "The Point object represents a location in a two-dimensional coordinate system, where x represents the horizontal axis and y represents the vertical axis."
},
{
"displayName": "model",
"name": "model",
"description": "Base Model is a design pattern used to transfer data between software application subsystems.\n\n Note: If the data doesn't match the property names you can set the value manually after update super method has been called.\nAlso in the class you inherit BaseModel from you can override the update method to handle the data how you want."
},
{
"displayName": "StructureJS",
"name": "StructureJS"
},
{
"displayName": "util",
"name": "util",
"description": "A helper class to detect OS and browsers."
},
{
"displayName": "view",
"name": "view",
"description": "The {{#crossLink \"DOMElement\"}}{{/crossLink}} class is the base view class for all objects that can be placed into the HTML DOM."
}
]
} };
});