Namespace MyOpenSpace.Application.Field
All of the fields that a Application has. These are the supported keys for the
Application.getField() method.
Defined in: MyOpenSpace.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
MyOpenSpace.Application.Field.CANVAS_URL
Url of the canvas page
|
| <static> |
MyOpenSpace.Application.Field.ICON_LARGE
Application's large icon URL, as a string.
|
| <static> |
MyOpenSpace.Application.Field.ICON_SMALL
Application's small icon URL, as a string.
|
| <static> |
MyOpenSpace.Application.Field.ID
A string ID that can be permanently associated with this Application.
|
| <static> |
MyOpenSpace.Application.Field.INSTALL_URL
Application's installation URL, specified as a String.
|
| <static> |
MyOpenSpace.Application.Field.NAME
A opensocial.Name object containing the Application's name.
|
| <static> |
MyOpenSpace.Application.Field.PROFILE_URL
Application's profile URL, specified as a String.
|
| <static> |
MyOpenSpace.Application.Field.TAGS
Arbitrary tags about the application, specified as an Array of Strings.
|
| <static> |
MyOpenSpace.Application.Field.URLS
URLs related to the Application, their webpages, or feeds.
|
Field Detail
<static>
MyOpenSpace.Application.Field.CANVAS_URL
Url of the canvas page
<static>
MyOpenSpace.Application.Field.ICON_LARGE
Application's large icon URL, as a string.
This URL must be fully qualified. Relative URLs will not work in gadgets.
<static>
MyOpenSpace.Application.Field.ICON_SMALL
Application's small icon URL, as a string.
This URL must be fully qualified. Relative URLs will not work in gadgets.
<static>
MyOpenSpace.Application.Field.ID
A string ID that can be permanently associated with this Application.
<static>
MyOpenSpace.Application.Field.INSTALL_URL
Application's installation URL, specified as a String.
This URL must be fully qualified. Relative URLs will not work in gadgets.
Not supported by all containers.
<static>
MyOpenSpace.Application.Field.NAME
A opensocial.Name object containing the Application's name.
<static>
MyOpenSpace.Application.Field.PROFILE_URL
Application's profile URL, specified as a String.
This URL must be fully qualified. Relative URLs will not work in gadgets.
Not supported by all containers.
<static>
MyOpenSpace.Application.Field.TAGS
Arbitrary tags about the application, specified as an Array of Strings.
Not supported by all containers.
<static>
MyOpenSpace.Application.Field.URLS
URLs related to the Application, their webpages, or feeds. Specified as an
Array of opensocial.Url.
Not supported by all containers.