Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository has been archived by the owner. It is now read-only.

Commit d96f7fa

Browse files
author
pipeline
committed
Latest source merged from Syncfusion
1 parent afb4967 commit d96f7fa

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

‎js/Autocomplete/Validation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Validation in AutoComplete widget for Essential JS
4-
description: How to use jQuery validation for the AutoComplete.
3+
title: Validation in JS AutoComplete widget | Syncfusion
4+
description: Learn here about How to use jQuery validation for the Syncfusion Essential JS AutoComplete control and more.
55
platform: js
66
control: AutoComplete
77
documentation: ug
88
keywords: ejautocomplete, autocomplete widget, autocomplete ui, js autocomplete, jQuery autocomplete, web autocomplete, ej autocomplete, essential javascript autocomplete,
99
api: /api/js/ejautocomplete
1010
---
1111

12-
## Validation
12+
# Validation in JS AutoComplete
1313

1414
You can validate the Autocomplete [value](https://help.syncfusion.com/api/js/ejautocomplete#members:value) on form submission by applying [validationRules](https://help.syncfusion.com/api/js/ejautocomplete#members:validationrules) and [validationMessage](https://help.syncfusion.com/api/js/ejautocomplete#members:validationmessage) to the Autocomplete.
1515

@@ -91,5 +91,5 @@ Required field and min value validation is demonstrated in the below given examp
9191

9292
{% endhighlight %}
9393

94-
![](Validation_images\validation_img1.png)
94+
![Validation_images1](Validation_images\validation_img1.png)
9595

‎js/Getting-Started-on-Linux.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Getting Started on Linux
4-
description: How to develop the essential studio javascript application on Linux.
3+
title: Getting Started on Linux in JS | Syncfusion
4+
description: Learn here about How to develop the essential studio javascript application on Linux, its features and more.
55
platform: js
66
control: Introduction
77
documentation: ug
@@ -27,7 +27,7 @@ cat > sample.html
2727

2828
{% endhighlight %}
2929

30-
# Edit the sample
30+
## Edit the sample
3131

3232
The sample can be edited by using one of the following ways,
3333

@@ -93,7 +93,7 @@ Add the `<input>` element within the `<body>` section, which acts as a container
9393
Create a sample using the command `cat > sample.html` and edit the sample in the terminal window itself by pressing `enter`key. To Add the Syncfusion widget into your HTML page, refer the [`link`](https://help.syncfusion.com/js/control-initialization)
9494
and press `ctrl + D` to save and exit.
9595

96-
![](/js/Getting-Started on Linux_images/terminal.png)
96+
![Getting-Started-on-Linux_images](Getting-Started on Linux_images/terminal.png)
9797

9898
To run the sample, execute the below command.
9999

@@ -104,6 +104,6 @@ firefox sample.html
104104
{% endhighlight %}
105105

106106
The web browser and the screen will display the DatePicker widget as shown below,
107-
![](/js/Control-Initialization_images/Control-Initialization_img9.png)
107+
![Control-Initialization_images9](Control-Initialization_images/Control-Initialization_img9.png)
108108

109109
The DatePicker control is rendered with its default appearance now. You can then use its various available properties to set its value and also make use of its available events to trigger when necessary.

‎js/PdfViewer/Text-Markup-Annotation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Text markup annotation of Syncfusion Essential JS PDF viewer.
4-
description: Text markup annotation of Syncfusion Essential JS PDF viewer.
3+
title: Text markup annotation in JS PDF viewer | Syncfusion
4+
description: Learn here about Text markup annotation of Syncfusion Essential Studio JS PDF viewer control and more.
55
platform: js
66
control: PDF viewer
77
documentation: ug
88
keywords: ejPdfViewer
99
api: /api/js/ejpdfviewer
1010
---
1111

12-
## Text Markup Annotation
12+
# Text Markup Annotation in JS PDF viewer
1313

1414
The ejPdfViewer control supports adding text markup annotations in the PDF documents. The control also renders the existing text markup annotations from the PDF document when the document is loaded in it.
1515

‎js/Signature/How-To.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
layout: post
33
title: how to | Signature | Syncfusion
4-
description: how to
4+
description: This section provides details about all events and their arguments in Syncfusion JavaScript Signature control.
55
platform: js
66
control: Signature
77
documentation: ug
88
api: /api/js/ejsignature
99
---
1010

11-
## How To
11+
#Events in JavaScript Signature
1212

13-
### Save signature image with user defined format
13+
## Save signature image with user defined format
1414

1515
By default, the downloaded image from the signature canvas will be in **png** format. We can define our own format to download the image with [saveImageFormat](https://help.syncfusion.com/api/js/ejsignature#members:saveimageformat) property. And we can also save the image along with the background by using the [saveWithBackground](https://help.syncfusion.com/api/js/ejsignature#members:savewithbackground) property.
1616

@@ -58,7 +58,7 @@ The following screenshot illustrates the Signature with saving (downloading) the
5858

5959
![save](How_To_images\savesignatureimagewithuserdefinedformat_img1.png)
6060

61-
### To clear the Signature
61+
## To clear the Signature
6262

6363
To clear the signature, you can simply use the [clear()](https://help.syncfusion.com/api/js/ejsignature#methods:clear) method. This method will clear all the drawn strokes in the signature canvas and leaves it empty.
6464

@@ -87,7 +87,7 @@ To clear the signature, you can simply use the [clear()](https://help.syncfusion
8787

8888
{% endhighlight %}
8989

90-
### Make signature as responsive
90+
## Make signature as responsive
9191

9292
When the signature control is resized or even the window is resized the strokes drawn in the signature will be disappeared. To make the strokes visible even after resizing the window, we must set the [isResponsive](https://help.syncfusion.com/api/js/ejsignature#members:isresponsive) property as true.
9393

@@ -115,7 +115,7 @@ After giving the Responsiveness:
115115
![responsive](How_To_images\makesignatureasresponsive_img2.png)
116116

117117

118-
### To check whether any input to the signature control since render
118+
## To check whether any input to the signature control since render
119119

120120
We can detect whether not there has been any input to the signature control since render. To detect we can use the storeSnap public variable, which is an array that stores all the canvas inputs. At initial rendering this array is empty and we can use this variable to check for the drawn strokes.
121121

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /