diff --git a/js/Chart/Annotations.md b/js/Chart/Annotations.md index fd3b53d12..b85630b72 100644 --- a/js/Chart/Annotations.md +++ b/js/Chart/Annotations.md @@ -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. @@ -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 @@ -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 @@ -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) diff --git a/js/DataManager/Data-Binding.md b/js/DataManager/Data-Binding.md index a1874dffb..a3ee7342d 100644 --- a/js/DataManager/Data-Binding.md +++ b/js/DataManager/Data-Binding.md @@ -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 @@ -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 @@ -170,7 +170,7 @@ 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_ @@ -178,7 +178,7 @@ 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_ @@ -229,7 +229,7 @@ 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_ @@ -237,7 +237,7 @@ 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_ @@ -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. @@ -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) diff --git a/js/DataManager/corsdatafetching.md b/js/DataManager/corsdatafetching.md index d16d48f16..268dc327c 100644 --- a/js/DataManager/corsdatafetching.md +++ b/js/DataManager/corsdatafetching.md @@ -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 diff --git a/js/Gantt/Duration-units.md b/js/Gantt/Duration-units.md index 50a9b113f..c2195c995 100644 --- a/js/Gantt/Duration-units.md +++ b/js/Gantt/Duration-units.md @@ -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. diff --git a/js/Gantt/Exporting.md b/js/Gantt/Exporting.md index b608c83b3..4e961ebf6 100644 --- a/js/Gantt/Exporting.md +++ b/js/Gantt/Exporting.md @@ -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. diff --git a/js/Grid/Stackedheader.md b/js/Grid/Stackedheader.md index 21a9e9f2d..246b77210 100644 --- a/js/Grid/Stackedheader.md +++ b/js/Grid/Stackedheader.md @@ -50,4 +50,4 @@ $("#Grid").ejGrid({ {% endhighlight %} -![](Stackedheader_images/Stackedheader_img1.png) +![adding stacked header columns in Javasript Grid.](Stackedheader_images/Stackedheader_img1.png) diff --git a/js/Spreadsheet/Rows-and-Columns.md b/js/Spreadsheet/Rows-and-Columns.md index f2601d3f8..b46540584 100644 --- a/js/Spreadsheet/Rows-and-Columns.md +++ b/js/Spreadsheet/Rows-and-Columns.md @@ -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 @@ -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 @@ -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 @@ -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) \ No newline at end of file +![resizing in Javascript Spreadsheet.](Rows-and-Columns_images/Rows-and-Columns_img4.png) \ No newline at end of file