Manager

Events for notifications within the manager interface.

system.managerDrawBlock

Trigger for drawing a block on the manager dashboard.

Parameter Description
blockID The ID of the block being drawn, listeners should check this to see if they are responsible for the block.
tplEngine The template engine instance drawing the page.
size Must be set to the number of icons the block would hold if it was a normal icon block being drawn, event handler must set this.
content Event handler must set this to the content to show in the block.
title The event handler can optionally set this to change the title of the block.

system.managerGetNotices

Triggers modules to return their notices for display on the desktop. When the system generates this event it uses an event object of type cfNoticesEvent.

Modules wishing to add a notice need to create an instance of cfNoticesEventMsg and add it to the event object with cfNoticesEvent::addMsg.




TOP