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
|
## 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
|
```html
|
||||||
<adf-sites-dropdown
|
<adf-sites-dropdown
|
||||||
(change)="getSiteContent($event)">
|
(change)="getSiteContent($event)">
|
||||||
</adf-sites-dropdown>
|
</adf-sites-dropdown>
|
||||||
```
|
```
|
||||||
|

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