Class Index

Classes


Namespace opensocial.Message.Field

All of the fields that messages can have.

See also: opensocial.Message.getField()


Defined in: opensocial.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
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.
Namespace Detail
opensocial.Message.Field
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.

Documentation generated by JsDoc Toolkit 2.0.2 on Wed Nov 12 2008 12:32:44 GMT-0800 (PST)