mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2463] Moved core components to subfolder (#3062)
This commit is contained in:
committed by
Eugenio Romano
parent
f3459e1221
commit
333e8ee89c
26
docs/core/page-title.service.md
Normal file
26
docs/core/page-title.service.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
Added: v2.0.0
|
||||
Status: Active
|
||||
---
|
||||
# Page Title service
|
||||
|
||||
Sets the page title.
|
||||
|
||||
## Methods
|
||||
|
||||
- `setTitle(value: string = '')`
|
||||
Sets the page title.
|
||||
- `value` - The new title
|
||||
|
||||
## 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](app-config.service.md) 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.
|
||||
|
||||
## See also
|
||||
|
||||
- [App config service](app-config.service.md)
|
Reference in New Issue
Block a user