opensocial.Message.Field (v0.7)
SUMMARY DETAIL
Static Class opensocial.Message.Field
All of the fields that messages can have.
See also:
opensocial.Message.getField()
Field Summary
-
<static> object
BODY
- The main text of the message.
-
<static> object
TITLE
- The title of the message.
-
<static> object
TYPE
- The title of the message, specified as an opensocial.Message.Type.
Field Detail
BODY
<static> object BODY
The main text of the message. HTML attributes are allowed and are
sanitized by the container.
TITLE
<static> object TITLE
The title of the message. HTML attributes are allowed and are
sanitized by the container.
TYPE
<static> object TYPE
The title of the message, specified as an opensocial.Message.Type.