| Name |
Description |
Location |
Version |
| staff_dashboard_init |
Is executed before any tabs are rendered in the staff dashboard. |
__swift/modules/core/staff/class.Controller_dashboard.php |
|
| staff_dashboard_end |
Is executed after all tabs are rendered in the staff dashboard. |
__swift/modules/core/staff/class.Controller_dashboard.php |
|
| staff_dashboard_counter_end |
Is executed after the counters are processed in the staff dashboard. |
__swift/modules/core/staff/class.Controller_dashboard.php |
|
| staff_user_tabs |
Is executed after the tabs are rendered in the 'User' section of staff control panel. |
__swift/modules/base/staff/class.View_User.php |
|
| staff_user_infobox |
Is executed in the User Information box after all the data is rendered. |
__swift/modules/base/staff/class.View_User.php |
|
| staff_user_tree |
Is executed in the User Tree right after the 'User Groups' nodes. |
__swift/library/User/class.SWIFT_UserRenderManager.php |
|
| staff_user_runchecks |
Is executed after all the checks have been carried out whilst inserting/updating a User. |
__swift/modules/base/staff/class.Controller_User.php |
|
| staff_user_insert |
Is executed after a User is inserted. |
__swift/modules/base/staff/class.Controller_User.php |
|
| staff_user_update |
Is executed after a User is updated. |
__swift/modules/base/staff/class.Controller_User.php |
|
| staff_user_disable |
Is executed when a User is disabled. |
__swift/modules/base/staff/class.Controller_User.php |
|
| staff_user_enable |
Is executed when a User is enabled. |
__swift/modules/base/staff/class.Controller_User.php |
|
| staff_user_delete |
Is executed when a User is deleted. |
__swift/modules/base/staff/class.Controller_User.php |
|
| staff_userorganization_tabs |
Is executed after the tabs are rendered in the 'User Organization' section of staff control panel. |
__swift/modules/base/staff/class.View_UserOrganization.php |
|
| staff_userorganization_runchecks |
Is executed after all the checks have been carried out whilst inserting/updating a User Organization. |
__swift/modules/base/staff/class.Controller_UserOrganization.php |
|
| staff_userorganization_insert |
Is executed after a User Organization is inserted. |
__swift/modules/base/staff/class.Controller_UserOrganization.php |
|
| staff_userorganization_update |
Is executed after a User Organization is updated. |
__swift/modules/base/staff/class.Controller_UserOrganization.php |
|
| staff_userorganization_delete |
Is executed when a User Organization is deleted. |
__swift/modules/base/staff/class.Controller_UserOrganization.php |
|
| staff_tickets_viewtickettab |
Is executed after all tabs are rendered in the View Ticket controller. This hook can be used to add custom tabs when viewing a ticket. |
__modules/tickets/staff/class.View_Ticket.php |
|
| staff_newticket_tabs |
Is executed after all the tabs for New Ticket section are rendered. |
__modules/tickets/staff/class.View_Ticket.php |
|
| staff_newticket_create |
Is executed when the New Ticket data is submitted. |
__modules/tickets/staff/class.Controller_Ticket.php |
|
| staff_ticket_edittab |
Is executed in the Edit tab after the fields are rendered. |
__modules/tickets/staff/class.View_Ticket.php |
|
| staff_ticket_edit |
Is executed when the Edit tab data is submitted. |
__modules/tickets/staff/class.Controller_Ticket.php |
|
| staff_ticket_generaltab |
Is executed in the General tab after the fields are rendered. |
__modules/tickets/staff/class.View_Ticket.php |
|
| staff_ticket_general |
Is executed when the General tab data is submitted. |
__modules/tickets/staff/class.Controller_Ticket.php |
|
| staff_ticket_generaltoolbar |
Is executed in the General tab toolbar after all the buttons are rendered. |
__modules/tickets/staff/class.View_Ticket.php |
|
| staff_ticket_replytabtoolbar |
Is executed in the Reply tab toolbar after all the buttons are rendered. |
__modules/tickets/staff/class.View_Ticket.php |
|
| staff_ticket_dispatchtab |
Is executed in the Dispatch tab (New Ticket/Reply/Forward) after all the data is rendered. |
__modules/tickets/staff/class.View_Ticket.php |
|
staff_ticket_workflow |
Is executed in the Reply tab after the workflow options are rendered. |
__modules/tickets/staff/class.View_Ticket.php |
|
| staff_ticket_reply |
Is executed when the Reply tab data is submitted. |
__modules/tickets/staff/class.Controller_Ticket.php |
|
| staff_ticket_billingtab |
Is executed in the Billing tab after all the data is rendered. |
__modules/tickets/staff/class.View_Ticket.php |
|
| staff_ticket_billing |
Is executed when the Billing tab data is submitted. |
__modules/tickets/staff/class.Controller_Ticket.php |
|
| staff_ticket_billingtab |
Is executed in the Billing tab after all the data is rendered. |
__modules/tickets/staff/class.View_Ticket.php |
|
| staff_ticket_billing |
Is executed when the Billing tab data is submitted. |
__modules/tickets/staff/class.Controller_Ticket.php |
|
| staff_ticket_forwardtab |
Is executed in the Forward tab after all the data is rendered. |
__modules/tickets/staff/class.View_Ticket.php |
|
| staff_ticket_forward |
Is executed when the Forward tab data is submitted. |
__modules/tickets/staff/class.Controller_Ticket.php |
|
| staff_ticket_followuptab |
Is executed in the Follow-Up tab after all the data is rendered. |
__modules/tickets/staff/class.View_Ticket.php |
|
| staff_ticket_followup |
Is executed when the Follow-Up tab data is submitted. |
__modules/tickets/staff/class.Controller_Ticket.php |
|
| staff_ticket_releasetab |
Is executed in the Release tab after all the data is rendered. |
__modules/tickets/staff/class.View_Ticket.php |
|
| staff_ticket_release |
Is executed when the Release tab data is submitted. |
__modules/tickets/staff/class.Controller_Ticket.php |
|
| staff_ticket_infobox |
Is executed in the Information box after all the data is rendered. |
__modules/tickets/staff/class.View_Ticket.php |
|
| staff_ticket_tree |
Is executed in the Ticket tree right after the 'Trash' node. |
__modules/tickets/library/View/class.SWIFT_TicketViewRenderer.php |
|
| staff_call_delete |
Is executed when a Call is deleted. |
__modules/livechat/staff/class.Controller_Call.php |
|
| staff_call_toolbar |
Is executed in the Call tab toolbar after all the buttons are rendered. |
__modules/livechat/staff/class.View_Call.php |
|
| staff_call_tabs |
Is executed after all the tabs are rendered in the Call section. |
__modules/livechat/staff/class.View_Call.php |
|
| staff_call_tree |
Is executed in the Calls tree before all the primary nodes. |
__modules/livechat/staff/class.View_Call.php |
|
| staff_chat_delete |
Is executed when a Chat is deleted. |
__modules/livechat/staff/class.Controller_ChatHistory.php |
|
| staff_chat_submit |
Is executed when a Chat is updated. |
__modules/livechat/staff/class.Controller_ChatHistory.php |
|
| staff_chat_toolbar |
Is executed when a Chat toolbar is rendered. |
__modules/livechat/staff/class.View_ChatHistory.php |
|
| staff_chat_tabs |
Is executed when all the Chat tabs are rendered. |
__modules/livechat/staff/class.View_ChatHistory.php |
|
| staff_chat_generaltab |
Is executed when all the properties in the General tab under Chat section are rendered. |
__modules/livechat/staff/class.View_ChatHistory.php |
|
| staff_message_delete |
Is executed when an offline message is deleted. |
__modules/livechat/staff/class.Controller_Message.php |
|
| staff_message_viewsubmit |
Is executed when a message is updated. |
__modules/livechat/staff/class.Controller_Message.php |
|
| staff_message_reply |
Is executed when a reply to a message is submitted. |
__modules/livechat/staff/class.Controller_Message.php |
|
| staff_message_toolbar |
Is executed when a all the toolbar buttons are rendered in the General tab of Messages. |
__modules/livechat/staff/class.View_Message.php |
|
| staff_message_generaltab |
Is executed after the primary properties are rendered in the General tab of Messages. |
__modules/livechat/staff/class.View_Message.php |
|
| staff_message_tabs |
Is executed after all the tabs are rendered in the Messages section. |
__modules/livechat/staff/class.View_Message.php |
|
| staff_preferences_submit |
Is executed when the staff preferences are updated. |
__swift/modules/base/staff/class.Controller_Preferences.php |
|
| staff_preferences_runchecks |
Is executed when the checks are ran for the submitted data in staff preferences. |
__swift/modules/base/staff/class.Controller_Preferences.php |
|
| staff_preferences_toolbar |
Is executed when a all the toolbar buttons are rendered in the General tab of Staff Preferences. |
__swift/modules/base/staff/class.View_Preferences.php |
|
| staff_preferences_generaltab |
Is executed after the primary properties are rendered in the General tab of Staff Preferences. |
__swift/modules/base/staff/class.View_Preferences.php |
|
| staff_preferences_tabs |
Is executed after all the tabs are rendered in the Staff Preferences section. |
__swift/modules/base/staff/class.View_Preferences.php |
|