mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2463] Moved doc files to subfolders (#3081)
This commit is contained in:
committed by
Eugenio Romano
parent
c27273cb7d
commit
e33cb06371
@@ -9,7 +9,7 @@ Defines classes for use with the Content Services node API.
|
||||
## Details
|
||||
|
||||
ADF provides several services that give higher-level access to
|
||||
underlying [Alfresco JS Api](../alfresco-api.service.md) functionality.
|
||||
underlying [Alfresco JS Api](../core/alfresco-api.service.md) functionality.
|
||||
The classes defined below are used in some of these services to access
|
||||
the Content Services nodes API. You can use these services to access
|
||||
the nodes (ie, documents and folders) of a repository using their
|
||||
|
@@ -122,7 +122,7 @@ have at least the following properties as part of the `Event.detail` property va
|
||||
}
|
||||
```
|
||||
|
||||
See the [DataTable](../datatable.component.md) documentation for further details about
|
||||
See the [DataTable](../core/datatable.component.md) documentation for further details about
|
||||
the other DOM events that the Document List component bubbles up from the DataTable.
|
||||
|
||||
Below is a basic example of handling DOM events in the parent elements.
|
||||
@@ -521,7 +521,7 @@ A custom set of columns might look like the following:
|
||||

|
||||
|
||||
You can also use the HTML-based schema declaration used by
|
||||
[DataTable](../datatable.component.md), [Task List](../task-list.component.md) and other components:
|
||||
[DataTable](../core/datatable.component.md), [Task List](../process-services/task-list.component.md) and other components:
|
||||
|
||||
```html
|
||||
<adf-datatable [data]="data" ...>
|
||||
@@ -801,10 +801,10 @@ This will give the following output:
|
||||
|
||||
## See also
|
||||
|
||||
- [Datatable component](../datatable.component.md)
|
||||
- [Datatable component](../core/datatable.component.md)
|
||||
- [Data column component](../core/data-column.component.md)
|
||||
- [Pagination component](../pagination.component.md)
|
||||
- [Infinite pagination component](../infinite-pagination.component.md)
|
||||
- [Pagination component](../core/pagination.component.md)
|
||||
- [Infinite pagination component](../core/infinite-pagination.component.md)
|
||||
- [Sites dropdown component](sites-dropdown.component.md)
|
||||
- [Metadata indicators](../metadata-indicators.md)
|
||||
- [Document library model](document-library.model.md)
|
||||
|
@@ -32,4 +32,4 @@ Displays a dropdown menu to show and interact with the sites of the current user
|
||||
|
||||
| Name | Returned Type | Description |
|
||||
| ---- | ------------- | ----------- |
|
||||
| change | [SiteModel](../site.model.md) | Emitted when user selects a site. When default option is selected an empty model is emitted |
|
||||
| change | [SiteModel](../core/site.model.md) | Emitted when user selects a site. When default option is selected an empty model is emitted |
|
||||
|
Reference in New Issue
Block a user