Class Alfresco.dashlet.WikiDashlet
Extends Alfresco.component.Base
Alfresco.dashlet.WikiDashlet
Aggregates events from all the sites the user belongs to.
For use on the user's dashboard.
Aggregates events from all the sites the user belongs to.
For use on the user's dashboard.
Defined in: wiki.js
Constructor Attributes | Constructor Name and Description |
---|---|
Alfresco.dashlet.WikiDashlet(htmlId)
WikiDashlet constructor.
|
Field Attributes | Field Name and Description |
---|---|
Allows the user to configure the feed for the dashlet.
|
|
Object container for initialization options
|
|
Wiki mark-up parser instance.
|
- Fields borrowed from class Alfresco.component.Base:
- modules, services, widgets
Method Attributes | Method Name and Description |
---|---|
Configuration click handler
|
|
onReady()
Fired by YUI when parent element is available for scripting.
|
- Methods borrowed from class Alfresco.component.Base:
- attachLinkClickListeners, bind, createYUIButtons, destroy, fire, invokeAction, msg, onComponentLoaded, onComponentsLoaded, onReadyWrapper, refresh, setMessages, setOptions
Constructor Detail
Alfresco.dashlet.WikiDashlet(htmlId)
WikiDashlet constructor.
- Parameters:
- {String} htmlId
- The HTML id of the parent element
- Returns:
- {Alfresco.dashlet.WikiDashlet} The new WikiDashlet instance
Field Detail
{DOM node}
configDialog
Allows the user to configure the feed for the dashlet.
{object}
options
Object container for initialization options
{Alfresco.WikiParser}
parser
Wiki mark-up parser instance.
Method Detail
onConfigFeedClick(e)
Configuration click handler
- Parameters:
- {object} e
- HTML event
onReady()
Fired by YUI when parent element is available for scripting.
Initialises components, including YUI widgets.
Initialises components, including YUI widgets.