sites dropdown select documentation change

This commit is contained in:
Eugenio Romano
2017-07-31 15:49:58 +01:00
committed by Eugenio Romano
parent 0cdeb3647c
commit 5ecc4cfc96
3 changed files with 4 additions and 2 deletions

View File

@@ -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>
``` ```
![Dropdown sites](docs/assets/document-list-dropdown-list.png)
### Events ### Events

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -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",