Skip to content

Commit

Permalink
DocGen 24_1 result (#7016)
Browse files Browse the repository at this point in the history
Co-authored-by: DX Robot <[email protected]>
  • Loading branch information
github-actions[bot] and dxrobot authored Jan 24, 2025
1 parent 7223e6b commit 6ceeffd
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ If you need to update the UI component items, reassign the entire **items** arra
<!--JavaScript-->
{widgetName}Instance.option('items', newItems);

As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/CollectionWidget/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/CollectionWidget/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification/0%20Data%20Modification.md '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.

[note] Do not use the **items** property if you use **dataSource**, and vice versa.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ If you need to update the UI component items, reassign the entire **items** arra
<!--JavaScript-->
{widgetName}Instance.option('items', newItems);

As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/DataExpressionMixin/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/DataExpressionMixin/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification/0%20Data%20Modification.md '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.

[note] Do not use the **items** property if you use **dataSource**, and vice versa.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ If you need to update UI component items, reassign the **items** array as shown
<!--JavaScript-->
dropDownBoxInstance.option('items', newItems);

You can use the [dataSource](/api-reference/10%20UI%20Components/dxDropDownBox/1%20Configuration/dataSource.md '/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#dataSource') property instead of **items**. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') include [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
You can use the [dataSource](/api-reference/10%20UI%20Components/dxDropDownBox/1%20Configuration/dataSource.md '/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#dataSource') property instead of **items**. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') include [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification/0%20Data%20Modification.md '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.

[note] Do not use the **items** property if you use **dataSource** (and vice versa).
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ If you need to update the UI component items, reassign the entire **items** arra
<!--JavaScript-->
{widgetName}Instance.option('items', newItems);

As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/dxDropDownButton/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/dxDropDownButton/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification/0%20Data%20Modification.md '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.

[note] Do not use the **items** property if you use **dataSource**, and vice versa.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default: false
---
---
##### shortDescription
Specifies whether or not to display controls used to select list items. Not available if [selectionMode](/Documentation/ApiReference/UI_Components/dxList/Configuration/#selectionMode) is set to *'none'*.
Specifies whether or not to display controls used to select list items. Not available if [selectionMode](/api-reference/10%20UI%20Components/dxList/1%20Configuration/selectionMode.md '/Documentation/ApiReference/UI_Components/dxList/Configuration/#selectionMode') is set to *'none'*.

---
#include btn-open-demo with {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The **items** array can contain:
- Objects with fields described in this section.
- Objects with any other fields. In this case, specify the [itemTemplate](/api-reference/10%20UI%20Components/dxSplitter/1%20Configuration/itemTemplate.md '/Documentation/ApiReference/UI_Components/dxSplitter/Configuration/#itemTemplate').

As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/dxSplitter/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') supply an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification '//Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/dxSplitter/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') supply an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification/0%20Data%20Modification.md '//Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.

[note] Do not use the **items** property if you use **dataSource**, and vice versa.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ If you need to update the UI component items, reassign the **items** array as sh
<!--JavaScript-->
{widgetName}Instance.option('items', newItems);

[note] If you use this method, all tabs are re-rendered. To prevent this, set [repaintChangesOnly](/Documentation/ApiReference/UI_Components/dxTabs/Configuration/#repaintChangesOnly) to `true`.
[note] If you use this method, all tabs are re-rendered. To prevent this, set [repaintChangesOnly](/api-reference/10%20UI%20Components/dxTabs/1%20Configuration/repaintChangesOnly.md '/Documentation/ApiReference/UI_Components/dxTabs/Configuration/#repaintChangesOnly') to `true`.

As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/CollectionWidget/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/dxTabs/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification/0%20Data%20Modification.md '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.

[note] Do not use the **items** property if you use **dataSource**, and vice versa.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ If you need to update the UI component items, reassign the entire **items** arra
<!--JavaScript-->
{widgetName}Instance.option('items', newItems);

As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/dxTreeView/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/dxTreeView/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification/0%20Data%20Modification.md '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.

[note] Do not use the **items** property if you use **dataSource**, and vice versa.
2 changes: 1 addition & 1 deletion api-reference/_hidden/GridBaseColumn/filterOperations.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following table lists available filter operations by [data type](/api-refere
</tr>
</table>

[note] Filter row operations depend on the column [data type]({basewidgetpath}/Configuration/columns/#dataType). If a column starts with empty values, {WidgetName} cannot assign the data type automatically. You must assign the column data type for the filter row to function correctly.
[note] Filter row operations depend on the column [data type](/api-reference/_hidden/GridBaseColumn/dataType.md '{basewidgetpath}/Configuration/columns/#dataType'). If a column starts with empty values, {WidgetName} cannot assign the data type automatically. You must assign the column data type for the filter row to function correctly.

The nested filter builder also allows users to select from an extended set of operations that include *"anyof"*, *"noneof"*, *"isblank"*, *"isnotblank"*, and [names](/api-reference/_hidden/dxFilterBuilderCustomOperation/name.md '/Documentation/ApiReference/UI_Components/dxFilterBuilder/Configuration/customOperations/#name') of custom operations (if any).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Each cell in the filter row contains a magnifying glass icon. Hovering the mouse

The set of available filter operations can be restricted using the [filterOperations](/api-reference/_hidden/GridBaseColumn/filterOperations.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#filterOperations') property.

[note] Filter row operations depend on the column [data type](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#dataType). If a column starts with empty values, DataGrid cannot assign the data type automatically. You must assign the column data type for the filter row to function correctly.
[note] Filter row operations depend on the column [data type](/api-reference/_hidden/GridBaseColumn/dataType.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#dataType'). If a column starts with empty values, DataGrid cannot assign the data type automatically. You must assign the column data type for the filter row to function correctly.

You can also preselect a filter operation and specify the initial filter value with the [selectedFilterOperation](/api-reference/_hidden/GridBaseColumn/selectedFilterOperation.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#selectedFilterOperation') and [filterValue](/api-reference/_hidden/GridBaseColumn/filterValue.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#filterValue') properties. Call the [columnOption](/api-reference/10%20UI%20Components/GridBase/3%20Methods/columnOption(id_options).md '/Documentation/ApiReference/UI_Components/dxDataGrid/Methods/#columnOptionid_options') method at runtime to change these properties:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To change attributes of all components of one type in an app, use [defaultOptions](/Documentation/ApiReference/UI_Components/dxTextBox/Methods/#defaultOptionsrule). To change attributes of multiple components, use directives.
To change attributes of all components of one type in an app, use [defaultOptions](/api-reference/10%20UI%20Components/DOMComponent/3%20Methods/defaultOptions(rule).md '/Documentation/ApiReference/UI_Components/dxTextBox/Methods/#defaultOptionsrule'). To change attributes of multiple components, use directives.

When working with [custom directives](https://angular.dev/guide/directives/attribute-directives), follow these steps:

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
To create a [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') instance, call the DataSource constructor and pass the required [configuration object](/api-reference/30%Data%20Layer/DataSource/1%Configuration '/Documentation/ApiReference/Data_Layer/DataSource/Configuration/'). This section explains how to link the required data with the new DataSource instance. Use one of the following properties to create the DataSource instance.
To create a [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') instance, call the DataSource constructor and pass the required [configuration object](/api-reference/30%20Data%20Layer/DataSource/1%20Configuration '/Documentation/ApiReference/Data_Layer/DataSource/Configuration/'). This section explains how to link the required data with the new DataSource instance. Use one of the following properties to create the DataSource instance.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ To obtain a Store instance, do one of the following:

[note] Specify the [key](/api-reference/30%20Data%20Layer/Store/1%20Configuration/key.md '/Documentation/ApiReference/Data_Layer/ArrayStore/Configuration/#key') expression to identify data items.

To load data from the Store, call [store.load(loadOptions)](/Documentation/ApiReference/Data_Layer/CustomStore/Methods/#loadoptions) or [wrap the Store with the DataSource](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/2%20From%20Store.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/From_Store').
To load data from the Store, call [store.load(loadOptions)](/api-reference/30%20Data%20Layer/CustomStore/3%20Methods/load(options).md '/Documentation/ApiReference/Data_Layer/CustomStore/Methods/#loadoptions') or [wrap the Store with the DataSource](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/2%20From%20Store.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/From_Store').

2. To obtain the underlying Store instance from an existing DataSource, use the [store()](/api-reference/30%20Data%20Layer/DataSource/3%20Methods/store().md '/Documentation/ApiReference/Data_Layer/DataSource/Methods/#store') method.
Loading

0 comments on commit 6ceeffd

Please sign in to comment.