Class Index | File Index

Classes


Class TagContainerAPI


Defined in: abstract-tag-container.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
TagContainerAPI.tag(success, error)
Gets a tag of the specified id, contained in this content object.
<static>  
TagContainerAPI.tags(settings, success, error)
Retrieves a collection of tags from this content object.
Class Detail
TagContainerAPI()
Method Detail
<static> TagContainerAPI.tag(success, error)
Gets a tag of the specified id, contained in this content object.
Parameters:
{function} success
{function} error
Returns:
TagAPI

<static> TagContainerAPI.tags(settings, success, error)
Retrieves a collection of tags from this content object.
Parameters:
{object|string|number} settings
(Optional)
{function} success
callback
{function} error
(Optional)
Returns:
TagContainerAPI

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Oct 10 2012 14:31:10 GMT+0200 (CEST)