mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
930 B
930 B
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Page Title service | v2.0.0 | Active | 2018-11-19 |
Page Title service
Sets the page title.
Class members
Methods
- setTitle(value:
string
=""
)
Sets the page title.- value:
string
- The new title
- value:
Details
If an application name is supplied in the app config file then this will
be concatenated with the value
parameter when setTitle
is called, giving
a result of the form "PageName - AppName" (see
App Config service for more information). If value
is not supplied then just the app name is used; this will default to
"Alfresco ADF Application" when no app name set in the config file.