Namespace wso2vis
The top-level wso2vis namespace, wso2vis.
Defined in: wso2vis.js.
Constructor Attributes | Constructor Name and Description |
---|---|
The top-level WSO2Vis namespace.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
wso2vis.extend(subc, superc)
|
<static> |
wso2vis.initialize()
|
Namespace Detail
wso2vis
The top-level WSO2Vis namespace. All public methods and fields should be
registered on this object. Note that core wso2vis source is surrounded by an
anonymous function, so any other declared globals will not be visible outside
of core methods. This also allows multiple versions of WSO2Vis to coexist,
since each version will see their own wso2vis namespace.
Method Detail
<static>
wso2vis.extend(subc, superc)
- Parameters:
- subc
- superc
<static>
wso2vis.initialize()