Service for managing browser tab titles. Provides a hierarchical naming scheme: "App Name - Resource/Page Name" Useful for bookmarks and browser history.
Private
Build the title string based on current context Format: "BaseTitle - AppName - ResourceName" (with optional parts)
Get the current app name
Get the current base title
Get the full current title
Get the current resource name
Reset to just the base title
Set the current app name (e.g., "Sales", "Marketing") Pass null to clear the app context
Set the base application title (e.g., "MemberJunction" or "Skip")
Set both app and resource in one call
Set the current resource/page name (e.g., "Accounts", "Contact: John Doe") Pass null to show only the app name
Update the browser tab title
Service for managing browser tab titles. Provides a hierarchical naming scheme: "App Name - Resource/Page Name" Useful for bookmarks and browser history.