breadcrumb enhancements (#2328)

This commit is contained in:
Denys Vuika
2017-09-12 17:08:34 +01:00
committed by Popovics András
parent dc840a0120
commit d26c755d0d
5 changed files with 163 additions and 25 deletions

View File

@@ -1055,7 +1055,8 @@ Indicates the current position within a navigation hierarchy.
| --- | --- | --- |
| target | DocumentListComponent | (optional) DocumentList component to operate with. Upon clicks will instruct the given component to update. |
| folderNode | [MinimalNodeEntryEntity](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodeMinimalEntry.md) | Active node, builds UI based on `folderNode.path.elements` collection. |
| root | String | (optional) Name of the root element of the breadcrumb. You can use this property to rename "Company Home" to "Personal Files" for example. |
| root | string | (optional) Name of the root element of the breadcrumb. You can use this property to rename "Company Home" to "Personal Files" for example. You can use i18n resource key for the property value. |
| rootId | string | (optional) The id of the root element. You can use this property to set a custom element the breadcrumb should start with. |
#### Events