returns the Pathnames for which the Widget wants to register itself for execution
getPaths() returns array('/dashboard', '/olddashboard'); Widget is called for: http://mydomain.com/dashboard AND http://mydomain.com/olddashboard BUT NOT FOR http://mydomain.com/dashboard/
Tags:
void handleEvent(
integer
$eventId)
|
|
The Xinc_Gui_Handler fires different events on the Widgets (see Xinc_Gui_Event)
The Widget can react differently on the events. A normal page load-event is Xinc_Gui_Event::PAGE_LOAD
Tags:
Parameters:
Is called after all widgets have
been registered. This is the place where widgets need to register the hooks for another Widget
Tags: