Skip to content

Commit 0218cb7

Browse files
Update readme.md
1 parent 924868b commit 0218cb7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

readme.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To apply custom property values to a dashboard, you need to create an extension.
2222

2323
1. Model.
2424

25-
The model is an object that contains the property name, type, and default value. It also specifies on which level the property is created (dashboard, dashboard item or data item container). Use the [Model.registerCustomProperty](https://docs.devexpress.com/Dashboard/js-DevExpress.Dashboard.Model.registerCustomProperty-1?v=20.1) property to register the custom property definition.
25+
The model is an object that contains the property name, type, and default value. It also specifies on which level the property is created (dashboard, dashboard item or data item container). Use the [Model.registerCustomProperty](https://docs.devexpress.com/Dashboard/js-DevExpress.Dashboard.Model.registerCustomProperty-1) property to register the custom property definition.
2626

2727
2. Viewer
2828

@@ -115,7 +115,7 @@ This extension enables you to set a dashboard's description in the dashboard men
115115

116116
**Overview**:
117117
- Adds a custom string property for a dashboard.
118-
- Shows how to add a new item to the [ToolBox](https://docs.devexpress.com/Dashboard/117442/designer-and-viewer-applications/web-dashboard/ui-elements/toolbox?v=20.1). In this example, a new item is added to the [dashboard menu](https://docs.devexpress.com/Dashboard/117444/designer-and-viewer-applications/web-dashboard/ui-elements/dashboard-menu?v=20.1).
118+
- Shows how to add a new item to the [ToolBox](https://docs.devexpress.com/Dashboard/117442/designer-and-viewer-applications/web-dashboard/ui-elements/toolbox). In this example, a new item is added to the [dashboard menu](https://docs.devexpress.com/Dashboard/117444/designer-and-viewer-applications/web-dashboard/ui-elements/dashboard-menu).
119119
- Demonstrates how to create complex editors using templates. In this example, it is the [dxPopup](https://js.devexpress.com/jQuery/Documentation/ApiReference/UI_Components/dxPopup/) widgets with the [dxTextArea](https://js.devexpress.com/jQuery/Documentation/ApiReference/UI_Components/dxTextArea/) and [dxButton](https://js.devexpress.com/jQuery/Documentation/ApiReference/UI_Components/dxButton/) widgets inside.
120120

121121
### ItemDescriptionExtension
@@ -128,7 +128,7 @@ This extension enables you to set a description for each dashboard item. The das
128128

129129
Overview:
130130
- Adds a custom string property for each dashboard item.
131-
- Integrates a _Description (Custom)_ section into the _Options_ menu with the predefined [buttonGroup](https://docs.devexpress.com/Dashboard/js-DevExpress.Dashboard.Designer.FormItemTemplates?v=20.1#js_devexpress_dashboard_designer_formitemtemplates_buttongroup_static) template.
131+
- Integrates a _Description (Custom)_ section into the _Options_ menu with the predefined [buttonGroup](https://docs.devexpress.com/Dashboard/js-DevExpress.Dashboard.Designer.FormItemTemplates#js_devexpress_dashboard_designer_formitemtemplates_buttongroup_static) template.
132132
- Shows how to enable or disable editors depending on a custom property's value.
133133

134134
### ChartAxisMaxValueExtension
@@ -140,7 +140,7 @@ This extension allows you to change the maximum value of the Y-axis in the Chart
140140
![](images/ChartAxisMaxValueExtension.png)
141141

142142
Overview:
143-
- Adds a set of custom properties with [different types](https://docs.devexpress.com/Dashboard/js-DevExpress.Dashboard.Model.CustomPropertyMetadata?v=20.1#js_devexpress_dashboard_model_custompropertymetadata_valuetype) (number, boolean, and string) for a specific dashboard item (Chart).
143+
- Adds a set of custom properties with [different types](https://docs.devexpress.com/Dashboard/js-DevExpress.Dashboard.Model.CustomPropertyMetadata#js_devexpress_dashboard_model_custompropertymetadata_valuetype) (number, boolean, and string) for a specific dashboard item (Chart).
144144
- Demonstrates how to bind a custom property to a list of data items.
145145
- Shows how to enable or disable editors depending on a custom property's value.
146146

@@ -184,9 +184,10 @@ Overview:
184184
- [WPF Dashboard Viewer - Custom Properties](https://github.com/DevExpress-Examples/wpf-dashboard-custom-properties)
185185
- [Multiplatform Example - Constant Lines](https://github.com/DevExpress-Examples/dashboard-constant-lines)
186186
<!-- feedback -->
187-
## Does this example address your development requirements/objectives?
188-
189-
[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-mvc-dashboard-custom-properties-sample&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-mvc-dashboard-custom-properties-sample&~~~was_helpful=no)
190-
187+
## Does this example address your development requirements/objectives?
188+
189+
[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-mvc-dashboard-custom-properties-sample&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-mvc-dashboard-custom-properties-sample&~~~was_helpful=no)
190+
191191
(you will be redirected to DevExpress.com to submit your response)
192192
<!-- feedback end -->
193+

0 commit comments

Comments
 (0)