Namespace opensocial.Message.Field
All of the fields that messages can have.
See also: opensocial.Message.getField()
Defined in: opensocial.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
opensocial.Message.Field.BODY
The main text of the message.
|
| <static> |
opensocial.Message.Field.BODY_ID
The main text of the message as a message template.
|
| <static> |
opensocial.Message.Field.TITLE
The title of the message.
|
| <static> |
opensocial.Message.Field.TITLE_ID
The title of the message as a message template.
|
| <static> |
opensocial.Message.Field.TYPE
The title of the message, specified as an opensocial.Message.Type.
|
Field Detail
<static>
opensocial.Message.Field.BODY
The main text of the message. HTML attributes are allowed and are
sanitized by the container.
<static>
opensocial.Message.Field.BODY_ID
The main text of the message as a message template. Specifies the
message ID to use in the gadget xml.
<static>
opensocial.Message.Field.TITLE
The title of the message. HTML attributes are allowed and are
sanitized by the container.
<static>
opensocial.Message.Field.TITLE_ID
The title of the message as a message template. Specifies the
message ID to use in the gadget xml.
<static>
opensocial.Message.Field.TYPE
The title of the message, specified as an opensocial.Message.Type.