diff --git a/api-reference/10 UI Components/BaseChart/7 Interfaces/BaseChartLegendItem/BaseChartLegendItem.md b/api-reference/10 UI Components/BaseChart/7 Interfaces/BaseChartLegendItem/BaseChartLegendItem.md index 961eb9d079..8b469a08ec 100644 --- a/api-reference/10 UI Components/BaseChart/7 Interfaces/BaseChartLegendItem/BaseChartLegendItem.md +++ b/api-reference/10 UI Components/BaseChart/7 Interfaces/BaseChartLegendItem/BaseChartLegendItem.md @@ -11,4 +11,4 @@ An object that provides information about a legend item. --- #####See Also##### -- [legend]({basewidgetpath}/Configuration/legend/) \ No newline at end of file +- [legend](/api-reference/10%20UI%20Components/BaseChart/1%20Configuration/legend '{basewidgetpath}/Configuration/legend/') \ No newline at end of file diff --git a/api-reference/10 UI Components/dxDiagram/1 Configuration/onRequestEditOperation.md b/api-reference/10 UI Components/dxDiagram/1 Configuration/onRequestEditOperation.md index 7238498944..723329f885 100644 --- a/api-reference/10 UI Components/dxDiagram/1 Configuration/onRequestEditOperation.md +++ b/api-reference/10 UI Components/dxDiagram/1 Configuration/onRequestEditOperation.md @@ -96,7 +96,7 @@ For more information, refer to the following section: [Prohibit Individual Opera url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/Diagram/OperationRestrictions/jQuery/Light/" } -When a user pastes or clones several items in a diagram, the control adds the items to the model one by one. For each added item, the **RequestEditOperation** event fires. In the event handler, you can access the processed item. However, if you call the [getItemById(id)](/api-reference/10%20UI%20Components/dxDiagram/3%20Methods/getItemById(id).md '/Documentation/ApiReference/UI_Components/dxDiagram/Methods/#getItemByIdid') method to access an attached connector (see the [attachedConnectorIds](/api-reference/50%20Common/Object%20Structures/dxDiagramShape/attachedConnectorIds.md '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/#attachedConnectorIds') property) or a container's child item (see the [containerChildItemIds](/api-reference/50%20Common/Object%20Structures/dxDiagramShape/containerChildItemIds.md '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/#containerChildItemIds') property), you can get the `undefined`result if the item is not added to the model yet. +When a user pastes or clones several items in a diagram, the control adds the items to the model one by one. For each added item, the **RequestEditOperation** event fires. In the event handler, you can access the processed item. However, if you call the [getItemById(id)](/api-reference/10%20UI%20Components/dxDiagram/3%20Methods/getItemById(id).md '/Documentation/ApiReference/UI_Components/dxDiagram/Methods/#getItemByIdid') method to access an attached connector (see the [attachedConnectorIds](/api-reference/10%20UI%20Components/dxDiagram/7%20Interfaces/dxDiagramShape/attachedConnectorIds.md '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/#attachedConnectorIds') property) or a container's child item (see the [containerChildItemIds](/api-reference/10%20UI%20Components/dxDiagram/7%20Interfaces/dxDiagramShape/containerChildItemIds.md '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/#containerChildItemIds') property), you can get the `undefined`result if the item is not added to the model yet. #####See Also##### - [Restrict Edit Operations](/concepts/05%20UI%20Components/Diagram/28%20Restrict%20Edit%20Operations '/Documentation/Guide/UI_Components/Diagram/Restrict_Edit_Operations') \ No newline at end of file diff --git a/api-reference/10 UI Components/dxDiagram/1 Configuration/onSelectionChanged.md b/api-reference/10 UI Components/dxDiagram/1 Configuration/onSelectionChanged.md index 041d67169c..1924fa2af9 100644 --- a/api-reference/10 UI Components/dxDiagram/1 Configuration/onSelectionChanged.md +++ b/api-reference/10 UI Components/dxDiagram/1 Configuration/onSelectionChanged.md @@ -17,7 +17,7 @@ The UI component instance's name. #include common-ref-elementparam with { element: "UI component" } ##### field(e.items): Array -An array of selected items ([DiagramShapes](/api-reference/50%20Common/Object%20Structures/dxDiagramShape '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/') or [DiagramConnectors](/api-reference/50%20Common/Object%20Structures/dxDiagramConnector '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramConnector/')). +An array of selected items ([DiagramShapes](/api-reference/10%20UI%20Components/dxDiagram/7%20Interfaces/dxDiagramShape '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/') or [DiagramConnectors](/api-reference/10%20UI%20Components/dxDiagram/7%20Interfaces/dxDiagramConnector '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramConnector/')). ##### field(e.model): any Model data. Available only if you use Knockout. diff --git a/api-reference/10 UI Components/dxDiagram/3 Methods/getItemById(id).md b/api-reference/10 UI Components/dxDiagram/3 Methods/getItemById(id).md index 4c1540bb85..f1d7d45a5f 100644 --- a/api-reference/10 UI Components/dxDiagram/3 Methods/getItemById(id).md +++ b/api-reference/10 UI Components/dxDiagram/3 Methods/getItemById(id).md @@ -3,7 +3,7 @@ id: dxDiagram.getItemById(id) --- --- ##### shortDescription -Returns a [shape](/api-reference/50%20Common/Object%20Structures/dxDiagramShape '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/') or [connector](/api-reference/50%20Common/Object%20Structures/dxDiagramConnector '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramConnector/') object specified by its internal identifier. +Returns a [shape](/api-reference/10%20UI%20Components/dxDiagram/7%20Interfaces/dxDiagramShape '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/') or [connector](/api-reference/10%20UI%20Components/dxDiagram/7%20Interfaces/dxDiagramConnector '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramConnector/') object specified by its internal identifier. ##### return: dxDiagramItem A **dxDiagramItem** object descendant (dxDiagramShape or dxDiagramConnector). @@ -12,4 +12,4 @@ A **dxDiagramItem** object descendant (dxDiagramShape or dxDiagramConnector). The item identifier. --- -When a user pastes or clones several items in a diagram, the control adds the items to the model one by one. For each added item, the [requestEditOperation](/api-reference/10%20UI%20Components/dxDiagram/4%20Events/requestEditOperation.md '/Documentation/ApiReference/UI_Components/dxDiagram/Events/#requestEditOperation') event fires. In the event handler, you can access the processed item. However, if you call the **getItemById** method to access an attached connector (see the [attachedConnectorIds](/api-reference/50%20Common/Object%20Structures/dxDiagramShape/attachedConnectorIds.md '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/#attachedConnectorIds') property) or a container's child item (see the [containerChildItemIds](/api-reference/50%20Common/Object%20Structures/dxDiagramShape/containerChildItemIds.md '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/#containerChildItemIds') property), you can get the `undefined`result if the item is not added to the model yet. \ No newline at end of file +When a user pastes or clones several items in a diagram, the control adds the items to the model one by one. For each added item, the [requestEditOperation](/api-reference/10%20UI%20Components/dxDiagram/4%20Events/requestEditOperation.md '/Documentation/ApiReference/UI_Components/dxDiagram/Events/#requestEditOperation') event fires. In the event handler, you can access the processed item. However, if you call the **getItemById** method to access an attached connector (see the [attachedConnectorIds](/api-reference/10%20UI%20Components/dxDiagram/7%20Interfaces/dxDiagramShape/attachedConnectorIds.md '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/#attachedConnectorIds') property) or a container's child item (see the [containerChildItemIds](/api-reference/10%20UI%20Components/dxDiagram/7%20Interfaces/dxDiagramShape/containerChildItemIds.md '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/#containerChildItemIds') property), you can get the `undefined`result if the item is not added to the model yet. \ No newline at end of file diff --git a/api-reference/10 UI Components/dxDiagram/3 Methods/getItemByKey(key).md b/api-reference/10 UI Components/dxDiagram/3 Methods/getItemByKey(key).md index 1ef6d15bf2..8547f3630a 100644 --- a/api-reference/10 UI Components/dxDiagram/3 Methods/getItemByKey(key).md +++ b/api-reference/10 UI Components/dxDiagram/3 Methods/getItemByKey(key).md @@ -3,7 +3,7 @@ id: dxDiagram.getItemByKey(key) --- --- ##### shortDescription -Returns a [shape](/api-reference/50%20Common/Object%20Structures/dxDiagramShape '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/') or [connector](/api-reference/50%20Common/Object%20Structures/dxDiagramConnector '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramConnector/') object specified by its key. +Returns a [shape](/api-reference/10%20UI%20Components/dxDiagram/7%20Interfaces/dxDiagramShape '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/') or [connector](/api-reference/10%20UI%20Components/dxDiagram/7%20Interfaces/dxDiagramConnector '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramConnector/') object specified by its key. ##### return: dxDiagramItem A **dxDiagramItem** object descendant (dxDiagramShape or dxDiagramConnector). diff --git a/api-reference/10 UI Components/dxDiagram/7 Interfaces/dxDiagramBeforeChangeConnectorTextArgs/index.md b/api-reference/10 UI Components/dxDiagram/7 Interfaces/dxDiagramBeforeChangeConnectorTextArgs/index.md index 819e82fd04..19f04ef5d1 100644 --- a/api-reference/10 UI Components/dxDiagram/7 Interfaces/dxDiagramBeforeChangeConnectorTextArgs/index.md +++ b/api-reference/10 UI Components/dxDiagram/7 Interfaces/dxDiagramBeforeChangeConnectorTextArgs/index.md @@ -4,6 +4,6 @@ type: Number --- --- ##### shortDescription -The index of the processed text in the connector's [texts](/api-reference/50%20Common/Object%20Structures/dxDiagramConnector/texts.md '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramConnector/#texts') collection. +The index of the processed text in the connector's [texts](/api-reference/10%20UI%20Components/dxDiagram/7%20Interfaces/dxDiagramConnector/texts.md '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramConnector/#texts') collection. --- diff --git a/api-reference/10 UI Components/dxDiagram/7 Interfaces/dxDiagramChangeConnectorTextArgs/index.md b/api-reference/10 UI Components/dxDiagram/7 Interfaces/dxDiagramChangeConnectorTextArgs/index.md index 49504ab071..3fac35d8c8 100644 --- a/api-reference/10 UI Components/dxDiagram/7 Interfaces/dxDiagramChangeConnectorTextArgs/index.md +++ b/api-reference/10 UI Components/dxDiagram/7 Interfaces/dxDiagramChangeConnectorTextArgs/index.md @@ -4,6 +4,6 @@ type: Number --- --- ##### shortDescription -The index of the processed text in the connector's [texts](/api-reference/50%20Common/Object%20Structures/dxDiagramConnector/texts.md '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramConnector/#texts') collection. +The index of the processed text in the connector's [texts](/api-reference/10%20UI%20Components/dxDiagram/7%20Interfaces/dxDiagramConnector/texts.md '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramConnector/#texts') collection. --- diff --git a/api-reference/10 UI Components/dxDiagram/7 Interfaces/dxDiagramShape/containerId.md b/api-reference/10 UI Components/dxDiagram/7 Interfaces/dxDiagramShape/containerId.md index 5156e5dfea..9c3dab978e 100644 --- a/api-reference/10 UI Components/dxDiagram/7 Interfaces/dxDiagramShape/containerId.md +++ b/api-reference/10 UI Components/dxDiagram/7 Interfaces/dxDiagramShape/containerId.md @@ -7,4 +7,4 @@ type: String Gets the identifier of the container that stores the shape. --- -Use the **containerId** property to get the identifier of the container (a shape of the `horizontalContainer` or `verticalContainer` type) that stores the shape. The [containerChildItemIds](/api-reference/50%20Common/Object%20Structures/dxDiagramShape/containerChildItemIds.md '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/#containerChildItemIds') property allows you to get identifiers of shapes stored in the container. +Use the **containerId** property to get the identifier of the container (a shape of the `horizontalContainer` or `verticalContainer` type) that stores the shape. The [containerChildItemIds](/api-reference/10%20UI%20Components/dxDiagram/7%20Interfaces/dxDiagramShape/containerChildItemIds.md '/Documentation/ApiReference/UI_Components/dxDiagram/Interfaces/dxDiagramShape/#containerChildItemIds') property allows you to get identifiers of shapes stored in the container. diff --git a/api-reference/10 UI Components/dxPieChart/7 Interfaces/PieChartLegendItem/argument.md b/api-reference/10 UI Components/dxPieChart/7 Interfaces/PieChartLegendItem/argument.md index 5627705a11..89e9195819 100644 --- a/api-reference/10 UI Components/dxPieChart/7 Interfaces/PieChartLegendItem/argument.md +++ b/api-reference/10 UI Components/dxPieChart/7 Interfaces/PieChartLegendItem/argument.md @@ -4,6 +4,6 @@ type: String | Date | Number --- --- ##### shortDescription -The argument of the [point(s)](/api-reference/50%20Common/Object%20Structures/PieChartLegendItem/points.md '/Documentation/ApiReference/UI_Components/dxPieChart/Interfaces/PieChartLegendItem/#points') that the legend item represents. +The argument of the [point(s)](/api-reference/10%20UI%20Components/dxPieChart/7%20Interfaces/PieChartLegendItem/points.md '/Documentation/ApiReference/UI_Components/dxPieChart/Interfaces/PieChartLegendItem/#points') that the legend item represents. --- diff --git a/api-reference/10 UI Components/dxPieChart/7 Interfaces/PieChartLegendItem/argumentIndex.md b/api-reference/10 UI Components/dxPieChart/7 Interfaces/PieChartLegendItem/argumentIndex.md index abe36e2352..9e00c78eae 100644 --- a/api-reference/10 UI Components/dxPieChart/7 Interfaces/PieChartLegendItem/argumentIndex.md +++ b/api-reference/10 UI Components/dxPieChart/7 Interfaces/PieChartLegendItem/argumentIndex.md @@ -4,7 +4,7 @@ type: Number --- --- ##### shortDescription -The zero-based index of the legend item used to identify the item among other legend items with the same [argument](/api-reference/50%20Common/Object%20Structures/PieChartLegendItem/argument.md '/Documentation/ApiReference/UI_Components/dxPieChart/Interfaces/PieChartLegendItem/#argument'). +The zero-based index of the legend item used to identify the item among other legend items with the same [argument](/api-reference/10%20UI%20Components/dxPieChart/7%20Interfaces/PieChartLegendItem/argument.md '/Documentation/ApiReference/UI_Components/dxPieChart/Interfaces/PieChartLegendItem/#argument'). --- Legend items are indexed in the same order as in the data source. \ No newline at end of file diff --git a/api-reference/10 UI Components/dxScheduler/1 Configuration/timeZone.md b/api-reference/10 UI Components/dxScheduler/1 Configuration/timeZone.md index d14106423f..e5b6e3dcf4 100644 --- a/api-reference/10 UI Components/dxScheduler/1 Configuration/timeZone.md +++ b/api-reference/10 UI Components/dxScheduler/1 Configuration/timeZone.md @@ -10,7 +10,7 @@ Specifies the time zone for the Scheduler's grid. Accepts values from the IANA time zone database. +Specifies the time zone for an appointment's [endDate](/api-reference/10%20UI%20Components/dxScheduler/7%20Interfaces/dxSchedulerAppointment/endDate.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#endDate'). Accepts values from the IANA time zone database. --- diff --git a/api-reference/10 UI Components/dxScheduler/7 Interfaces/dxSchedulerAppointment/recurrenceException.md b/api-reference/10 UI Components/dxScheduler/7 Interfaces/dxSchedulerAppointment/recurrenceException.md index 3e1c134735..bf63507474 100644 --- a/api-reference/10 UI Components/dxScheduler/7 Interfaces/dxSchedulerAppointment/recurrenceException.md +++ b/api-reference/10 UI Components/dxScheduler/7 Interfaces/dxSchedulerAppointment/recurrenceException.md @@ -4,7 +4,7 @@ type: String --- --- ##### shortDescription -Specifies the start date and time of one or more appointments to exclude from a series. This property requires that you also set [recurrenceRule](/api-reference/50%20Common/Object%20Structures/dxSchedulerAppointment/recurrenceRule.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#recurrenceRule'). +Specifies the start date and time of one or more appointments to exclude from a series. This property requires that you also set [recurrenceRule](/api-reference/10%20UI%20Components/dxScheduler/7%20Interfaces/dxSchedulerAppointment/recurrenceRule.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#recurrenceRule'). --- #include common-demobutton with { diff --git a/api-reference/10 UI Components/dxScheduler/7 Interfaces/dxSchedulerAppointment/render.md b/api-reference/10 UI Components/dxScheduler/7 Interfaces/dxSchedulerAppointment/render.md index 3d648876ed..9f699addd9 100644 --- a/api-reference/10 UI Components/dxScheduler/7 Interfaces/dxSchedulerAppointment/render.md +++ b/api-reference/10 UI Components/dxScheduler/7 Interfaces/dxSchedulerAppointment/render.md @@ -3,7 +3,7 @@ id: dxSchedulerAppointment.render --- --- ##### shortDescription -An alias for the [template](/api-reference/50%20Common/Object%20Structures/dxSchedulerAppointment/template.md '{currentpath}/#template') property specified in React. Accepts a rendering function. Refer to [Using a Rendering Function](/concepts/50%20React%20Components/40%20Component%20Configuration%20Syntax/55%20Markup%20Customization/3%20Using%20a%20Rendering%20Function.md '/Documentation/Guide/React_Components/Component_Configuration_Syntax/#Markup_Customization/Using_a_Rendering_Function') for more information. +An alias for the [template](/api-reference/10%20UI%20Components/dxScheduler/7%20Interfaces/dxSchedulerAppointment/template.md '{currentpath}/#template') property specified in React. Accepts a rendering function. Refer to [Using a Rendering Function](/concepts/50%20React%20Components/40%20Component%20Configuration%20Syntax/55%20Markup%20Customization/3%20Using%20a%20Rendering%20Function.md '/Documentation/Guide/React_Components/Component_Configuration_Syntax/#Markup_Customization/Using_a_Rendering_Function') for more information. --- [tags] react \ No newline at end of file diff --git a/api-reference/10 UI Components/dxScheduler/7 Interfaces/dxSchedulerAppointment/startDate.md b/api-reference/10 UI Components/dxScheduler/7 Interfaces/dxSchedulerAppointment/startDate.md index 5a70c2d664..44c610f6b9 100644 --- a/api-reference/10 UI Components/dxScheduler/7 Interfaces/dxSchedulerAppointment/startDate.md +++ b/api-reference/10 UI Components/dxScheduler/7 Interfaces/dxSchedulerAppointment/startDate.md @@ -14,4 +14,4 @@ We recommend that you specify appointment dates in IANA time zone database. +Specifies the time zone for an appointment's [startDate](/api-reference/10%20UI%20Components/dxScheduler/7%20Interfaces/dxSchedulerAppointment/startDate.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#startDate'). Accepts values from the IANA time zone database. --- diff --git a/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/colorGroupingField.md b/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/colorGroupingField.md index e7d4014245..5ba8e3992c 100644 --- a/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/colorGroupingField.md +++ b/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/colorGroupingField.md @@ -8,7 +8,7 @@ default: undefined Specifies the field that provides data to be used for coloring of layer elements. --- -If you need for the color of a specific map area to depend on the value of one of its [attributes](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element/3%20Methods/attribute(name).md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/Methods/#attributename'), assign the name of this attribute to the **colorGroupingField** property. The attribute must contain numeric values. After that, specify groups into which attribute values must be classified. For this purpose, assign an array to the [colorGroups](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/colorGroups.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#colorGroups') property. Each group in this array will be assigned a color from the [palette](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/palette.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#palette'). +If you need for the color of a specific map area to depend on the value of one of its [attributes](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element/3%20Methods/attribute(name).md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/Methods/#attributename'), assign the name of this attribute to the **colorGroupingField** property. The attribute must contain numeric values. After that, specify groups into which attribute values must be classified. For this purpose, assign an array to the [colorGroups](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/colorGroups.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#colorGroups') property. Each group in this array will be assigned a color from the [palette](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/palette.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#palette'). #include common-demobutton with { url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/Palette/" diff --git a/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/customize.md b/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/customize.md index 8af194b41b..9994f941f5 100644 --- a/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/customize.md +++ b/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/customize.md @@ -8,10 +8,10 @@ notUsedInTheme: A function that customizes each layer element individually. ##### param(elements): Array -The array of [layer elements](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element'). +The array of [layer elements](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element'). --- -This function allows you to access and modify layer elements. You can use API listed in the [methods](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element/3%20Methods '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/Methods/') and [fields](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element/2%20Fields '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/fields/') sections to get or set element properties. +This function allows you to access and modify layer elements. You can use API listed in the [methods](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element/3%20Methods '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/Methods/') and [fields](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element/2%20Fields '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/fields/') sections to get or set element properties. #include dataviz-ref-functioncontext diff --git a/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/dataSource.md b/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/dataSource.md index 3a2d9ad53a..ad8496b46c 100644 --- a/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/dataSource.md +++ b/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/dataSource.md @@ -15,6 +15,6 @@ Specifies a data source for the layer. #####See Also##### - [VectorMap - Data for Areas](/concepts/05%20UI%20Components/VectorMap/20%20Providing%20Data/10%20Data%20for%20Areas '/Documentation/Guide/UI_Components/VectorMap/Providing_Data/#Data_for_Areas') - [VectorMap - Data for Markers](/concepts/05%20UI%20Components/VectorMap/20%20Providing%20Data/20%20Data%20for%20Markers.md '/Documentation/Guide/UI_Components/VectorMap/Providing_Data/#Data_for_Markers') -- **Layer**.[getDataSource()](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer/3%20Methods/getDataSource().md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer/Methods/#getDataSource') +- **Layer**.[getDataSource()](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer/3%20Methods/getDataSource().md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer/Methods/#getDataSource') - [Data Layer - Overview](/concepts/70%20Data%20Binding/5%20Data%20Layer '/Documentation/Guide/Data_Binding/Data_Layer') - [Data Layer - Data Source Examples](/concepts/70%20Data%20Binding/51%20Data%20Source%20Examples '/Documentation/Guide/Data_Binding/Data_Source_Examples') \ No newline at end of file diff --git a/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/paletteIndex.md b/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/paletteIndex.md index 7ab59c5242..fb0b204f10 100644 --- a/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/paletteIndex.md +++ b/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/paletteIndex.md @@ -8,5 +8,5 @@ The position of a color in the **palette[]** array. Should not exceed the value --- -Use this property to specify a different color for each [layer element](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/'). Refer to the [palette](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/palette.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#palette') description for a code example. +Use this property to specify a different color for each [layer element](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/'). Refer to the [palette](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/palette.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#palette') description for a code example. diff --git a/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/selectionMode.md b/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/selectionMode.md index d23c98a273..a853fd151d 100644 --- a/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/selectionMode.md +++ b/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/selectionMode.md @@ -13,10 +13,10 @@ Several properties and methods are connected with the selection operation. To sp At runtime, you can do the following operations. -- Obtain the current selection state of a layer element using its [selected()](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element/3%20Methods/selected().md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/Methods/#selected') method. +- Obtain the current selection state of a layer element using its [selected()](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element/3%20Methods/selected().md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/Methods/#selected') method. -- Change the current selection state of a layer element using its [selected(state)](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element/3%20Methods/selected(state).md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/Methods/#selectedstate') method. Pass **true** or **false** to this method. +- Change the current selection state of a layer element using its [selected(state)](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element/3%20Methods/selected(state).md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/Methods/#selectedstate') method. Pass **true** or **false** to this method. -- Deselect all the selected layer elements using the [clearSelection()](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer/3%20Methods/clearSelection().md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer/Methods/#clearSelection') method of the map layer. +- Deselect all the selected layer elements using the [clearSelection()](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer/3%20Methods/clearSelection().md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer/Methods/#clearSelection') method of the map layer. The change of the selection state invokes the callback function assigned to the [onSelectionChanged](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/onSelectionChanged.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/#onSelectionChanged') property. Within this function, you can handle the selection event in the manner you require. diff --git a/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/sizeGroupingField.md b/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/sizeGroupingField.md index 32e64f1dff..88cc636b7f 100644 --- a/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/sizeGroupingField.md +++ b/api-reference/10 UI Components/dxVectorMap/1 Configuration/layers/sizeGroupingField.md @@ -8,6 +8,6 @@ default: undefined Specifies the field that provides data to be used for sizing [bubble](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/elementType.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#elementType') markers. Setting this property makes sense only if the [layer type](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/type.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#type') is *"marker"* and the [elementType](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/elementType.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#elementType') is *"bubble"*. --- -If you need the size of the bubble marker to depend on the value of one of its [attributes](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element/3%20Methods/attribute(name).md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/Methods/#attributename'), assign the name of this attribute to the **sizeGroupingField** property. The attribute must contain numeric values. After that, specify groups into which attribute values must be classified by assigning an array to the [sizeGroups](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/sizeGroups.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#sizeGroups') property. +If you need the size of the bubble marker to depend on the value of one of its [attributes](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element/3%20Methods/attribute(name).md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/Methods/#attributename'), assign the name of this attribute to the **sizeGroupingField** property. The attribute must contain numeric values. After that, specify groups into which attribute values must be classified by assigning an array to the [sizeGroups](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/sizeGroups.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#sizeGroups') property. [note]If you need to classify a bubble by its value, leave the **sizeGroupingField** property unassigned. \ No newline at end of file diff --git a/api-reference/10 UI Components/dxVectorMap/1 Configuration/onClick.md b/api-reference/10 UI Components/dxVectorMap/1 Configuration/onClick.md index 843198a7ac..6aa3a59986 100644 --- a/api-reference/10 UI Components/dxVectorMap/1 Configuration/onClick.md +++ b/api-reference/10 UI Components/dxVectorMap/1 Configuration/onClick.md @@ -24,7 +24,7 @@ The event that caused the handler execution extended by the **x** and **y** fiel The model data. Available only if you use Knockout. ##### field(e.target): MapLayerElement -The [Layer Element](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/') object (if available). +The [Layer Element](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/') object (if available). --- The clicked point's coordinates are available in the **event** field's **x** and **y** properties. The coordinates are calculated relatively to the client area which is the UI component's container. To convert them into map coordinates, use the [convertCoordinates(x,y)](/api-reference/10%20UI%20Components/dxVectorMap/3%20Methods/convertCoordinates(x_y).md '/Documentation/ApiReference/UI_Components/dxVectorMap/Methods/#convertCoordinatesx_y') method. \ No newline at end of file diff --git a/api-reference/10 UI Components/dxVectorMap/1 Configuration/onSelectionChanged.md b/api-reference/10 UI Components/dxVectorMap/1 Configuration/onSelectionChanged.md index aaccc9533a..2748e9f3b5 100644 --- a/api-reference/10 UI Components/dxVectorMap/1 Configuration/onSelectionChanged.md +++ b/api-reference/10 UI Components/dxVectorMap/1 Configuration/onSelectionChanged.md @@ -21,7 +21,7 @@ The UI component's instance. The model data. Available only if you use Knockout. ##### field(e.target): MapLayerElement -The selected/deselected layer element; described in the [Layer Element](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/') section. +The selected/deselected layer element; described in the [Layer Element](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/') section. --- -To identify whether the selection has been applied or canceled, call the layer element's [selected()](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element/3%20Methods/selected().md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/Methods/#selected') method. \ No newline at end of file +To identify whether the selection has been applied or canceled, call the layer element's [selected()](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element/3%20Methods/selected().md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/Methods/#selected') method. \ No newline at end of file diff --git a/api-reference/10 UI Components/dxVectorMap/1 Configuration/onTooltipHidden.md b/api-reference/10 UI Components/dxVectorMap/1 Configuration/onTooltipHidden.md index 7b10a4f415..7ba156d499 100644 --- a/api-reference/10 UI Components/dxVectorMap/1 Configuration/onTooltipHidden.md +++ b/api-reference/10 UI Components/dxVectorMap/1 Configuration/onTooltipHidden.md @@ -21,6 +21,6 @@ The UI component's instance. The model data. Available only if you use Knockout. ##### field(e.target): MapLayerElement | dxVectorMapAnnotationConfig -The layer element whose tooltip is hidden; described in the [Layer Element](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/') section. +The layer element whose tooltip is hidden; described in the [Layer Element](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/') section. --- diff --git a/api-reference/10 UI Components/dxVectorMap/1 Configuration/onTooltipShown.md b/api-reference/10 UI Components/dxVectorMap/1 Configuration/onTooltipShown.md index 6129bbe043..a910759eea 100644 --- a/api-reference/10 UI Components/dxVectorMap/1 Configuration/onTooltipShown.md +++ b/api-reference/10 UI Components/dxVectorMap/1 Configuration/onTooltipShown.md @@ -21,6 +21,6 @@ The UI component's instance. The model data. Available only if you use Knockout. ##### field(e.target): MapLayerElement | dxVectorMapAnnotationConfig -The layer element whose tooltip is shown; described in the [Layer Element](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/') section. +The layer element whose tooltip is shown; described in the [Layer Element](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/') section. --- diff --git a/api-reference/10 UI Components/dxVectorMap/1 Configuration/tooltip/contentTemplate.md b/api-reference/10 UI Components/dxVectorMap/1 Configuration/tooltip/contentTemplate.md index ac5e3bc7db..9911d99e25 100644 --- a/api-reference/10 UI Components/dxVectorMap/1 Configuration/tooltip/contentTemplate.md +++ b/api-reference/10 UI Components/dxVectorMap/1 Configuration/tooltip/contentTemplate.md @@ -8,7 +8,7 @@ default: undefined Specifies a custom template for a tooltip. ##### param(info): MapLayerElement -Information on the area or marker being pressed or hovered over. To distinguish between areas and markers, use the **info**.**layer**.[type](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer/2%20Fields/type.md '/Documentation//ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer/Fields/#type') field. +Information on the area or marker being pressed or hovered over. To distinguish between areas and markers, use the **info**.**layer**.[type](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer/2%20Fields/type.md '/Documentation//ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer/Fields/#type') field. ##### param(element): DxElement #include common-ref-elementparam with { element: "tooltip" } diff --git a/api-reference/10 UI Components/dxVectorMap/3 Methods/getLayerByIndex(index).md b/api-reference/10 UI Components/dxVectorMap/3 Methods/getLayerByIndex(index).md index 6f4803a925..412ca0131e 100644 --- a/api-reference/10 UI Components/dxVectorMap/3 Methods/getLayerByIndex(index).md +++ b/api-reference/10 UI Components/dxVectorMap/3 Methods/getLayerByIndex(index).md @@ -6,7 +6,7 @@ id: dxVectorMap.getLayerByIndex(index) Gets a layer with a specific index. ##### return: MapLayer -The [Layer](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/') object. +The [Layer](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/') object. ##### param(index): Number The index in the [layers](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/') array. diff --git a/api-reference/10 UI Components/dxVectorMap/3 Methods/getLayerByName(name).md b/api-reference/10 UI Components/dxVectorMap/3 Methods/getLayerByName(name).md index eeda2defca..68b35453e0 100644 --- a/api-reference/10 UI Components/dxVectorMap/3 Methods/getLayerByName(name).md +++ b/api-reference/10 UI Components/dxVectorMap/3 Methods/getLayerByName(name).md @@ -6,7 +6,7 @@ id: dxVectorMap.getLayerByName(name) Gets a layer with a specific name. ##### return: MapLayer -The [Layer](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/') object. +The [Layer](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/') object. ##### param(name): String The layer's [name](/api-reference/10%20UI%20Components/dxVectorMap/1%20Configuration/layers/name.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Configuration/layers/#name'). diff --git a/api-reference/10 UI Components/dxVectorMap/3 Methods/getLayers().md b/api-reference/10 UI Components/dxVectorMap/3 Methods/getLayers().md index ed097158f9..5b56d83d91 100644 --- a/api-reference/10 UI Components/dxVectorMap/3 Methods/getLayers().md +++ b/api-reference/10 UI Components/dxVectorMap/3 Methods/getLayers().md @@ -6,7 +6,7 @@ id: dxVectorMap.getLayers() Gets all layers. ##### return: Array -The [Layer](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer/') objects. +The [Layer](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer/') objects. --- #####See Also##### diff --git a/api-reference/10 UI Components/dxVectorMap/6 Map Elements/Layer Element/Layer Element.md b/api-reference/10 UI Components/dxVectorMap/6 Map Elements/Layer Element/Layer Element.md index f208ad63da..7834b36d84 100644 --- a/api-reference/10 UI Components/dxVectorMap/6 Map Elements/Layer Element/Layer Element.md +++ b/api-reference/10 UI Components/dxVectorMap/6 Map Elements/Layer Element/Layer Element.md @@ -8,4 +8,4 @@ export: MapLayerElement This section describes the **Layer Element** object, which represents a vector map layer element. --- -The elements described in this section become accessible when you get a layer element as a callback function parameter or obtain all the map layers using the [getElements()](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer/3%20Methods/getElements().md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer/Methods/#getElements') method. \ No newline at end of file +The elements described in this section become accessible when you get a layer element as a callback function parameter or obtain all the map layers using the [getElements()](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer/3%20Methods/getElements().md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer/Methods/#getElements') method. \ No newline at end of file diff --git a/api-reference/10 UI Components/dxVectorMap/6 Map Elements/Layer/2 Fields/elementType.md b/api-reference/10 UI Components/dxVectorMap/6 Map Elements/Layer/2 Fields/elementType.md index 406d3e8c44..6bb53e0f66 100644 --- a/api-reference/10 UI Components/dxVectorMap/6 Map Elements/Layer/2 Fields/elementType.md +++ b/api-reference/10 UI Components/dxVectorMap/6 Map Elements/Layer/2 Fields/elementType.md @@ -7,4 +7,4 @@ type: String The type of the layer elements. --- -This property is used only for the marker [layer type](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer/2%20Fields/type.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer/Fields/#type'). The possible marker types are: *"dot"*, *"bubble"*, *"pie"* and *"image"*. \ No newline at end of file +This property is used only for the marker [layer type](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer/2%20Fields/type.md '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer/Fields/#type'). The possible marker types are: *"dot"*, *"bubble"*, *"pie"* and *"image"*. \ No newline at end of file diff --git a/api-reference/10 UI Components/dxVectorMap/6 Map Elements/Layer/3 Methods/getElements().md b/api-reference/10 UI Components/dxVectorMap/6 Map Elements/Layer/3 Methods/getElements().md index b111c776a4..3da24e5060 100644 --- a/api-reference/10 UI Components/dxVectorMap/6 Map Elements/Layer/3 Methods/getElements().md +++ b/api-reference/10 UI Components/dxVectorMap/6 Map Elements/Layer/3 Methods/getElements().md @@ -6,6 +6,6 @@ id: MapLayer.getElements() Gets all layer elements. ##### return: Array -The array of [layer elements](/api-reference/10%20UI%20Components/dxVectorMap/7%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/'). +The array of [layer elements](/api-reference/10%20UI%20Components/dxVectorMap/6%20Map%20Elements/Layer%20Element '/Documentation/ApiReference/UI_Components/dxVectorMap/Map_Elements/Layer_Element/'). --- diff --git a/concepts/05 UI Components/Diagram/50 How To/20 Customize the Diagram Component/15 Specify a Command's Location on the Main Toolbar.md b/concepts/05 UI Components/Diagram/50 How To/20 Customize the Diagram Component/15 Specify a Command's Location on the Main Toolbar.md index 793b797e32..a1981766f6 100644 --- a/concepts/05 UI Components/Diagram/50 How To/20 Customize the Diagram Component/15 Specify a Command's Location on the Main Toolbar.md +++ b/concepts/05 UI Components/Diagram/50 How To/20 Customize the Diagram Component/15 Specify a Command's Location on the Main Toolbar.md @@ -1,4 +1,4 @@ -Use the [location](/api-reference/50%20Common/Object%20Structures/dxDiagramCustomCommand/location.md '/Documentation/ApiReference/UI_Components/dxDiagram/Configuration/mainToolbar/commands/#location') property to set the location of a command or separator on the main toolbar. This property accepts one of the following values: +Use the [location](/api-reference/10%20UI%20Components/dxDiagram/7%20Interfaces/dxDiagramCustomCommand/location.md '/Documentation/ApiReference/UI_Components/dxDiagram/Configuration/mainToolbar/commands/#location') property to set the location of a command or separator on the main toolbar. This property accepts one of the following values: - **center** Places the command in the center of the main toolbar. diff --git a/concepts/05 UI Components/Drawer/00 Getting Started with Navigation Drawer/00 Create the Drawer.md b/concepts/05 UI Components/Drawer/00 Getting Started with Navigation Drawer/00 Create the Drawer.md index dc8412346d..d930d59b13 100644 --- a/concepts/05 UI Components/Drawer/00 Getting Started with Navigation Drawer/00 Create the Drawer.md +++ b/concepts/05 UI Components/Drawer/00 Getting Started with Navigation Drawer/00 Create the Drawer.md @@ -1,4 +1,4 @@ -Wrap the view in the Drawer and specify a [template](/api-reference/10%20UI%20Components/dxDrawer/1%20Configuration/template.md '/Documentation/ApiReference/UI_Components/dxDrawer/Configuration/#template') for the Drawer's content. Inside the **template**, set the Drawer's width. You can use the nested UI component's **width** property for this (see [Implement Navigation](/concepts/05%20UI%20Components/Drawer/Getting%20Started%20with%20Navigation%20Drawer/15%20Implement%20Navigation.md '/Documentation/Guide/UI_Components/Drawer/Getting_Started_with_Navigation_Drawer/#Implement_Navigation')), but in this tutorial, we use the `width` CSS property. The Drawer's height adjusts to the view's height (specified via the [height](/api-reference/10%20UI%20Components/dxDrawer/1%20Configuration/height.md '/Documentation/ApiReference/UI_Components/dxDrawer/Configuration/#height') property). +Wrap the view in the Drawer and specify a [template](/api-reference/10%20UI%20Components/dxDrawer/1%20Configuration/template.md '/Documentation/ApiReference/UI_Components/dxDrawer/Configuration/#template') for the Drawer's content. Inside the **template**, set the Drawer's width. You can use the nested UI component's **width** property for this (see [Implement Navigation](/concepts/05%20UI%20Components/Drawer/00%20Getting%20Started%20with%20Navigation%20Drawer/15%20Implement%20Navigation.md '/Documentation/Guide/UI_Components/Drawer/Getting_Started_with_Navigation_Drawer/#Implement_Navigation')), but in this tutorial, we use the `width` CSS property. The Drawer's height adjusts to the view's height (specified via the [height](/api-reference/10%20UI%20Components/dxDrawer/1%20Configuration/height.md '/Documentation/ApiReference/UI_Components/dxDrawer/Configuration/#height') property). In addition, you can specify the [minSize](/api-reference/10%20UI%20Components/dxDrawer/1%20Configuration/minSize.md '/Documentation/ApiReference/UI_Components/dxDrawer/Configuration/#minSize') property to make the Drawer partially visible in the closed state. diff --git a/concepts/05 UI Components/Gantt/15 Filter Data/10 Filter Row.md b/concepts/05 UI Components/Gantt/15 Filter Data/10 Filter Row.md index e58f50c38e..0c361aa039 100644 --- a/concepts/05 UI Components/Gantt/15 Filter Data/10 Filter Row.md +++ b/concepts/05 UI Components/Gantt/15 Filter Data/10 Filter Row.md @@ -8,7 +8,7 @@ Set the **filterRow**.[visible](/api-reference/_hidden/dxGanttFilterRow/visible. url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/FilterRow/" } -The filter row contains a magnifier icon in its cells. Users can click this icon to select a comparison type from a pop-up list. Set the [showOperationChooser](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/filterRow/#showOperationChooser) property to **false** for a column to hide the magnifier icon. +The filter row contains a magnifier icon in its cells. Users can click this icon to select a comparison type from a pop-up list. Set the [showOperationChooser](/api-reference/_hidden/dxGanttFilterRow/showOperationChooser.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/filterRow/#showOperationChooser') property to **false** for a column to hide the magnifier icon. ![DevExtreme HTML5 JavaScript jQuery Knockout Angular Gantt Filtering FilterRow](/images/Gantt/Visual_elements/Filter_row_operation_chooser.png) diff --git a/concepts/05 UI Components/Scheduler/00 Getting Started with Scheduler/05 Bind the Scheduler to Data.md b/concepts/05 UI Components/Scheduler/00 Getting Started with Scheduler/05 Bind the Scheduler to Data.md index 5304672069..7a2fa3cf88 100644 --- a/concepts/05 UI Components/Scheduler/00 Getting Started with Scheduler/05 Bind the Scheduler to Data.md +++ b/concepts/05 UI Components/Scheduler/00 Getting Started with Scheduler/05 Bind the Scheduler to Data.md @@ -12,7 +12,7 @@ The Scheduler can load and update data from these data source types: Use the [dataSource](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/dataSource.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#dataSource') property to specify a data source. In this tutorial, we use a local array. -Once you assign the data source, you need to map field values to appointment attributes. If data objects include fields that match the [predefined structure](/api-reference/50%20Common/Object%20Structures/dxSchedulerAppointment '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/'), the Scheduler recognizes them automatically and displays appointments without further configuration. To map other fields, use **...Expr** properties. In this tutorial, the [startDate](/api-reference/50%20Common/Object%20Structures/dxSchedulerAppointment/startDate.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#startDate') and [endDate](/api-reference/50%20Common/Object%20Structures/dxSchedulerAppointment/endDate.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#endDate') fields are recognized automatically, whereas other field names are specified in the [textExpr](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/textExpr.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#textExpr'), [allDayExpr](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/allDayExpr.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#allDayExpr'), and [recurrenceRuleExpr](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/recurrenceRuleExpr.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#recurrenceRuleExpr') properties. +Once you assign the data source, you need to map field values to appointment attributes. If data objects include fields that match the [predefined structure](/api-reference/10%20UI%20Components/dxScheduler/7%20Interfaces/dxSchedulerAppointment '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/'), the Scheduler recognizes them automatically and displays appointments without further configuration. To map other fields, use **...Expr** properties. In this tutorial, the [startDate](/api-reference/10%20UI%20Components/dxScheduler/7%20Interfaces/dxSchedulerAppointment/startDate.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#startDate') and [endDate](/api-reference/10%20UI%20Components/dxScheduler/7%20Interfaces/dxSchedulerAppointment/endDate.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#endDate') fields are recognized automatically, whereas other field names are specified in the [textExpr](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/textExpr.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#textExpr'), [allDayExpr](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/allDayExpr.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#allDayExpr'), and [recurrenceRuleExpr](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/recurrenceRuleExpr.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#recurrenceRuleExpr') properties. --- ##### jQuery diff --git a/concepts/05 UI Components/Scheduler/030 Appointments/015 Appointment Types/020 All-Day Appointments.md b/concepts/05 UI Components/Scheduler/030 Appointments/015 Appointment Types/020 All-Day Appointments.md index 3ad766bb9f..87e82ac930 100644 --- a/concepts/05 UI Components/Scheduler/030 Appointments/015 Appointment Types/020 All-Day Appointments.md +++ b/concepts/05 UI Components/Scheduler/030 Appointments/015 Appointment Types/020 All-Day Appointments.md @@ -2,7 +2,7 @@ An all-day appointment occupies the entire day. ![Scheduler All-Day Appointment](/images/UiWidgets/Scheduler_AllDayAppointment.png) -To create an all-day appointment, set its [allDay](/api-reference/50%20Common/Object%20Structures/dxSchedulerAppointment/allDay.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#allDay') field to **true**. An all-day appointment must have a [startDate](/api-reference/50%20Common/Object%20Structures/dxSchedulerAppointment/startDate.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#startDate') field. You can also set an [endDate](/api-reference/50%20Common/Object%20Structures/dxSchedulerAppointment/endDate.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#endDate') field if the appointment occupies more than one day. Time values in these fields are ignored. +To create an all-day appointment, set its [allDay](/api-reference/10%20UI%20Components/dxScheduler/7%20Interfaces/dxSchedulerAppointment/allDay.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#allDay') field to **true**. An all-day appointment must have a [startDate](/api-reference/10%20UI%20Components/dxScheduler/7%20Interfaces/dxSchedulerAppointment/startDate.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#startDate') field. You can also set an [endDate](/api-reference/10%20UI%20Components/dxScheduler/7%20Interfaces/dxSchedulerAppointment/endDate.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#endDate') field if the appointment occupies more than one day. Time values in these fields are ignored. var allDayAppointment = [{ diff --git a/concepts/05 UI Components/Scheduler/030 Appointments/015 Appointment Types/030 Recurring Appointments.md b/concepts/05 UI Components/Scheduler/030 Appointments/015 Appointment Types/030 Recurring Appointments.md index afc5a9b4f4..9418a59128 100644 --- a/concepts/05 UI Components/Scheduler/030 Appointments/015 Appointment Types/030 Recurring Appointments.md +++ b/concepts/05 UI Components/Scheduler/030 Appointments/015 Appointment Types/030 Recurring Appointments.md @@ -2,7 +2,7 @@ A recurring appointment repeats at a specified interval. ![Scheduler Recurring Appointment](/images/UiWidgets/Scheduler_RecurrentAppointment.png) -To make an appointment recurring, specify the [recurrenceRule](/api-reference/50%20Common/Object%20Structures/dxSchedulerAppointment/recurrenceRule.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#recurrenceRule') field with a value according to the iCalendar RFC 2445 specification. This creates an appointment series. You can exclude specific appointments from it if you set their [recurrenceException](/api-reference/50%20Common/Object%20Structures/dxSchedulerAppointment/recurrenceException.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#recurrenceException') field. For example, the appointment below occurs daily since February 20, 2021, except February 22 and 23: +To make an appointment recurring, specify the [recurrenceRule](/api-reference/10%20UI%20Components/dxScheduler/7%20Interfaces/dxSchedulerAppointment/recurrenceRule.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#recurrenceRule') field with a value according to the iCalendar RFC 2445 specification. This creates an appointment series. You can exclude specific appointments from it if you set their [recurrenceException](/api-reference/10%20UI%20Components/dxScheduler/7%20Interfaces/dxSchedulerAppointment/recurrenceException.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#recurrenceException') field. For example, the appointment below occurs daily since February 20, 2021, except February 22 and 23: diff --git a/concepts/05 UI Components/Scheduler/030 Appointments/050 Customize Appointment.md b/concepts/05 UI Components/Scheduler/030 Appointments/050 Customize Appointment.md index 602ef582a1..524828aac8 100644 --- a/concepts/05 UI Components/Scheduler/030 Appointments/050 Customize Appointment.md +++ b/concepts/05 UI Components/Scheduler/030 Appointments/050 Customize Appointment.md @@ -391,7 +391,7 @@ If you use only jQuery, combine HTML markup for appointments manually with jQuer url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/CustomTemplates/" } -You can also customize an individual appointment. For this purpose, declare a template for this appointment as a script and pass its `id` to the [template](/api-reference/50%20Common/Object%20Structures/dxSchedulerAppointment/template.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#template') field of the appointment's data object. +You can also customize an individual appointment. For this purpose, declare a template for this appointment as a script and pass its `id` to the [template](/api-reference/10%20UI%20Components/dxScheduler/7%20Interfaces/dxSchedulerAppointment/template.md '/Documentation/ApiReference/UI_Components/dxScheduler/Interfaces/dxSchedulerAppointment/#template') field of the appointment's data object.