Skip to content

Commit 984f157

Browse files
Merge pull request #204 from Syncfusion-Content/hotfix/hotfix-v20.4.0.38
DOCINFRA-2341_merged_using_automation
2 parents 709c541 + 1ac3b9d commit 984f157

File tree

5 files changed

+42
-40
lines changed

5 files changed

+42
-40
lines changed

angularjs/Autocomplete/Getting-Started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Getting-Started
4-
description: getting started
3+
title: Getting-Started with AngularJS Autocomplete Control | Syncfusion
4+
description: Learn here about Getting Started with Syncfusion Essential AngularJS Autocomplete control, its elements, and more.
55
platform: AngularJS
66
control: Autocomplete
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with AngularJS Autocomplete
1111

1212
The AutoComplete control is a textbox control that provides a list of suggestions based on your query. When you enter text into the text box, the control performs a search operation and provides a list of results. There are several filter types available to perform the search.
1313

@@ -94,7 +94,7 @@ To render the ejAutocomplete using angular directive, we need to inject the ejan
9494
{% endhighlight %}
9595

9696

97-
![](Getting_Started_Images/autocomplete.png)
97+
![Create HTML File in AngularJS Autocomplete](Getting_Started_Images/autocomplete.png)
9898

9999
## Model binding
100100

@@ -142,7 +142,7 @@ Add in the $scope value as below.
142142

143143
{% endhighlight %}
144144

145-
![](Getting_Started_Images/modelbinding.png)
145+
![Model Binding in AngularJS Autocomplete](Getting_Started_Images/modelbinding.png)
146146

147147

148148
## Data binding
@@ -203,7 +203,7 @@ The data for the suggestion list can be populated using the dataSource property.
203203
{% endhighlight %}
204204
{% endtabs %}
205205

206-
![](Getting_Started_Images/databinding.png)
206+
![Data Binding in AngularJS Autocomplete](Getting_Started_Images/databinding.png)
207207

208208
## Enable Popup Button
209209

@@ -261,7 +261,7 @@ This button helps you to show all the available suggestions on clicking it.
261261
{% endhighlight %}
262262
{% endtabs %}
263263

264-
![](Getting_Started_Images/showpopup.png)
264+
![Show PopUp in AngularJS Autocomplete](Getting_Started_Images/showpopup.png)
265265

266266
## Two Way Binding
267267

@@ -326,4 +326,4 @@ We have a two way data binding when a model variable is bound to an element that
326326

327327
{% endtabs %}
328328

329-
![](Getting_Started_Images/twowaybinding.png)
329+
![Two Way Binding in AngularJS Autocomplete](Getting_Started_Images/twowaybinding.png)

angularjs/Grid/Filter.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: Filtering with Grid widget for Syncfusion Essential AngularJS
4-
description: How to enable filtering and its functionalities
3+
title: Filtering in AngularJS Grid Control | Syncfusion
4+
description: Learn here about Filter Support in Syncfusion Essential Studio AngularJS Grid control, its elements, and more.
55
platform: AngularJS
66
control: Grid
77
documentation: ug
88
---
9-
# Filtering
9+
# Filtering in Essential AngularJS Grid
1010

1111
Filtering helps to view particular or related records from dataSource that meets a given filtering criteria. To enable filter, set the `e-allowfiltering` to `true`.
1212

@@ -55,7 +55,7 @@ The following code example describes the previous behavior.
5555

5656
The following output is displayed as a result of previous code example:
5757

58-
![](filtering_images/filtering_img1.png)
58+
![Filtering in AngularJS Grid](filtering_images/filtering_img1.png)
5959

6060

6161
## Menu filter
@@ -97,19 +97,19 @@ The following code example describes the previous behavior.
9797

9898
The following output is displayed as a result of previous code example:
9999

100-
![](filtering_images/filtering_img2.png)
100+
![Numeric Filter in AngularJS Grid](filtering_images/filtering_img2.png)
101101
{:caption}
102102
Numeric Filter
103103

104-
![](filtering_images/filtering_img3.png)
104+
![String Filter in AngularJS Grid](filtering_images/filtering_img3.png)
105105
{:caption}
106106
String Filter
107107

108-
![](filtering_images/filtering_img4.png)
108+
![Date Filter in AngularJS Grid](filtering_images/filtering_img4.png)
109109
{:caption}
110110
Date Filter
111111

112-
![](filtering_images/filtering_img5.png)
112+
![Boolean Filter in AngularJS Grid](filtering_images/filtering_img5.png)
113113

114114
Boolean Filter
115115

@@ -143,7 +143,7 @@ The following code example describes the previous behavior.
143143

144144
The following output is displayed as a result of previous code example:
145145

146-
![](filtering_images/filtering_img6.png)
146+
![Excel Filter in AngularJS Grid](filtering_images/filtering_img6.png)
147147

148148

149149
### Checkbox list generation:
@@ -181,7 +181,7 @@ The following code example describes the previous behavior.
181181

182182
The following output is displayed as a result of previous code example:
183183

184-
![](filtering_images/filtering_img7.png)
184+
![Checkbox List Generation in AngularJS Grid](filtering_images/filtering_img7.png)
185185

186186

187187
### Add current selection to filter checkbox
@@ -190,7 +190,7 @@ When you filter the values multiple times on same column, then the previously fi
190190

191191
The following image describes the previous behavior:
192192

193-
![](filtering_images/filtering_img12.png)
193+
![Add Current Selection in AngularJS Grid](filtering_images/filtering_img12.png)
194194

195195

196196
### Case Sensitivity
@@ -223,7 +223,7 @@ The following code example describes the previous behavior.
223223

224224
The following output is displayed as a result of previous code example:
225225

226-
![](filtering_images/filtering_img8.png)
226+
![Case Sensitivity in AngularJS Grid](filtering_images/filtering_img8.png)
227227

228228

229229
## Filter bar
@@ -396,7 +396,7 @@ The following code example describes the previous behavior.
396396

397397
The following output is displayed as a result of previous code example:
398398

399-
![](filtering_images/filtering_img9.png)
399+
![Filter Bar in AngularJS Grid](filtering_images/filtering_img9.png)
400400

401401

402402
Filter bar modes:
@@ -439,7 +439,7 @@ The following code example describes the previous behavior.
439439

440440
The following output is displayed as a result of previous code example:
441441

442-
![](filtering_images/filtering_img10.png)
442+
![Filter Bar Message in AngularJS Grid](filtering_images/filtering_img10.png)
443443

444444

445445
## Filter Operators
@@ -652,7 +652,7 @@ The following code example describes the previous behavior.
652652

653653
The following output is displayed as a result of previous code example:
654654

655-
![](filtering_images/filtering_img11.png)
655+
![Filter Bar Template in AngularJS Grid](filtering_images/filtering_img11.png)
656656
{:caption}
657657
After Filtering
658658

angularjs/RichTextEditor/Getting-Started.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
layout: post
3-
title: Getting-Started | RichTextEditor | JavaScript | Syncfusion
4-
description: getting started
3+
title: Getting-Started | RichTextEditor | Angular | Syncfusion
4+
description: Learn here all more about getting started legend support in Syncfusion AngularJS RichTextEditor control, its elements, and more.
5+
platform: Angular
6+
control: Chart
57
platform: AngularJS
68
control: RichTextEditor Control
79
documentation: ug
810
keywords: ejrte, rte, js rte
911
---
1012

11-
# Getting Started
13+
# Getting Started with AngularJS RichTextEditor
1214

1315
This section helps to understand the getting started of RTE control with the step-by-step instruction.
1416

@@ -72,7 +74,7 @@ To render the ejRTE using angular directive, we need to inject the ej angular di
7274

7375
The following screenshot displays a RTE widget.
7476

75-
![](/js/RichTextEditor/Getting-Started_images/Getting-Started_img1.png)
77+
![AngularJS RichTextEditor create RTE control](Getting-Started_images/Getting-Started_img1.png)
7678

7779
## Toolbar–Configuration
7880

@@ -98,7 +100,7 @@ You can configure a toolbar with the tools as your application requires.
98100

99101
The following screenshot displays a RTE widget.
100102

101-
![](/js/RichTextEditor/Getting-Started_images/Getting-Started_img2.png)
103+
![AngularJS RichTextEditor toolbar configuration](Getting-Started_images/Getting-Started_img2.png)
102104

103105
## Setting and Getting Content
104106

@@ -123,4 +125,4 @@ You can set the content of the editor as follows.
123125

124126
The following screenshot displays a RTE widget.
125127

126-
![](/js/RichTextEditor/Getting-Started_images/Getting-Started_img3.png)
128+
![AngularJS RichTextEditor setting and getting content](Getting-Started_images/Getting-Started_img3.png)

angularjs/RichTextEditor/ImportAndExport.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Import and Export in RichTextEditor widget
4-
description: Import content from word document into the RichTextEditor and Export the RichTextEditor content into word or PDF document.
3+
title: Import and Export in AngularJS RichTextEditor Control | Syncfusion
4+
description: Learn here all about Import and Export support in Syncfusion Essential AngularJS RichTextEditor control, its elements, and more.
55
platform: AngularJS
66
control: RichTextEditor
77
documentation: ug
88
keywords: RichTextEditor, server side XHTML Validation, RTE import, RTE export, export to PDF, export to Word
99
---
10-
# Import
10+
# Import in AngularJS RichTextEditor
1111

1212
Import feature provides support to import a word document into the editor `textarea`. To enable import option in the RTE tool bar, `import` toolbar items needs to be added in RTE toolbar toolsList using `importExport` which adds the tool in the toolbar. In `importSettings` url option, the server page for import is needed to be mapped. When you click the toolbar import icon, it opens a dialog to browse the select a word file. The selected word file will be imported into the editor `textarea`.
1313

@@ -116,9 +116,9 @@ Full list of assemblies needed for RTE Import are as follows
116116
4. Syncfusion.Compression.Base
117117
5. Syncfusion.DocIO.Base
118118

119-
![](ImportAndExport_images/import_images.png)
119+
![Server dependencies in AngularJS RichTextEditor](ImportAndExport_images/import_images.png)
120120

121-
# Export
121+
## Export
122122

123123
Export feature provides support to export editor `textarea` content into word and PDF files. To enable Export option in the RTE tool bar, `wordExport` , `pdfExport` toolbar items needs to be added in RTE toolbar toolsList using `importExport` which adds the tool in the toolbar. `exportToWordSettings` consists of url and fileName sub properties. In url property, the server page for export to word is needed to be mapped and In fileName property, the name for the exported word file is given. `exportToPdfSettings` consists of url and fileName sub properties. In url property, the server page for export to PDF is needed to be mapped and In fileName property, the name for the exported PDF file is given. When you click the toolbar pdfExport or wordExport icon, the contents of RTE are sent to the server. It performs XHTML Validation on the editor `textarea` content on the server. Once the XHTML validation and formatting is successful, it exports the content into a Word or PDF File.
124124

@@ -217,7 +217,7 @@ Export Helper functions are available in the Assembly `Syncfusion.EJ.Export`, wh
217217
6. Syncfusion.PDF.Base
218218

219219
### Word Export
220-
![](ImportAndExport_images/export_word_images.png)
220+
![Word export in AngularJS RichTextEditor](ImportAndExport_images/export_word_images.png)
221221

222222
### PDF Export
223-
![](ImportAndExport_images/export_pdf_images.png)
223+
![PDF export in AngularJS RichTextEditor](ImportAndExport_images/export_pdf_images.png)

angularjs/TreeView/Tree-Node.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
layout: post
3-
title: Tree-Node
4-
description: tree node
3+
title: Tree Node in AngularJS TreeView Control | Syncfusion
4+
description: Learn here all about Tree Node support in Syncfusion Essential AngularJS TreeView control, its elements, and more.
55
platform: AngularJS
66
control: TreeView
77
documentation: ug
88
---
99

1010

11-
# Tree Node
11+
# Tree Node in AngularJS TreeView
1212

1313
TreeView node is structured with expand/collapse arrow, checkbox, image and text as shown in below.
1414

15-
![](Tree-Node_images/Tree-Node_img1.png)
15+
![Tree Node in AngularJS TreeView](Tree-Node_images/Tree-Node_img1.png)
1616

1717

1818
Also TreeView node object holds the following properties.

0 commit comments

Comments
 (0)