mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
setting component (#2571)
This commit is contained in:
@@ -323,6 +323,7 @@ for more information about installing and using the source code.
|
||||
- [Toolbar title component](toolbar-title.component.md)
|
||||
- [Toolbar component](toolbar.component.md)
|
||||
- [Card view component](card-view.component.md)
|
||||
- [Host settings component](host-settings.component.md)
|
||||
- [*Infinite pagination component](../ng2-components/ng2-alfresco-core/src/components/pagination/infinite-pagination.component.ts)
|
||||
|
||||
### Directives
|
||||
|
BIN
docs/docassets/images/host-settings-component.png
Normal file
BIN
docs/docassets/images/host-settings-component.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
27
docs/host-settings.component.md
Normal file
27
docs/host-settings.component.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Host settings component
|
||||
|
||||
This component is a form that allow you to validate and set the url of your content service and process service saving
|
||||
it in the user local storage
|
||||
|
||||

|
||||
|
||||
## Basic Usage
|
||||
|
||||
```html
|
||||
<adf-host-settings>
|
||||
</adf-breadcrumb>
|
||||
```
|
||||
|
||||
### Properties
|
||||
|
||||
| Name | Type | Default Value | Description |
|
||||
| --- | --- | --- | --- |
|
||||
| providers | string | ALL | Possible valid values are ECM, BPM or ALL. It indicate which URL configurations show |
|
||||
|
||||
|
||||
### Events
|
||||
|
||||
| Name | Returned Type | Description |
|
||||
| --- | --- | --- |
|
||||
| error | string | emitted when the url inserted is wrong |
|
||||
|
Reference in New Issue
Block a user