diff --git a/aspnetmvc/Accordion/Getting-Started.md b/aspnetmvc/Accordion/Getting-Started.md index 1d003578..37a6f6ab 100644 --- a/aspnetmvc/Accordion/Getting-Started.md +++ b/aspnetmvc/Accordion/Getting-Started.md @@ -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 @@ -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) @@ -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. @@ -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. @@ -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) @@ -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 @@ -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) diff --git a/aspnetmvc/Button/Easy-Customization.md b/aspnetmvc/Button/Easy-Customization.md index e843bf85..22b9acd7 100644 --- a/aspnetmvc/Button/Easy-Customization.md +++ b/aspnetmvc/Button/Easy-Customization.md @@ -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} @@ -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} @@ -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} @@ -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} diff --git a/aspnetmvc/Button/Getting-Started.md b/aspnetmvc/Button/Getting-Started.md index 9f792667..401267a7 100644 --- a/aspnetmvc/Button/Getting-Started.md +++ b/aspnetmvc/Button/Getting-Started.md @@ -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} @@ -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} diff --git a/aspnetmvc/DataManager/Getting-Started.md b/aspnetmvc/DataManager/Getting-Started.md index 11cfa2c0..4837c195 100644 --- a/aspnetmvc/DataManager/Getting-Started.md +++ b/aspnetmvc/DataManager/Getting-Started.md @@ -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 @@ -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} @@ -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} @@ -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} @@ -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. diff --git a/aspnetmvc/Gantt/Task-Relationship.md b/aspnetmvc/Gantt/Task-Relationship.md index 82f28578..4ccd3a55 100644 --- a/aspnetmvc/Gantt/Task-Relationship.md +++ b/aspnetmvc/Gantt/Task-Relationship.md @@ -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 @@ -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 @@ -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} @@ -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 @@ -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} @@ -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) \ No newline at end of file +![validation popup.](Task-Relationship_images/Task-Relationship_img7.png) \ No newline at end of file diff --git a/aspnetmvc/RichTextEditor/How-To.md b/aspnetmvc/RichTextEditor/How-To.md index 5741bbf7..bc794527 100644 --- a/aspnetmvc/RichTextEditor/How-To.md +++ b/aspnetmvc/RichTextEditor/How-To.md @@ -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 @@ -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. @@ -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