diff --git a/MenuConfig.xml b/MenuConfig.xml index e2de55bd6e..1f78372f29 100644 --- a/MenuConfig.xml +++ b/MenuConfig.xml @@ -1,54 +1,114 @@  - - - + - - - - + + + + - - - + + - + + - - - - - - - - + + + - - + + + + + + + - + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --> + - - + \ No newline at end of file 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 new file mode 100644 index 0000000000..961eb9d079 --- /dev/null +++ b/api-reference/10 UI Components/BaseChart/7 Interfaces/BaseChartLegendItem/BaseChartLegendItem.md @@ -0,0 +1,14 @@ +--- +id: BaseChartLegendItem +type: Object +inherits: BaseLegendItem +module: viz/chart_components/base_chart +export: BaseChartLegendItem +--- +--- +##### shortDescription +An object that provides information about a legend item. + +--- +#####See Also##### +- [legend]({basewidgetpath}/Configuration/legend/) \ No newline at end of file diff --git a/api-reference/50 Common/Object Structures/BaseChartLegendItem/series.md b/api-reference/10 UI Components/BaseChart/7 Interfaces/BaseChartLegendItem/series.md similarity index 100% rename from api-reference/50 Common/Object Structures/BaseChartLegendItem/series.md rename to api-reference/10 UI Components/BaseChart/7 Interfaces/BaseChartLegendItem/series.md diff --git a/api-reference/10 UI Components/BaseChart/7 Interfaces/Interfaces.md b/api-reference/10 UI Components/BaseChart/7 Interfaces/Interfaces.md new file mode 100644 index 0000000000..37c9b1974a --- /dev/null +++ b/api-reference/10 UI Components/BaseChart/7 Interfaces/Interfaces.md @@ -0,0 +1,5 @@ +--- +##### shortDescription +This section describes interfaces that the {WidgetName} component uses. + +--- diff --git a/api-reference/10 UI Components/Component/1 Configuration/onInitialized.md b/api-reference/10 UI Components/Component/1 Configuration/onInitialized.md index 0cb1842b73..588cb54df8 100644 --- a/api-reference/10 UI Components/Component/1 Configuration/onInitialized.md +++ b/api-reference/10 UI Components/Component/1 Configuration/onInitialized.md @@ -18,4 +18,4 @@ The UI component's instance. --- #####See Also##### -- **Get a UI component Instance** in [Angular](/concepts/40%20Angular%20Components/20%20Component%20Configuration%20Syntax/44%20Get%20a%20UI%20Component%20Instance.md '/Documentation/Guide/Angular_Components/Component_Configuration_Syntax/#Get_a_UI_Component_Instance') | [AngularJS](/concepts/Getting%20Started/Widget%20Basics%20-%20AngularJS/03%20Get%20a%20Widget%20Instance.md '/Documentation/Guide/Getting_Started/Widget_Basics_-_AngularJS/Get_a_Widget_Instance/') | [Knockout](/concepts/Getting%20Started/Widget%20Basics%20-%20Knockout/03%20Get%20a%20Widget%20Instance.md '/Documentation/Guide/Getting_Started/Widget_Basics_-_Knockout/Get_a_Widget_Instance/') | [Vue](/concepts/55%20Vue%20Components/20%20Component%20Configuration%20Syntax/44%20Get%20a%20UI%20Component%20Instance.md '/Documentation/Guide/Vue_Components/Component_Configuration_Syntax/#Get_a_UI_Component_Instance') | [React](/concepts/50%20React%20Components/40%20Component%20Configuration%20Syntax/65%20Get%20a%20UI%20Component%20Instance.md '/Documentation/Guide/React_Components/Component_Configuration_Syntax/#Get_a_UI_Component_Instance') \ No newline at end of file +#include common-link-getinstance \ No newline at end of file diff --git a/api-reference/10 UI Components/DOMComponent/3 Methods/dispose().md b/api-reference/10 UI Components/DOMComponent/3 Methods/dispose().md index 8c8e4c463c..83471ed234 100644 --- a/api-reference/10 UI Components/DOMComponent/3 Methods/dispose().md +++ b/api-reference/10 UI Components/DOMComponent/3 Methods/dispose().md @@ -6,17 +6,20 @@ id: DOMComponent.dispose() Disposes of all the resources allocated to the {WidgetName} instance. --- + +--- +##### jQuery + After calling this method, remove the DOM element associated with the UI component: $("#my{WidgetName}").dx{WidgetName}("dispose"); $("#my{WidgetName}").remove(); -Use this method only if the UI component was created with jQuery or pure JavaScript. In Angular, Vue, and React, use conditional rendering: - ---- ##### Angular +Use conditional rendering instead of this method: + @@ -24,6 +27,8 @@ Use this method only if the UI component was created with jQuery or pure JavaScr ##### Vue +Use conditional rendering instead of this method: +