Class Alfresco.ConsoleTagManagement
Extends Alfresco.component.Base
ConsoleTagManagement tool component.
Defined in: tag-management.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Alfresco.ConsoleTagManagement(htmlId)
ConsoleTagManagement tool component constructor.
|
| Field Attributes | Field Name and Description |
|---|---|
|
Current visible page index - counts from 1
|
|
|
Object container for initialization options
|
|
|
Number of search results.
|
- Fields borrowed from class Alfresco.component.Base:
- modules, services, widgets
| Method Attributes | Method Name and Description |
|---|---|
|
onActionDelete(tagName)
Action onActionDelete
|
|
|
onActionEdit(tagName)
Action onActionEdit
|
|
|
onReady()
Fired by YUI when parent element is available for scripting
|
|
|
onSearchClick(e, args)
Search button click event handler
|
- Methods borrowed from class Alfresco.component.Base:
- attachLinkClickListeners, bind, createYUIButtons, destroy, fire, invokeAction, msg, onComponentLoaded, onComponentsLoaded, onReadyWrapper, refresh, setMessages, setOptions
Constructor Detail
Alfresco.ConsoleTagManagement(htmlId)
ConsoleTagManagement tool component constructor.
- Parameters:
- {String} htmlId
- The HTML id of the parent element
- Returns:
- {Alfresco.ConsoleTagManagement} The new component instance
Field Detail
currentPage
Current visible page index - counts from 1
{object}
options
Object container for initialization options
resultsCount
Number of search results.
Method Detail
onActionDelete(tagName)
Action onActionDelete
- Parameters:
- {string} tagName
onActionEdit(tagName)
Action onActionEdit
- Parameters:
- {string} tagName
onReady()
Fired by YUI when parent element is available for scripting
onSearchClick(e, args)
Search button click event handler
- Parameters:
- {object} e
- DomEvent
- {array} args
- Event parameters (depends on event type)