Admin Rendering Events - Mura Docs v6

Admin Rendering Events

The events listed below must be included in a plugin's eventHandler, or a custom eventHandler, in order to be registered. Placing them in the Site or Theme eventHandler.cfc will not work. When the events listed below are triggered, if they return a string, the result will be included in the specified region.

// Dashboard rendering areas
onDashboardReplacement
onDashboardPrimaryTop
onDashboardPrimaryBottom
onDashboardSidebarTop
onDashboardSidebarBottom
// renders a new tab with the name of the plugin as the title of the tab
onContentEdit
// on{Type}Edit
onPageEdit
onFolderEdit
onCalendarEdit
onLinkEdit
onFileEdit
onGalleryEdit
// on{Type}{SubType}Edit
onPageDefaultEdit
onFolderDefaultEdit
onCalendarDefaultEdit
onLinkDefaultEdit
onFileDefaultEdit
onGalleryDefaultEdit
onGroupEdit
onUserEdit
// renders in front end toolbar add list
onFEToolbarAdd
// renders above list of sites after manually deploying a site
onAfterSiteDeployRender
// renders before the closing HEAD tag in the Admin
onAdminHTMLHeadRender
// renders before the closing BODY tag in the Admin
onAdminHTMLFootRender