Class TagContainerAPI
Defined in: abstract-tag-container.js.
Constructor Attributes | Constructor Name and Description |
---|---|
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.
|
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