mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-591] documentation refinements (#1959)
* refine ng2-activiti-analytics * refine ng2-activiti-diagrams docs * refine ng2-activiti-form * refine ng2-activiti-processlist * refine ng2-activiti-tasklist * refine ng2-alfresco-core * refine ng2-alfresco-datatable * refine ng2-alfresco-datatable * refine gn2-alfresco-login * refine ng2-alfresco-search * refine ng2-alfresco-social * refine ng2-alfresco-tag * refine ng2-alfresco-upload * refine ng2-alfresco-userinfo * refine ng2-alfresco-viewer * refine ng2-alfresco-webscript * various readme cleanups
This commit is contained in:
committed by
Eugenio Romano
parent
66c6a97783
commit
0907e67007
@@ -116,7 +116,7 @@ _For a complete example source code please refer to
|
|||||||
[DocumentList Demo](https://github.com/Alfresco/alfresco-ng2-components/tree/master/ng2-components/ng2-alfresco-documentlist/demo)
|
[DocumentList Demo](https://github.com/Alfresco/alfresco-ng2-components/tree/master/ng2-components/ng2-alfresco-documentlist/demo)
|
||||||
repository._
|
repository._
|
||||||
|
|
||||||
### DOM Events
|
## DOM Events
|
||||||
|
|
||||||
Below are the DOM events the DocumentList component emits.
|
Below are the DOM events the DocumentList component emits.
|
||||||
All of them are `bubbling`, meaning you can handle them in any component up the parent hierarchy, even if DocumentList is wrapped by another component(s).
|
All of them are `bubbling`, meaning you can handle them in any component up the parent hierarchy, even if DocumentList is wrapped by another component(s).
|
||||||
@@ -152,7 +152,7 @@ Here's a basic example on handling DOM events in the parent elements:
|
|||||||
</div>
|
</div>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Setting default folder
|
## Setting default folder
|
||||||
|
|
||||||
You can set current folder path by assigning a value for `currentFolderId` property.
|
You can set current folder path by assigning a value for `currentFolderId` property.
|
||||||
It can be either one of the well-known locations as **-root-**, **-shared-** or **-my-** or a node ID (guid).
|
It can be either one of the well-known locations as **-root-**, **-shared-** or **-my-** or a node ID (guid).
|
||||||
|
Reference in New Issue
Block a user