[ADF-3745] Doc review updates (#3957)

* [ADF-3745] Updates for doc review

* [ADF-3745] Corrected title for process list cloud doc page
This commit is contained in:
Andy Stark
2018-11-12 11:52:31 +00:00
committed by Eugenio Romano
parent 4e3f6e942f
commit aab19708a2
8 changed files with 66 additions and 34 deletions

View File

@@ -35,9 +35,7 @@ Creates and manages public shared links for files.
| Name | Type | Default value | Description |
| ---- | ---- | ------------- | ----------- |
| baseShareUrl | `string` | | Prefix to add to the generated link. |
| adf-share | [`MinimalNodeEntity`](../content-services/document-library.model.md) | | Node to share. |
| isFile | `boolean` | false | bound to 'adfShare' exportAs |
| isShared | `boolean` | false | bound to 'adfShare' exportAs |
| node | [`MinimalNodeEntity`](../content-services/document-library.model.md) | | Node to share. |
## Details

View File

@@ -1,11 +1,11 @@
---
Added: v2.6.1
Added: v3.0.0
Status: Active
---
# Rating component
# Tree View component
Allow a user to show the folder and subfolders of a node in a tree view
Shows the folder and subfolders of a node as a tree view.
![TreeView component screenshot](../docassets/images/tree-view.png)
@@ -23,10 +23,10 @@ Allow a user to show the folder and subfolders of a node in a tree view
| Name | Type | Default value | Description |
| ---- | ---- | ------------- | ----------- |
| nodeId | `string` | | Identifier of the node to apply the rating to. |
| nodeId | `string` | | Identifier of the node to display. |
### Events
| Name | Type | Description |
| ---- | ---- | ----------- |
| nodeClicked | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<NodeEntry>` | Emitted when a node on the tree view is clicked |
| nodeClicked | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`NodeEntry`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodeEntry.md)`>` | Emitted when a node in the tree view is clicked. |