Skip to content

SEO-206704-Image-Alt-Missing-Javascript-Hotfix #543

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 1 commit into
base: hotfix/hotfix-v30.2.4
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
8 changes: 4 additions & 4 deletions js/Chart/Annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The visibility of the annotation is controlled by using the [`visible`](../api/e
{% endhighlight %}


![](/js/Chart/Annotations_images/Annotations_img1.png)
![annotations in Javascript Chart.](/js/Chart/Annotations_images/Annotations_img1.png)


[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartcustomization/annotations) here to view the Annotations online demo sample.
Expand Down Expand Up @@ -70,7 +70,7 @@ To rotate the annotation template, you can use the [`angle`](../api/ejchart#memb
{% endhighlight %}


![](/js/Chart/Annotations_images/Annotations_img2.png)
![rotate the annotation template Javascript Chart.](/js/Chart/Annotations_images/Annotations_img2.png)

## Positioning Annotation

Expand Down Expand Up @@ -106,7 +106,7 @@ N> By using the [`region`](../api/ejchart#members:annotations-region) option, yo
{% endhighlight %}


![](/js/Chart/Annotations_images/Annotations_img3.png)
![positioning annotation Javascript Chart.](/js/Chart/Annotations_images/Annotations_img3.png)


## Annotation alignments
Expand Down Expand Up @@ -139,4 +139,4 @@ The margin property of the annotation can further be customized in [`right`](..
{% endhighlight %}


![](/js/Chart/Annotations_images/Annotations_img4.png)
![annotation alignments](/js/Chart/Annotations_images/Annotations_img4.png)
16 changes: 8 additions & 8 deletions js/DataManager/Data-Binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The result of the above code example is illustrated as follows.



![](/js/DataManager/Data-Binding_images/Data-Binding_img1.png)
![json in data binding](/js/DataManager/Data-Binding_images/Data-Binding_img1.png)

## REST Services

Expand Down Expand Up @@ -120,7 +120,7 @@ The result of the above code example is illustrated as follows.

The result of the above code example is illustrated as follows.

![](/js/DataManager/Data-Binding_images/Data-Binding_img2.png)
![rest services in data binding.](/js/DataManager/Data-Binding_images/Data-Binding_img2.png)

## OData V4

Expand Down Expand Up @@ -170,15 +170,15 @@ The request and response to the service from the **DataManager** is illustrated



![](/js/DataManager/Data-Binding_images/Data-Binding_img3.png)
![odata v4 in data binding.](/js/DataManager/Data-Binding_images/Data-Binding_img3.png)

_OData v4 request and response_

The result of the above code example is illustrated as follows.



![](/js/DataManager/Data-Binding_images/Data-Binding_img4.png)
![odata v4 binding in Data Manager.](/js/DataManager/Data-Binding_images/Data-Binding_img4.png)

_OData v4 binding_

Expand Down Expand Up @@ -229,15 +229,15 @@ Refer to the following code example for consuming Web API data using ej.DataMana

The request to the Web API and response is illustrated as follows.

![](/js/DataManager/Data-Binding_images/Data-Binding_img5.png)
![web api adaptor request and response in data binding.](/js/DataManager/Data-Binding_images/Data-Binding_img5.png)

_Web API adaptor request and response_

The result for the above code example is illustrated as follows.



![](/js/DataManager/Data-Binding_images/Data-Binding_img6.png)
![web api data binding in data binding.](/js/DataManager/Data-Binding_images/Data-Binding_img6.png)

_Web API data binding_

Expand Down Expand Up @@ -288,7 +288,7 @@ Refer to the following code example to know how the **DataManager** can be used
{% endhighlight %}


![](/js/DataManager/Data-Binding_images/Data-Binding_img7.png)
![other web services binding in data binding](/js/DataManager/Data-Binding_images/Data-Binding_img7.png)

Consuming data from the MVC controller`s action is as follows. Now the data from the action is handled by the UrlAdaptor.

Expand Down Expand Up @@ -354,4 +354,4 @@ Consuming data from the MVC controller`s action is as follows. Now the data from

The result and the request-response to the controller is illustrated as follows.

![](/js/DataManager/Data-Binding_images/Data-Binding_img8.png)
![consuming data from the mvc controller`s action in data binding.](/js/DataManager/Data-Binding_images/Data-Binding_img8.png)
2 changes: 1 addition & 1 deletion js/DataManager/corsdatafetching.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Cross-Origin Resource Sharing (CORS) mechanism enable secure cross-domain da

This policy defined the rule for, “how a web page can be accessed by an external resource”. Browsers wont permits a request to access the resources who origin is differ than the current page. To overcome the restriction of same-origin policy, we can use a technique called Cross-origin resource sharing.

![](CORS_images/SAME-ORIGIN1.png)
![same-origin policy in DataManager.](CORS_images/SAME-ORIGIN1.png)

## Access-Control-Allow-Origin

Expand Down
2 changes: 1 addition & 1 deletion js/Gantt/Duration-units.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The below sample explains the tasks’ duration unit in Gantt.

The below screen shot shows different duration unit support in Gantt control.

![](/js/Gantt/Duration-units_images/Duration-units_img1.png)
![mapping the duration unit field in Javascript Gantt.](/js/Gantt/Duration-units_images/Duration-units_img1.png)

N> 1. The edit type of the duration column in Gantt is string, to support editing the duration field along with duration units.

Expand Down
2 changes: 1 addition & 1 deletion js/Gantt/Exporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function toolbarClick(args) {
The PDF and Excel exporting services for Gantt are explained in detail [here](https://help.syncfusion.com/js/gantt/services-reference).

The below screen shot shows Gantt with excel and PDF exporting enabled.
![](/js/Gantt/Export_images/Export_img1.png)
![export in Javascript Gantt.](/js/Gantt/Export_images/Export_img1.png)

## Server Configuration
Gantt data can be converted to PDF and excel file formats in server-side only, through EJ’s helper functions in .NET.
Expand Down
2 changes: 1 addition & 1 deletion js/Grid/Stackedheader.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ $("#Grid").ejGrid({

{% endhighlight %}

![](Stackedheader_images/Stackedheader_img1.png)
![adding stacked header columns in Javasript Grid.](Stackedheader_images/Stackedheader_img1.png)
8 changes: 4 additions & 4 deletions js/Spreadsheet/Rows-and-Columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function loadComplete() {

The following output is displayed as a result of the above code example.

![](Rows-and-Columns_images/Rows-and-Columns_img1.png)
![delete entire column in Javasript Spreadsheet.](Rows-and-Columns_images/Rows-and-Columns_img1.png)

## Show and Hide

Expand Down Expand Up @@ -233,7 +233,7 @@ function loadComplete(args) {

The following output is displayed as a result of the above code example.

![](Rows-and-Columns_images/Rows-and-Columns_img2.png)
![hide column in Javascript spreadsheet.](Rows-and-Columns_images/Rows-and-Columns_img2.png)

#### Show Row

Expand Down Expand Up @@ -276,7 +276,7 @@ function loadComplete(args) {

The following output is displayed as a result of the above code example.

![](Rows-and-Columns_images/Rows-and-Columns_img3.png)
![show column in Javascript spreadsheet.](Rows-and-Columns_images/Rows-and-Columns_img3.png)

## Resizing

Expand Down Expand Up @@ -319,4 +319,4 @@ function loadComplete(args) {

The following output is displayed as a result of the above code example.

![](Rows-and-Columns_images/Rows-and-Columns_img4.png)
![resizing in Javascript Spreadsheet.](Rows-and-Columns_images/Rows-and-Columns_img4.png)