Methods you write for Organizer

A list of the methods you can write that change how things in Organizer are displayed, or handle actions in Organizer.

preFillOrganizerPanel()

This method allows you to alter a panel in Organizer, before Organizer runs its SQL queries.

fillOrganizerPanel()

This method allows you to alter contents of a panel in Organizer, before it is sent to the client.

It is called after Organizer runs its SQL queries, so you will be able to view/modify the items in the panel.

handleOrganizerPanelAJAX()

You can handle AJAX requests in Organizer by writing this method.

organizerPanelDownload()

You can serve file downloads from Organizer by writing this method.