Content Tab Events - Mura Docs v6

Content Tab Events

You can define implicit and explicit (in /plugin/config.xml) rendering events within the main content editing tabs. When using these events the developer is responsible for all the resulting markup. They are good for providing custom UI for extended attribute sets when you need to do more than the default extended attribute UI provides. However, there can also be for uses that have nothing to do with extended attributes.

List of Available tabs:

  • Basic
  • SEO
  • Mobile
  • LayoutObjects
  • Categorization
  • Tags
  • RelatedContent
  • Advanced
  • Publishing

Event Naming Convention

onContentTab[TabName]TopRender
onContentTab[TabName]BottomRender
on[Type][SubType]Tab[TabName]TopRender
on[Type][SubType]Tab[TabName]BottomRender

Example Usage: "Basic Tab"

onContentTabBasicTopRender
onContentTabBasicBottomRender
onPageDefaultTabBasicTopRender
onFolderProductsTabBasicBottomRender