From 1cfcc8bd4c653c45761ffff56a7e4fa0d439178c Mon Sep 17 00:00:00 2001
From: berylouma <99009823+berylouma@users.noreply.github.com>
Date: Mon, 25 Sep 2023 14:51:09 +0300
Subject: [PATCH 1/7] SEO-176113-Image-Alt-Text-MVC
---
aspnetmvc/Button/Getting-Started.md | 2 +-
aspnetmvc/Captcha/Enabling-Validation.md | 6 +--
aspnetmvc/Chart/Data-Markers.md | 34 ++++++++---------
aspnetmvc/Diagram/Exporting.md | 8 ++--
aspnetmvc/Diagram/Shapes.md | 46 +++++++++++------------
aspnetmvc/DropDownList/DataBinding.md | 14 +++----
aspnetmvc/DropDownList/Getting-Started.md | 4 +-
aspnetmvc/Menu/Context-Menu.md | 6 +--
aspnetmvc/Ribbon/Screen-Tips.md | 8 ++--
9 files changed, 64 insertions(+), 64 deletions(-)
diff --git a/aspnetmvc/Button/Getting-Started.md b/aspnetmvc/Button/Getting-Started.md
index 9f792667e..c29bba81a 100644
--- a/aspnetmvc/Button/Getting-Started.md
+++ b/aspnetmvc/Button/Getting-Started.md
@@ -202,7 +202,7 @@ Essential ASP.NET MVC Button control contains built-in features like Click and d
-
+
Multimedia Player Control
{:.caption}
diff --git a/aspnetmvc/Captcha/Enabling-Validation.md b/aspnetmvc/Captcha/Enabling-Validation.md
index 0b122a068..9e9feea21 100644
--- a/aspnetmvc/Captcha/Enabling-Validation.md
+++ b/aspnetmvc/Captcha/Enabling-Validation.md
@@ -47,7 +47,7 @@ The following code example is used to render the Captcha with Auto-Validation su
2. The following screenshot illustrates the Captcha with Auto-Validation support.
-
+
Captcha with auto validation support
{:.caption}
@@ -88,7 +88,7 @@ The following code example is used to render the Captcha with manual validation.
2. The following screenshot illustrates the Captcha with manual validation support.
-
+
Captcha validation by method
{:.caption}
@@ -122,7 +122,7 @@ The following code example is used to render the Captcha with Case sensitive val
2. The following screenshot illustrates the Captcha with Case sensitive validation support.
-
+
Captcha with Case sensitive validation support
{:.caption}
diff --git a/aspnetmvc/Chart/Data-Markers.md b/aspnetmvc/Chart/Data-Markers.md
index 0c444211f..1ba61a4de 100644
--- a/aspnetmvc/Chart/Data-Markers.md
+++ b/aspnetmvc/Chart/Data-Markers.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Markers and data labels in Essential ASP.NET MVC Chart
-description: Learn how to add markers and data point labels to a Chart series.
+title: Markers and data labels in Essential ASP.NET MVC Chart | Syncfusion
+description: Learn how to add markers and data point labels to a Chart series in Syncfusion Essential ASP.NET MVC Chart Control, its elements, and more.
platform: ejmvc
control: Chart
documentation: ug
---
-# Data Markers
+# Data Markers in Essential ASP.NET MVC Chart
Data markers are used to provide information about the data point to the user. You can add a shape and label to adorn each data point.
@@ -46,7 +46,7 @@ The following code example explains on how to enable series marker and add shape
{% endhighlight %}
-
+
## Add image as marker
@@ -76,7 +76,7 @@ The following code example illustrates this,
{% endhighlight %}
-
+
## Add labels
@@ -110,7 +110,7 @@ The following code example shows how to enable data label and set its horizontal
{% endhighlight %}
-
+
Label content can be formatted by using the template option. Inside the template, you can add the placeholder text *"point.x"* and *"point.y"* to display corresponding data points x & y value.
@@ -169,7 +169,7 @@ The following code example shows how to add background shapes and set template t
{% endhighlight %}
-
+
The appearance of the labels can be customized by using the *Font* and *Offset* options. The Offset option is used to move the labels vertically. Also, labels can be rotated by using the *Rotate* option.
@@ -203,7 +203,7 @@ The following code example shows how to rotate data label text and customize the
{% endhighlight %}
-
+
You can position the label to the top, center or bottom position of the segment by using the **TextPosition** option for the chart types such as Column, Bar, Stacked bar, Stacked column, 100% Stacked bar, 100% Stacked column, Candle and OHLC.
@@ -235,7 +235,7 @@ The following code example shows how to set textPosition to display data label i
{% endhighlight %}
-
+
The label can be positioned inside or outside the perimeter of the series by using the **LabelPosition** option for the chart types such as Pie and Doughnut, .
@@ -277,17 +277,17 @@ The following code example shows how to set the LabelPosition,
{% endhighlight %}
-
+
The following screenshot displays the labels when the LabelPosition is set as *Inside* position.
-
+
The following screenshot displays the labels when the LabelPosition is set as *OutsideExtended* position.
-
+
The label can be wrapped for pie, doughnut, funnel, and pyramid series by setting the enableWrap property.
@@ -313,7 +313,7 @@ The label can be wrapped for pie, doughnut, funnel, and pyramid series by settin
{% endhighlight %}
-
+
## Binding label from the datasource
@@ -442,7 +442,7 @@ When the data is provided by using the Points option, you can add marker for eac
{% endhighlight %}
-
+
When the data is bound to the series by using the DataSource option, you can customize the points in the **SeriesRendering** event as illustrated in the following code example,
@@ -501,7 +501,7 @@ When the data is bound to the series by using the DataSource option, you can cus
{% endhighlight %}
-
+
## Connect Line
@@ -536,7 +536,7 @@ This feature is used to connect label and data point by using a line. It can be
{% endhighlight %}
-
+
## Smart labels
@@ -570,7 +570,7 @@ The following code example shows how to enable smart labels,
{% endhighlight %}
-
+
[Click](https://mvc.syncfusion.com/demos/web/chart/pie) here to view the SmartLabel online demo sample.
\ No newline at end of file
diff --git a/aspnetmvc/Diagram/Exporting.md b/aspnetmvc/Diagram/Exporting.md
index c13389f38..1b70f17a2 100644
--- a/aspnetmvc/Diagram/Exporting.md
+++ b/aspnetmvc/Diagram/Exporting.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Export Diagram content as image/svg files
-description: How to export the Diagram as image/svg?
+title: Export Diagram content | ASP.NET MVC Diagram | Syncfusion
+description: Learn here about how to export the Diagram as image/svg in Syncfusion Essential ASP.NET MVC Diagram Control, its elements, and more.
platform: ejmvc
control: Diagram
documentation: ug
---
-# Exporting
+# Exporting Diagram as image/svg in ASP.NET MVC Diagram
Diagram provides support to export its content as image/svg files.
The client side method `exportDiagram` helps to export the Diagram. The following code illustrates how to export the Diagram as image.
@@ -20,7 +20,7 @@ diagram.exportDiagram();
{% endhighlight %}
-
+
## Exporting options
diff --git a/aspnetmvc/Diagram/Shapes.md b/aspnetmvc/Diagram/Shapes.md
index 9db361277..86fbeab5d 100644
--- a/aspnetmvc/Diagram/Shapes.md
+++ b/aspnetmvc/Diagram/Shapes.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Pick the type of node among the predefined nodes and shapes
-description: How to choose the type of the node with respect to the requirement?
+title: Pick the type of node in ASP.NET MVC Diagram | Syncfusion
+description: Learn here about how to choose the type of node with respect to the requirement in Syncfusion Essential ASP.NET MVC Diagram Control, its elements, and more.
platform: ejmvc
control: Diagram
documentation: ug
---
-# Shapes
+# Pick the type of node in ASP.NET MVC Diagram
Diagram provides support to add different kind of nodes. They are as follows.
@@ -40,7 +40,7 @@ Texts can be added to the Diagram as text nodes. For text nodes, the text node c
{% endhighlight %}
-
+
## Image
Diagram allows to add images as image nodes. For image nodes,the **image** node can be created with ImageNode class. In addition, the `Source` property of node enables you to set the image source. The following code illustrates how an **Image** node is created.
@@ -60,7 +60,7 @@ Diagram allows to add images as image nodes. For image nodes,the **image** node
{% endhighlight %}
-
+
Deploy your HTML file in the web Application and export the diagram (image node) or else the image node will not be exported in the chrome and Firefox due to security issues. Please refer to the link below.
@@ -101,7 +101,7 @@ Link1: http://stackoverflow.com/questions/4761711/local-image-in-canvas-in-chrom
{% endhighlight %}
-
+
N> HTML node cannot be exported to image format, like JPEG, PNG, and BMP. It is by design that while exporting, Diagram is drawn in a canvas. Further, this canvas is exported into image formats. Currently, drawing in a canvas equivalent from all possible HTML is not feasible. Hence, this limitation.
@@ -142,7 +142,7 @@ N> HTML node cannot be exported to image format, like JPEG, PNG, and BMP. It is
{% endhighlight %}
-
+
N> Like HTML node, Native node also cannot be exported to image format. Fill color of native node can be overridden by the inline style or fill of the SVG element specified in the template.
@@ -171,7 +171,7 @@ The following code example illustrates how to create a basic shape.
{% endhighlight %}
-
+
N> When the `Shape` is not set for a basic shape, it is considered a "rectangle".
@@ -202,11 +202,11 @@ Path node is a commonly used basic shape that allows visually to represent the g
{% endhighlight %}
-
+
The list of basic shapes are as follows.
-
+
## Flow Shapes
@@ -228,11 +228,11 @@ The flow shapes are used to represent the process flow. It is used for analyzing
{% endhighlight %}
-
+
The list of flow shapes are as follows.
-
+
## BPMN Shapes
@@ -258,7 +258,7 @@ BPMN shapes are used to represent the internal business procedure in a graphical
{% endhighlight %}
-
+
N> The default value for the property `Shape` is "Event".
@@ -309,7 +309,7 @@ The `Event` property of the node allows you to define the type of the event. The
{% endhighlight %}
-
+
| Event | Image |
|---|---|
@@ -361,7 +361,7 @@ Gateway is used to control the flow of a process. It is represented as a diamond
{% endhighlight %}
-
+
N> By default, the `Gateway` will be set as "None".
@@ -410,7 +410,7 @@ To create a BPMN activity, you need to set the `Shape` as "Activity". You also n
{% endhighlight %}
-
+
The different activities of BPMN process are listed as follows.
@@ -445,7 +445,7 @@ The `Task` property of node allows you to define the `Type` of task such as send
{% endhighlight %}
-
+
The various types of BPMN tasks are tabulated as follows.
@@ -502,7 +502,7 @@ Loop is a task that is internally being looped. The `Loop` property of task allo
{% endhighlight %}
-
+
The following table contains various types of BPMN loops.
@@ -554,7 +554,7 @@ Compensation is triggered when operation is partially failed and you can enable
Model.Nodes.Add(Node);
{% endhighlight %}
-
+
#### Call
@@ -579,7 +579,7 @@ A call activity is a global sub-process that is reused at various points of the
{% endhighlight %}
-
+
#### Ad-Hoc
@@ -604,7 +604,7 @@ An ad hoc subprocess is a group of tasks that are executed in any order or skipp
{% endhighlight %}
-
+
#### Boundary
@@ -658,7 +658,7 @@ A data object represents information flowing through the process, such as data p
{% endhighlight %}
-
+
### Datasource
@@ -681,4 +681,4 @@ DataSource is used to store or access data associated with a business process. T
{% endhighlight %}
-
+
diff --git a/aspnetmvc/DropDownList/DataBinding.md b/aspnetmvc/DropDownList/DataBinding.md
index 2f7126fda..f2044713f 100644
--- a/aspnetmvc/DropDownList/DataBinding.md
+++ b/aspnetmvc/DropDownList/DataBinding.md
@@ -1,7 +1,7 @@
---
layout: post
title: Data binding in DropDownList control for Syncfusion ASP.NET MVC
-description: Describes about the data binding in DropDownList control for Syncfusion ASP.NET MVC
+description: Learn here about data binding in Syncfusion Essential ASP.NET MVC DropDown List Control, its elements, and more.
platform: ejmvc
control: DropDownList
documentation: ug
@@ -9,7 +9,7 @@ keywords: DropDownList, dropdown, data binding, Local data, Remote data
---
-# Data Binding
+# Data Binding in ASP.NET MVC DropDownList
To populate data in the DropDownList control, define DataSource property with associated fields. You can bind any list data and other remote services in the DropDownList.
@@ -239,7 +239,7 @@ N> The columns are bounded automatically when the fields are specified with the
{% endtabs %}
-
+
N> Images for this sample are available in (installed location)\Syncfusion\Essential Studio\{{ site.releaseversion }}\JavaScript\samples\web\themes\images
@@ -521,7 +521,7 @@ To create LINQ to SQL classes
• In Server Explorer, drag the database table into the Object Relational Designer window.
• The table and its columns are represented as an entity in the designer window.
-
+
In code behind, fetch the data from classes and stored it to the ViewBag as follows
@@ -537,7 +537,7 @@ In code behind, fetch the data from classes and stored it to the ViewBag as foll
{% endhighlight %}
-
+
## Remote data
@@ -568,7 +568,7 @@ For further details about OData service please refer [the link](https://www.odat
{% endhighlight %}
-
+
N> Events associated with remote data bind is listed [here](https://help.syncfusion.com/js/api/ejdropdownlist#events).
@@ -599,7 +599,7 @@ Using WebApiAdaptor, you can bind WebApi service’s data to DropDownList. The d
{% endhighlight %}
-
+
## Virtual Scrolling
diff --git a/aspnetmvc/DropDownList/Getting-Started.md b/aspnetmvc/DropDownList/Getting-Started.md
index 9560627e6..ddeef0472 100644
--- a/aspnetmvc/DropDownList/Getting-Started.md
+++ b/aspnetmvc/DropDownList/Getting-Started.md
@@ -24,7 +24,7 @@ keywords: DropDownList, dropdown, Populating data
3. Execute the code and get a empty DropDownList control as below
-
+
## Populating data
@@ -61,7 +61,7 @@ The DropDownList can be bounded to any local list data and remote data services.
Execute the code and to get a DropDownList control with data bound from controller
-
+
## Setting Dimensions
diff --git a/aspnetmvc/Menu/Context-Menu.md b/aspnetmvc/Menu/Context-Menu.md
index 60a96ff38..ea6e4a2b6 100644
--- a/aspnetmvc/Menu/Context-Menu.md
+++ b/aspnetmvc/Menu/Context-Menu.md
@@ -1,13 +1,13 @@
---
layout: post
title: Context Menu | Menu | ASP.NET MVC | Syncfusion
-description: context menu
+description: Learn here about context menu in Syncfusion Essential ASP.NET MVC Menu Control, its elements, and more.
platform: ejmvc
control: Menu
documentation: ug
---
-# Context Menu
+# Context Menu in ASP.NET MVC Menu
A context menu is a type of menu in a graphical user interface (GUI) that appears when you perform right click operation. In this Menu control you can use a context menu by specifying the type of menu as ContextMenu. A context also provides support for nested level of menu items.
@@ -102,7 +102,7 @@ In the following example, a context menu for the division containing text is cre
The following screen shot displays the output of the above code.
-
+
Context Menu
{:.caption}
diff --git a/aspnetmvc/Ribbon/Screen-Tips.md b/aspnetmvc/Ribbon/Screen-Tips.md
index e19820990..e314d7567 100644
--- a/aspnetmvc/Ribbon/Screen-Tips.md
+++ b/aspnetmvc/Ribbon/Screen-Tips.md
@@ -8,7 +8,7 @@ documentation: ug
keywords: screen tips,ribbon screen tips
---
-# Screen Tips
+# Screen Tips in ASP.NET MVC Ribbon
ScreenTip/Tooltip is used to reduce the controls related Help that are needed to the end user to do control related actions.
@@ -55,7 +55,7 @@ Standard `html tooltip` can be set using `ToolTip` property of each group item.
{% endhighlight %}
-
+
## Custom Tooltip
@@ -127,7 +127,7 @@ Custom Tooltip is used to set detailed help to the user about the controls. You
{% endhighlight %}
-
+
### For Gallery
@@ -264,4 +264,4 @@ N> Custom gallery item `Menu` is not supported to Custom tooltip.
{% endhighlight %}
-
\ No newline at end of file
+
\ No newline at end of file
From bf8f0197719e5b7e4322ff9fa72df6b835c00dcd Mon Sep 17 00:00:00 2001
From: berylouma <99009823+berylouma@users.noreply.github.com>
Date: Wed, 27 Sep 2023 08:47:14 +0300
Subject: [PATCH 2/7] Updated
---
aspnetmvc/Diagram/Exporting.md | 2 +-
aspnetmvc/Menu/Context-Menu.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/aspnetmvc/Diagram/Exporting.md b/aspnetmvc/Diagram/Exporting.md
index 1b70f17a2..979bc5ffb 100644
--- a/aspnetmvc/Diagram/Exporting.md
+++ b/aspnetmvc/Diagram/Exporting.md
@@ -1,6 +1,6 @@
---
layout: post
-title: Export Diagram content | ASP.NET MVC Diagram | Syncfusion
+title: Export Diagram content in ASP.NET MVC Diagram | Syncfusion
description: Learn here about how to export the Diagram as image/svg in Syncfusion Essential ASP.NET MVC Diagram Control, its elements, and more.
platform: ejmvc
control: Diagram
diff --git a/aspnetmvc/Menu/Context-Menu.md b/aspnetmvc/Menu/Context-Menu.md
index ea6e4a2b6..c6eeb5544 100644
--- a/aspnetmvc/Menu/Context-Menu.md
+++ b/aspnetmvc/Menu/Context-Menu.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Context Menu | Menu | ASP.NET MVC | Syncfusion
-description: Learn here about context menu in Syncfusion Essential ASP.NET MVC Menu Control, its elements, and more.
+title: Context Menu in ASP.NET MVC Menu | Syncfusion
+description: Learn here about context menu support in Syncfusion Essential ASP.NET MVC Menu Control, its elements, and more.
platform: ejmvc
control: Menu
documentation: ug
From e4fa40ae8840402888d9eb5cd324551c64e48e2d Mon Sep 17 00:00:00 2001
From: berylouma <99009823+berylouma@users.noreply.github.com>
Date: Thu, 28 Sep 2023 11:13:11 +0300
Subject: [PATCH 3/7] Updated
---
aspnetmvc/Button/Getting-Started.md | 2 +-
aspnetmvc/Captcha/Enabling-Validation.md | 6 +++---
aspnetmvc/Chart/Data-Markers.md | 14 +++++++-------
aspnetmvc/Diagram/Exporting.md | 6 +++---
aspnetmvc/Diagram/Shapes.md | 18 +++++++++---------
aspnetmvc/DropDownList/DataBinding.md | 8 ++++----
aspnetmvc/DropDownList/Getting-Started.md | 2 +-
aspnetmvc/Menu/Context-Menu.md | 4 ++--
aspnetmvc/Ribbon/Screen-Tips.md | 10 +++++-----
9 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/aspnetmvc/Button/Getting-Started.md b/aspnetmvc/Button/Getting-Started.md
index c29bba81a..ee338e17f 100644
--- a/aspnetmvc/Button/Getting-Started.md
+++ b/aspnetmvc/Button/Getting-Started.md
@@ -202,7 +202,7 @@ Essential ASP.NET MVC Button control contains built-in features like Click and d
-
+
Multimedia Player Control
{:.caption}
diff --git a/aspnetmvc/Captcha/Enabling-Validation.md b/aspnetmvc/Captcha/Enabling-Validation.md
index 9e9feea21..70a5c6ed1 100644
--- a/aspnetmvc/Captcha/Enabling-Validation.md
+++ b/aspnetmvc/Captcha/Enabling-Validation.md
@@ -47,7 +47,7 @@ The following code example is used to render the Captcha with Auto-Validation su
2. The following screenshot illustrates the Captcha with Auto-Validation support.
-
+
Captcha with auto validation support
{:.caption}
@@ -88,7 +88,7 @@ The following code example is used to render the Captcha with manual validation.
2. The following screenshot illustrates the Captcha with manual validation support.
-
+
Captcha validation by method
{:.caption}
@@ -122,7 +122,7 @@ The following code example is used to render the Captcha with Case sensitive val
2. The following screenshot illustrates the Captcha with Case sensitive validation support.
-
+
Captcha with Case sensitive validation support
{:.caption}
diff --git a/aspnetmvc/Chart/Data-Markers.md b/aspnetmvc/Chart/Data-Markers.md
index 1ba61a4de..fa1039861 100644
--- a/aspnetmvc/Chart/Data-Markers.md
+++ b/aspnetmvc/Chart/Data-Markers.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Markers and data labels in Essential ASP.NET MVC Chart | Syncfusion
+title: Markers and data labels in ASP.NET MVC Chart Control | Syncfusion
description: Learn how to add markers and data point labels to a Chart series in Syncfusion Essential ASP.NET MVC Chart Control, its elements, and more.
platform: ejmvc
control: Chart
documentation: ug
---
-# Data Markers in Essential ASP.NET MVC Chart
+# Data Markers in ASP.NET MVC Chart
Data markers are used to provide information about the data point to the user. You can add a shape and label to adorn each data point.
@@ -46,7 +46,7 @@ The following code example explains on how to enable series marker and add shape
{% endhighlight %}
-
+
## Add image as marker
@@ -169,7 +169,7 @@ The following code example shows how to add background shapes and set template t
{% endhighlight %}
-
+
The appearance of the labels can be customized by using the *Font* and *Offset* options. The Offset option is used to move the labels vertically. Also, labels can be rotated by using the *Rotate* option.
@@ -277,7 +277,7 @@ The following code example shows how to set the LabelPosition,
{% endhighlight %}
-
+
The following screenshot displays the labels when the LabelPosition is set as *Inside* position.
@@ -501,7 +501,7 @@ When the data is bound to the series by using the DataSource option, you can cus
{% endhighlight %}
-
+
## Connect Line
@@ -536,7 +536,7 @@ This feature is used to connect label and data point by using a line. It can be
{% endhighlight %}
-
+
## Smart labels
diff --git a/aspnetmvc/Diagram/Exporting.md b/aspnetmvc/Diagram/Exporting.md
index 979bc5ffb..abcf668a0 100644
--- a/aspnetmvc/Diagram/Exporting.md
+++ b/aspnetmvc/Diagram/Exporting.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Export Diagram content in ASP.NET MVC Diagram | Syncfusion
+title: Export Diagram content in ASP.NET MVC Diagram Control | Syncfusion
description: Learn here about how to export the Diagram as image/svg in Syncfusion Essential ASP.NET MVC Diagram Control, its elements, and more.
platform: ejmvc
control: Diagram
documentation: ug
---
-# Exporting Diagram as image/svg in ASP.NET MVC Diagram
+# Exporting in ASP.NET MVC Diagram
Diagram provides support to export its content as image/svg files.
The client side method `exportDiagram` helps to export the Diagram. The following code illustrates how to export the Diagram as image.
@@ -20,7 +20,7 @@ diagram.exportDiagram();
{% endhighlight %}
-
+
## Exporting options
diff --git a/aspnetmvc/Diagram/Shapes.md b/aspnetmvc/Diagram/Shapes.md
index 86fbeab5d..04e539691 100644
--- a/aspnetmvc/Diagram/Shapes.md
+++ b/aspnetmvc/Diagram/Shapes.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Pick the type of node in ASP.NET MVC Diagram | Syncfusion
+title: Pick the type of node in ASP.NET MVC Diagram Control | Syncfusion
description: Learn here about how to choose the type of node with respect to the requirement in Syncfusion Essential ASP.NET MVC Diagram Control, its elements, and more.
platform: ejmvc
control: Diagram
documentation: ug
---
-# Pick the type of node in ASP.NET MVC Diagram
+# Shapes in ASP.NET MVC Diagram
Diagram provides support to add different kind of nodes. They are as follows.
@@ -171,7 +171,7 @@ The following code example illustrates how to create a basic shape.
{% endhighlight %}
-
+
N> When the `Shape` is not set for a basic shape, it is considered a "rectangle".
@@ -206,7 +206,7 @@ Path node is a commonly used basic shape that allows visually to represent the g
The list of basic shapes are as follows.
-
+
## Flow Shapes
@@ -228,11 +228,11 @@ The flow shapes are used to represent the process flow. It is used for analyzing
{% endhighlight %}
-
+
The list of flow shapes are as follows.
-
+
## BPMN Shapes
@@ -258,7 +258,7 @@ BPMN shapes are used to represent the internal business procedure in a graphical
{% endhighlight %}
-
+
N> The default value for the property `Shape` is "Event".
@@ -502,7 +502,7 @@ Loop is a task that is internally being looped. The `Loop` property of task allo
{% endhighlight %}
-
+
The following table contains various types of BPMN loops.
@@ -658,7 +658,7 @@ A data object represents information flowing through the process, such as data p
{% endhighlight %}
-
+
### Datasource
diff --git a/aspnetmvc/DropDownList/DataBinding.md b/aspnetmvc/DropDownList/DataBinding.md
index f2044713f..e457793c0 100644
--- a/aspnetmvc/DropDownList/DataBinding.md
+++ b/aspnetmvc/DropDownList/DataBinding.md
@@ -1,6 +1,6 @@
---
layout: post
-title: Data binding in DropDownList control for Syncfusion ASP.NET MVC
+title: Data binding in ASP.NET MVC DropDownList Control | Syncfusion
description: Learn here about data binding in Syncfusion Essential ASP.NET MVC DropDown List Control, its elements, and more.
platform: ejmvc
control: DropDownList
@@ -239,7 +239,7 @@ N> The columns are bounded automatically when the fields are specified with the
{% endtabs %}
-
+
N> Images for this sample are available in (installed location)\Syncfusion\Essential Studio\{{ site.releaseversion }}\JavaScript\samples\web\themes\images
@@ -521,7 +521,7 @@ To create LINQ to SQL classes
• In Server Explorer, drag the database table into the Object Relational Designer window.
• The table and its columns are represented as an entity in the designer window.
-
+
In code behind, fetch the data from classes and stored it to the ViewBag as follows
@@ -568,7 +568,7 @@ For further details about OData service please refer [the link](https://www.odat
{% endhighlight %}
-
+
N> Events associated with remote data bind is listed [here](https://help.syncfusion.com/js/api/ejdropdownlist#events).
diff --git a/aspnetmvc/DropDownList/Getting-Started.md b/aspnetmvc/DropDownList/Getting-Started.md
index ddeef0472..95a5a1686 100644
--- a/aspnetmvc/DropDownList/Getting-Started.md
+++ b/aspnetmvc/DropDownList/Getting-Started.md
@@ -1,6 +1,6 @@
---
layout: post
-title: Getting Started with ASP.NET MVC DropDownList control | Syncfusion
+title: Getting Started with ASP.NET MVC DropDownList Control | Syncfusion
description: Learn here more about getting started with Syncfusion Essential ASP.NET MVC DropdownList Control, its elements, and more.
platform: ejmvc
control: DropDownList
diff --git a/aspnetmvc/Menu/Context-Menu.md b/aspnetmvc/Menu/Context-Menu.md
index c6eeb5544..548032817 100644
--- a/aspnetmvc/Menu/Context-Menu.md
+++ b/aspnetmvc/Menu/Context-Menu.md
@@ -1,6 +1,6 @@
---
layout: post
-title: Context Menu in ASP.NET MVC Menu | Syncfusion
+title: Context Menu in ASP.NET MVC Menu Control | Syncfusion
description: Learn here about context menu support in Syncfusion Essential ASP.NET MVC Menu Control, its elements, and more.
platform: ejmvc
control: Menu
@@ -102,7 +102,7 @@ In the following example, a context menu for the division containing text is cre
The following screen shot displays the output of the above code.
-
+
Context Menu
{:.caption}
diff --git a/aspnetmvc/Ribbon/Screen-Tips.md b/aspnetmvc/Ribbon/Screen-Tips.md
index e314d7567..569d37ada 100644
--- a/aspnetmvc/Ribbon/Screen-Tips.md
+++ b/aspnetmvc/Ribbon/Screen-Tips.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Screen Tips in ASP.NET MVC Ribbon | Syncfusion
-description: Learn here about screen tips with Syncfusion Essential ASP.NET MVC Ribbon control, its elements, and more.
+title: Screen Tips in ASP.NET MVC Ribbon Control | Syncfusion
+description: Learn here about screen tips with Syncfusion Essential ASP.NET MVC Ribbon Control, its elements, and more.
platform: ejmvc
control: Ribbon
documentation: ug
@@ -55,7 +55,7 @@ Standard `html tooltip` can be set using `ToolTip` property of each group item.
{% endhighlight %}
-
+
## Custom Tooltip
@@ -127,7 +127,7 @@ Custom Tooltip is used to set detailed help to the user about the controls. You
{% endhighlight %}
-
+
### For Gallery
@@ -264,4 +264,4 @@ N> Custom gallery item `Menu` is not supported to Custom tooltip.
{% endhighlight %}
-
\ No newline at end of file
+
\ No newline at end of file
From 018edca3382d02011298e08ebac3f0243ac89d9d Mon Sep 17 00:00:00 2001
From: berylouma <99009823+berylouma@users.noreply.github.com>
Date: Tue, 3 Oct 2023 12:11:05 +0300
Subject: [PATCH 4/7] Updated
---
aspnetmvc/Chart/Data-Markers.md | 2 +-
aspnetmvc/DropDownList/DataBinding.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/aspnetmvc/Chart/Data-Markers.md b/aspnetmvc/Chart/Data-Markers.md
index fa1039861..68134a0d2 100644
--- a/aspnetmvc/Chart/Data-Markers.md
+++ b/aspnetmvc/Chart/Data-Markers.md
@@ -46,7 +46,7 @@ The following code example explains on how to enable series marker and add shape
{% endhighlight %}
-
+
## Add image as marker
diff --git a/aspnetmvc/DropDownList/DataBinding.md b/aspnetmvc/DropDownList/DataBinding.md
index e457793c0..5928f7b01 100644
--- a/aspnetmvc/DropDownList/DataBinding.md
+++ b/aspnetmvc/DropDownList/DataBinding.md
@@ -1,6 +1,6 @@
---
layout: post
-title: Data binding in ASP.NET MVC DropDownList Control | Syncfusion
+title: Data binding in ASP.NET MVC DropDownList Control | Syncfusion
description: Learn here about data binding in Syncfusion Essential ASP.NET MVC DropDown List Control, its elements, and more.
platform: ejmvc
control: DropDownList
From e90be27f7fbe06a46dbb27aca12e037eed450448 Mon Sep 17 00:00:00 2001
From: berylouma <99009823+berylouma@users.noreply.github.com>
Date: Wed, 4 Oct 2023 09:50:49 +0300
Subject: [PATCH 5/7] Update Screen-Tips.md
---
aspnetmvc/Ribbon/Screen-Tips.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aspnetmvc/Ribbon/Screen-Tips.md b/aspnetmvc/Ribbon/Screen-Tips.md
index 569d37ada..b0f4b68b7 100644
--- a/aspnetmvc/Ribbon/Screen-Tips.md
+++ b/aspnetmvc/Ribbon/Screen-Tips.md
@@ -1,7 +1,7 @@
---
layout: post
title: Screen Tips in ASP.NET MVC Ribbon Control | Syncfusion
-description: Learn here about screen tips with Syncfusion Essential ASP.NET MVC Ribbon Control, its elements, and more.
+description: Learn here about screen tips in Syncfusion Essential ASP.NET MVC Ribbon Control, its elements, and more.
platform: ejmvc
control: Ribbon
documentation: ug
From 573b7009b223754ec19a13a6441da30e41f5dc5d Mon Sep 17 00:00:00 2001
From: berylouma <99009823+berylouma@users.noreply.github.com>
Date: Fri, 6 Oct 2023 16:21:28 +0300
Subject: [PATCH 6/7] Updated
---
aspnetmvc/Chart/Data-Markers.md | 12 ++++++------
aspnetmvc/DropDownList/DataBinding.md | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/aspnetmvc/Chart/Data-Markers.md b/aspnetmvc/Chart/Data-Markers.md
index 68134a0d2..5b09303c1 100644
--- a/aspnetmvc/Chart/Data-Markers.md
+++ b/aspnetmvc/Chart/Data-Markers.md
@@ -235,7 +235,7 @@ The following code example shows how to set textPosition to display data label i
{% endhighlight %}
-
+
The label can be positioned inside or outside the perimeter of the series by using the **LabelPosition** option for the chart types such as Pie and Doughnut, .
@@ -277,17 +277,17 @@ The following code example shows how to set the LabelPosition,
{% endhighlight %}
-
+
The following screenshot displays the labels when the LabelPosition is set as *Inside* position.
-
+
The following screenshot displays the labels when the LabelPosition is set as *OutsideExtended* position.
-
+
The label can be wrapped for pie, doughnut, funnel, and pyramid series by setting the enableWrap property.
@@ -313,7 +313,7 @@ The label can be wrapped for pie, doughnut, funnel, and pyramid series by settin
{% endhighlight %}
-
+
## Binding label from the datasource
@@ -501,7 +501,7 @@ When the data is bound to the series by using the DataSource option, you can cus
{% endhighlight %}
-
+
## Connect Line
diff --git a/aspnetmvc/DropDownList/DataBinding.md b/aspnetmvc/DropDownList/DataBinding.md
index 5928f7b01..43e398857 100644
--- a/aspnetmvc/DropDownList/DataBinding.md
+++ b/aspnetmvc/DropDownList/DataBinding.md
@@ -537,7 +537,7 @@ In code behind, fetch the data from classes and stored it to the ViewBag as foll
{% endhighlight %}
-
+
## Remote data
From 8ba456db13b7fa8cffa80dfb870e6f6577c6b134 Mon Sep 17 00:00:00 2001
From: berylouma <99009823+berylouma@users.noreply.github.com>
Date: Tue, 17 Oct 2023 12:55:27 +0300
Subject: [PATCH 7/7] Update DataBinding.md
---
aspnetmvc/DropDownList/DataBinding.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aspnetmvc/DropDownList/DataBinding.md b/aspnetmvc/DropDownList/DataBinding.md
index 43e398857..0901b419c 100644
--- a/aspnetmvc/DropDownList/DataBinding.md
+++ b/aspnetmvc/DropDownList/DataBinding.md
@@ -1,7 +1,7 @@
---
layout: post
title: Data binding in ASP.NET MVC DropDownList Control | Syncfusion
-description: Learn here about data binding in Syncfusion Essential ASP.NET MVC DropDown List Control, its elements, and more.
+description: Learn here about data binding in Syncfusion Essential ASP.NET MVC DropDownList Control, its elements, and more.
platform: ejmvc
control: DropDownList
documentation: ug