mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
sites dropdown select documentation change
This commit is contained in:
committed by
Eugenio Romano
parent
0cdeb3647c
commit
5ecc4cfc96
@@ -369,13 +369,15 @@ DocumentList provides simple breadcrumb element to indicate the current position
|
||||
|
||||
## Dropdown Site Component
|
||||
|
||||
DocumentList provides simple dropdown element to show sites for the current logged in user.
|
||||
DocumentList now provides a simple dropdown component to show and interact with the sites of the current user.
|
||||
|
||||
```html
|
||||
<adf-sites-dropdown
|
||||
(change)="getSiteContent($event)">
|
||||
</adf-sites-dropdown>
|
||||
```
|
||||

|
||||
|
||||
|
||||
### Events
|
||||
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"DROPDOWN": {
|
||||
"PLACEHOLDER_LABEL": "Site List",
|
||||
"DEFAULT_OPTION": "No Site Chosen"
|
||||
"DEFAULT_OPTION": "Default"
|
||||
},
|
||||
"NODE_SELECTOR": {
|
||||
"CANCEL": "Cancel",
|
||||
|
Reference in New Issue
Block a user