From 3092a2c5af796fd22f72d098313f562ccb5db799 Mon Sep 17 00:00:00 2001 From: Giovanni Date: Mon, 2 Mar 2020 10:39:27 -0300 Subject: [PATCH 1/3] Add SelectionProvider --- src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md b/src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md index c7a668ca08c..65bc6b7735e 100644 --- a/src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md +++ b/src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md @@ -18,6 +18,7 @@ The InsertListing component inserts [Listing]({{ page.baseurl }}/ui_comp_guide/c | `realTimeLink` | Enable the link between insertListing's externalValue and value. Here `link` means the two-way [links property]({{ page.baseurl }}/ui_comp_guide/concepts/ui_comp_linking_concept.html#links-property) of UI components, which allows immediate update. | Boolean | `true` | | `render_url` | With default `render_url(mui/index/render)` listing will be without buttons. For get a list with buttons url must be changed to `mui/index/render_handle` and the following GET parameters:
buttons=1 (flag to get buttons)
handle= (buttons scope) | String | `'mui/index/render'` | | `update_url` | Where the AJAX request will go to retrieve, foster component update data. It will be in json format by default and will be automatically set into `externalProvider.data` | String | `'mui/index/render'` | +| `selectionsProvider` | Where the component integrated to the form brings the data for Ajax request of the main form through the identifier of the 'selectionColumns' | String | null | ## Source files @@ -49,6 +50,7 @@ The following example shows how the InsertListing component integrates with the true true + insert_listing_example.insert_listing_example.columns.ids insert_listing_example insert_listing_example From ea47aded1f602ec7ebfc268a586f0d603cb77b66 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 9 Mar 2020 11:47:09 -0500 Subject: [PATCH 2/3] Grammar --- src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md b/src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md index 65bc6b7735e..6871b760dc4 100644 --- a/src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md +++ b/src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md @@ -18,7 +18,7 @@ The InsertListing component inserts [Listing]({{ page.baseurl }}/ui_comp_guide/c | `realTimeLink` | Enable the link between insertListing's externalValue and value. Here `link` means the two-way [links property]({{ page.baseurl }}/ui_comp_guide/concepts/ui_comp_linking_concept.html#links-property) of UI components, which allows immediate update. | Boolean | `true` | | `render_url` | With default `render_url(mui/index/render)` listing will be without buttons. For get a list with buttons url must be changed to `mui/index/render_handle` and the following GET parameters:
buttons=1 (flag to get buttons)
handle= (buttons scope) | String | `'mui/index/render'` | | `update_url` | Where the AJAX request will go to retrieve, foster component update data. It will be in json format by default and will be automatically set into `externalProvider.data` | String | `'mui/index/render'` | -| `selectionsProvider` | Where the component integrated to the form brings the data for Ajax request of the main form through the identifier of the 'selectionColumns' | String | null | +| `selectionsProvider` | The data source for Ajax request of the main form through the identifier of the 'selectionColumns' | String | null | ## Source files From 715d35092b95be5c181010fa83ff998205391e85 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 9 Mar 2020 11:48:04 -0500 Subject: [PATCH 3/3] Grammar --- src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md b/src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md index 6871b760dc4..94f9d0ddbbf 100644 --- a/src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md +++ b/src/guides/v2.3/ui_comp_guide/components/ui-insertlisting.md @@ -18,7 +18,7 @@ The InsertListing component inserts [Listing]({{ page.baseurl }}/ui_comp_guide/c | `realTimeLink` | Enable the link between insertListing's externalValue and value. Here `link` means the two-way [links property]({{ page.baseurl }}/ui_comp_guide/concepts/ui_comp_linking_concept.html#links-property) of UI components, which allows immediate update. | Boolean | `true` | | `render_url` | With default `render_url(mui/index/render)` listing will be without buttons. For get a list with buttons url must be changed to `mui/index/render_handle` and the following GET parameters:
buttons=1 (flag to get buttons)
handle= (buttons scope) | String | `'mui/index/render'` | | `update_url` | Where the AJAX request will go to retrieve, foster component update data. It will be in json format by default and will be automatically set into `externalProvider.data` | String | `'mui/index/render'` | -| `selectionsProvider` | The data source for Ajax request of the main form through the identifier of the 'selectionColumns' | String | null | +| `selectionsProvider` | The source selector for Ajax request of the main form through the identifier of the 'selectionColumns' | String | null | ## Source files