Skip to content

SEO-204026-Image-Alt-Missing-ASP.NET-MVC-Hotfix #464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: hotfix/hotfix-v30.1.37
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions aspnetmvc/Accordion/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting Started | Accordion | ASP.NET MVC | Syncfusion
description: getting started
description: Check out and learn here all about getting started with Syncfusion ASP.NET MVC Accordion and much more details.
platform: ejmvc
control: Accordion
documentation: ug
Expand All @@ -11,7 +11,7 @@ documentation: ug

This section explains briefly about how to create an Accordion in your application with ASP.NET MVC.

![](Getting-Started_images/Getting-Started_img1.png)
![accordion in your application.](Getting-Started_images/Getting-Started_img1.png)



Expand All @@ -25,7 +25,7 @@ This section explains you the details on how to configure the Accordion control

The following screenshot illustrates you the usage of Accordion control in listing the controls under the Essential Studio products.

![](Getting-Started_images/Getting-Started_img2.png)
![configure the accordion control.](Getting-Started_images/Getting-Started_img2.png)


In the above screenshot , the Accordion contains a template for its Header and its content. In this Accordion application, you can list the controls under Essential Studio.
Expand Down Expand Up @@ -139,7 +139,7 @@ ASP.NET MVC Accordion basically renders using a div element. The following step

Execute the above code example to display the Accordion control with simple control list.

![](Getting-Started_images/Getting-Started_img3.png)
![display the accordion control.](Getting-Started_images/Getting-Started_img3.png)


You can customize the Accordion control using various properties. The Accordion control properties and its default values are described in the following section.
Expand Down Expand Up @@ -243,7 +243,7 @@ You can also open all the panels during initialization using the SelectedItems p
{% endhighlight %}
Accordion control with EnableMultipleOpen property is illustrated in the following screenshot.

![](Getting-Started_images/Getting-Started_img5.png)
![accordion control with enable multiple open property.](Getting-Started_images/Getting-Started_img5.png)



Expand Down Expand Up @@ -400,7 +400,7 @@ N> ShowRoundedCorner property is false by default.

The following screenshot illustrates the Accordion control with rounded corners.

![](Getting-Started_images/Getting-Started_img7.png)
![accordion control with rounded corners.](Getting-Started_images/Getting-Started_img7.png)


## Customize Icon
Expand Down Expand Up @@ -548,6 +548,6 @@ You can set the Up/Down arrow icon to Accordion header, by adding e-arrowheadup

The following screenshot illustrates the customization of SelectedHeader and Header of the Accordion control.

![](Getting-Started_images/Getting-Started_img8.png)
![selected header and header of the accordion control.](Getting-Started_images/Getting-Started_img8.png)


8 changes: 4 additions & 4 deletions aspnetmvc/Button/Easy-Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The following steps explains you the details about rendering the button with dif

Execute the above code to render the following output.

![](Easy-Customization_images/Easy-Customization_img1.png)
![list of predefined button size.](Easy-Customization_images/Easy-Customization_img1.png)

Button with different sizes
{:.caption}
Expand Down Expand Up @@ -210,7 +210,7 @@ The following steps explains you the details about rendering the Button with abo

Execute the above code to render the following output.

![](Easy-Customization_images/Easy-Customization_img2.png)
![button with different content types.](Easy-Customization_images/Easy-Customization_img2.png)

Button with different content types
{:.caption}
Expand Down Expand Up @@ -319,7 +319,7 @@ The following steps explains you the details about rendering the Button with abo

Execute the above code to render the following output.

![](Easy-Customization_images/Easy-Customization_img3.png)
![configure the button widget.](Easy-Customization_images/Easy-Customization_img3.png)

Button with different image positions
{:.caption}
Expand Down Expand Up @@ -460,7 +460,7 @@ The following steps explains you the details about rendering the Button with abo

Execute the above code to render the following output.

![](Easy-Customization_images/Easy-Customization_img4.png)
![button with custom css.](Easy-Customization_images/Easy-Customization_img4.png)

Button with Custom CSS
{:.caption}
4 changes: 2 additions & 2 deletions aspnetmvc/Button/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Essential ASP.NET MVC Button provides support to display a Button control within

The following screenshot illustrates the functionality of Button in Multimedia player control.

![Getting started with ASP.NET MVC Button](getting-started_images/aspnetmvc-button-getting-started.png)
![Getting started with ASP.NET MVC Button.](getting-started_images/aspnetmvc-button-getting-started.png)
Multimedia Player
{:.caption}

Expand Down Expand Up @@ -202,7 +202,7 @@ Essential ASP.NET MVC Button control contains built-in features like Click and d



![](Getting-Started_images/Getting-Started_img1.png)
![displays multimedia player control.](Getting-Started_images/Getting-Started_img1.png)

Multimedia Player Control
{:.caption}
Expand Down
12 changes: 6 additions & 6 deletions aspnetmvc/DataManager/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting Started | DataManager | ASP.NET MVC | Syncfusion
description: getting started
title: Getting Started | DataManager | ASP.NET MVC | Syncfusion
description: Check out and learn here all about getting started with Syncfusion ASP.NET MVC DataManager and much more details.
platform: ejmvc
control: DataManager
documentation: ug
Expand Down Expand Up @@ -121,7 +121,7 @@ You can bind the DataManager with Grid by defining the ID of DataManager in the

When you run, the following table is displayed.

![](Getting-Started_images/Getting-Started_img1.png)
![data manager with grid control.](Getting-Started_images/Getting-Started_img1.png)

DataManager with Grid Control
{:.caption}
Expand Down Expand Up @@ -169,7 +169,7 @@ The select property of ejQuery is used to retrieve the specified columns from th
When you run the filter query and bind the result to the Grid, the following table is displayed.


![](Getting-Started_images/Getting-Started_img2.png)
![data with filtering.](Getting-Started_images/Getting-Started_img2.png)

Data with Filtering
{:.caption}
Expand Down Expand Up @@ -217,7 +217,7 @@ The sortBy property of ejQuery is used to sort the records based on the field an

When you run the sort query and bind the result to the table, the following table is displayed.

![](Getting-Started_images/Getting-Started_img3.png)
![data with sorting.](Getting-Started_images/Getting-Started_img3.png)

Data with Sorting
{:.caption}
Expand Down Expand Up @@ -265,7 +265,7 @@ The Page property of ejQuery is used to retrieve the records based on the given

{% endhighlight %}

![](Getting-Started_images/Getting-Started_img4.png)
![various queries in the datamanager.](Getting-Started_images/Getting-Started_img4.png)

In this section, you can learn how to enable basic properties available in the DataManager and the usage of the various queries in the DataManager.

20 changes: 10 additions & 10 deletions aspnetmvc/Gantt/Task-Relationship.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Task Dependency | Gantt | ASP.NET MVC | Syncfusion
description: Task Dependency
description: Check out and learn here all the task dependencies of Syncfusion Gantt ASP.NET MVC and much more details.
platform: ejmvc
control: Gantt
documentation: ug
Expand All @@ -19,25 +19,25 @@ Task relationships are categorized into four types based on the start and finish

You cannot start a task until the other task also starts.

![](Task-Relationship_images/Task-Relationship_img1.png)
![start to start.](Task-Relationship_images/Task-Relationship_img1.png)

### Start to Finish(SF)

You cannot finish a task until the other task is started.

![](Task-Relationship_images/Task-Relationship_img2.png)
![start to finish.](Task-Relationship_images/Task-Relationship_img2.png)

### Finish to Start(FS)

You cannot start a task until the other task is completed.

![](Task-Relationship_images/Task-Relationship_img3.png)
![finish to start.](Task-Relationship_images/Task-Relationship_img3.png)

### Finish to Finish(FF)

You cannot finish a task until the other task is completed.

![](Task-Relationship_images/Task-Relationship_img4.png)
![finish to finish.](Task-Relationship_images/Task-Relationship_img4.png)

## Define task relationship

Expand Down Expand Up @@ -109,7 +109,7 @@ Task relationships are defined in data source as string value and this values ar

The following screenshot displays the output of the above code.

![](Task-Relationship_images/Task-Relationship_img5.png)
![predecessor in the gantt control.](Task-Relationship_images/Task-Relationship_img5.png)

Task relationship
{:.caption}
Expand Down Expand Up @@ -188,7 +188,7 @@ We can define offset with various offset duration units for predecessors by usin

The following screen shot depicts the duration unit support in the predecessor offset.

![](Task-Relationship_images/Task-Relationship_img6.png)
![predecessor offset with duration units.](Task-Relationship_images/Task-Relationship_img6.png)

## Enable/disable predecessor validation

Expand All @@ -209,12 +209,12 @@ By default Gantt tasks date values are validated as per predecessor task and it'

The below screenshot shows the output of above code example.

![](Task-Relationship_images/Task-Relationship_img8.png)
![predecessor validation disabled mode.](Task-Relationship_images/Task-Relationship_img8.png)

Predecessor validation disabled mode
{:.caption}

![](Task-Relationship_images/Task-Relationship_img9.png)
![predecessor validation enabled mode.](Task-Relationship_images/Task-Relationship_img9.png)

Predecessor validation enabled mode
{:.caption}
Expand Down Expand Up @@ -319,4 +319,4 @@ The following code example explains this.

In this case, if the user dragging action violated the predecessor type then the following dialog will be rendered to perform operation.

![](Task-Relationship_images/Task-Relationship_img7.png)
![validation popup.](Task-Relationship_images/Task-Relationship_img7.png)
8 changes: 4 additions & 4 deletions aspnetmvc/RichTextEditor/How-To.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: RichTextEditor control for Syncfusion Essential ASP.NET MVC
description: RichTextEditor widget (toolbar, content area, and footer)
description: Check out and learn here all about the RichTextEditor widget (toolbar, content area, and footer) and much more.
platform: ejmvc
control: RTE
documentation: ug
Expand Down Expand Up @@ -231,13 +231,13 @@ public string xhtmlValidation(string value)

N> If you have selected the document in .pdf format, the text only extracted from the document and set as value to the RichTextEditor.

![](HowTo_images/Word1.png)
![upload the content to RichTextEditor.](HowTo_images/Word1.png)

In above screenshot, use Browse options to browse your files and upload the content to RichTextEditor.

Use DropDownList control in the toolbar to choose the any one type be it is PDF or word document and click Export button to export the content of the RichTextEditor to the selected type.

![](HowTo_images/Word2.png)
![export the content of the RichTextEditor to the selected type.](HowTo_images/Word2.png)

Upon clicking to the Export button, the post back action has been raised, in that content from the RichTextEditor retrieved and stored as the corresponding format.

Expand Down Expand Up @@ -308,7 +308,7 @@ public void CreateDocument(string rte2)

{% endhighlight %}

![](HowTo_images/Word3.png)
![the RichTextEditor retrieved and stored as the corresponding format.](HowTo_images/Word3.png)

## Enable the Browser Spell checker in RTE

Expand Down