Module: alfresco/services/_NavigationServiceTopicMixin

alfresco/services/_NavigationServiceTopicMixin

This should be mixed into any widgets or services that need to redirect the browser to display different pages in either current or the new tab. It defines attributes that should be referenced rather than copying and pasted hard-coded string topics. This ensures consistency between publish and subscribe handling.
Author:
  • Dave Draper
License:
Source:

Members

contextRelativePath :string

This value is used to indicate that the supplied URL is relative to the application context (e.g. /share)
Type:
  • string
Deprecated:
Default Value:
Source:

currentTarget :string

This value is used to indicate that the URL should be displayed in the current browser window.
Type:
  • string
Default Value:
  • "CURRENT"
Source:

fullPath :string

This value is used to indicate that the supplied URL is a full path (e.g. it will begin "http")
Type:
  • string
Deprecated:
Default Value:
Source:

hashPath :string

This value is used to indicate that the supplied URL is a hash path (e.g. it just applies a new hash value to the current URL)
Type:
  • string
Deprecated:
Default Value:
Source:

namedTarget :string

This value is used to indicate that the URL should be displayed in a named browser window.
Type:
  • string
Since:
  • 1.0.55
Default Value:
  • "NAMED"
Source:
This topic is used to request that the browser displays a new page.
Type:
  • string
Source:

newTarget :string

This value is used to indicate that the URL should be displayed in a new browser window.
Type:
  • string
Default Value:
  • "NEW"
Source:

pageRelativePath :string

This value is used to indicate that the supplied URL is relative to the application Page context (e.g. //page)
Type:
  • string
Deprecated:
Default Value:
Source:

postToPageTopic :string

This topic is used to request a post to the page
Type:
  • string
Source:

reloadPageTopic :string

This topic is used to request that the current page be reloaded
Type:
  • string
Source:

sharePageRelativePath :string

This value is used to indicate that the supplied URL is relative to the Alfresco Page context (e.g. /share/page)
Type:
  • string
Deprecated:
Source: