Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ActionTypeDescriptionOptions
nav_primary_clientLinkRenders a link in the primary nav of the client interface
  • sub - A numerical array of sub nav elements, each containing an array of:
    • uri - The URI to link to
    • name - The name of the link
    • icon - The icon to display (optional)
  • secondary - An array of secondary nav elements, each containing an array of:
    • uri - The URI to link to
    • name - The name of the link
    • icon - The icon to display (optional)
N/A
nav_primary_staffLinkRenders a link in the primary nav of the admin interface
  • sub - A numerical array of sub nav elements, each containing an array of:
    • uri - The URI to link to
    • name - The name of the link
nav_secondary_staffLinkRenders a link in the secondary nav of the admin interface under the given parent
  • parent - The portion of the URI that identifies the primary nav element to place this under (e.g. "packages/" = Packages tab)
widget_client_homeWidgetRenders a widget on the client home pageN/A
widget_staff_homeWidgetRenders a widget on the staff home pageN/A
widget_staff_clientWidgetRenders a widget on the staff client profile pageN/A
widget_staff_billingWidgetRenders a widget on the staff billing pageN/A
action_staff_clientLinkRenders a link in the "Account Actions" section of the staff client profile page
  • class - The CSS class name to use to style the link