mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
update docs to remove deprecated feature
This commit is contained in:
committed by
Eugenio Romano
parent
7084b2abf6
commit
4b1afcf143
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
Added: v2.4.0
|
Added: v2.4.0
|
||||||
Status: Active
|
Status: Active
|
||||||
Last reviewed: 2018-06-11
|
Last reviewed: 2018-08-10
|
||||||
---
|
---
|
||||||
|
|
||||||
# Search radio component
|
# Search radio component
|
||||||
@@ -26,7 +26,7 @@ Implements a radio button list widget for the [Search Filter component](../conte
|
|||||||
"field": null,
|
"field": null,
|
||||||
"pageSize": 5,
|
"pageSize": 5,
|
||||||
"options": [
|
"options": [
|
||||||
{ "name": "None", "value": "", "default": true },
|
{ "name": "None", "value": "" },
|
||||||
{ "name": "All", "value": "TYPE:'cm:folder' OR TYPE:'cm:content'" },
|
{ "name": "All", "value": "TYPE:'cm:folder' OR TYPE:'cm:content'" },
|
||||||
{ "name": "Folder", "value": "TYPE:'cm:folder'" },
|
{ "name": "Folder", "value": "TYPE:'cm:folder'" },
|
||||||
{ "name": "Document", "value": "TYPE:'cm:content'" }
|
{ "name": "Document", "value": "TYPE:'cm:content'" }
|
||||||
@@ -43,7 +43,7 @@ Implements a radio button list widget for the [Search Filter component](../conte
|
|||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| ---- | ---- | ----------- |
|
| ---- | ---- | ----------- |
|
||||||
| options | `array` | Array of objects with `name` and `value` properties. Each object defines a radio button, labelled with `name`, that adds the query fragment in `value` to the query when enabled. Set the `default` property to `true` for one item to have it selected initially when the widget is displayed. |
|
| options | `array` | Array of objects with `name` and `value` properties. Each object defines a radio button, labelled with `name`, that adds the query fragment in `value` to the query when enabled. |
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user