@@ -35,10 +35,10 @@ The [formFieldAdd](https://ej2.syncfusion.com/javascript/documentation/api/pdfvi
3535
3636{% tabs %}
3737{% highlight js tabtitle="index.js" %}
38- {% include code-snippet/pdfviewer/javascript/formfieldaddevent-cs2/index.js %}
38+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldaddevent-cs2/index.js %}
3939{% endhighlight %}
4040{% highlight html tabtitle="index.html" %}
41- {% include code-snippet/pdfviewer/javascript/formfieldaddevent-cs2/js /index.html %}
41+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldaddevent-cs2/index.html %}
4242{% endhighlight %}
4343{% endtabs %}
4444
@@ -48,10 +48,10 @@ The [formFieldClick](https://ej2.syncfusion.com/javascript/documentation/api/pdf
4848
4949{% tabs %}
5050{% highlight js tabtitle="index.js" %}
51- {% include code-snippet/pdfviewer/javascript/formfieldclickevent-cs2/index.js %}
51+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldclickevent-cs2/index.js %}
5252{% endhighlight %}
5353{% highlight html tabtitle="index.html" %}
54- {% include code-snippet/pdfviewer/javascript/formfieldclickevent-cs2/js /index.html %}
54+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldclickevent-cs2/index.html %}
5555{% endhighlight %}
5656{% endtabs %}
5757
@@ -61,10 +61,10 @@ The [formFieldDoubleClick](https://ej2.syncfusion.com/javascript/documentation/a
6161
6262{% tabs %}
6363{% highlight js tabtitle="index.js" %}
64- {% include code-snippet/pdfviewer/javascript/formfielddoubleclickevent-cs2/index.js %}
64+ {% include code-snippet/pdfviewer/javascript-es5 /formfielddoubleclickevent-cs2/index.js %}
6565{% endhighlight %}
6666{% highlight html tabtitle="index.html" %}
67- {% include code-snippet/pdfviewer/javascript/formfielddoubleclickevent-cs2/js /index.html %}
67+ {% include code-snippet/pdfviewer/javascript-es5 /formfielddoubleclickevent-cs2/index.html %}
6868{% endhighlight %}
6969{% endtabs %}
7070
@@ -74,10 +74,10 @@ The [formFieldFocusOut](https://ej2.syncfusion.com/javascript/documentation/api/
7474
7575{% tabs %}
7676{% highlight js tabtitle="index.js" %}
77- {% include code-snippet/pdfviewer/javascript/formfieldfocusoutevent-cs2/index.js %}
77+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldfocusoutevent-cs2/index.js %}
7878{% endhighlight %}
7979{% highlight html tabtitle="index.html" %}
80- {% include code-snippet/pdfviewer/javascript/formfieldfocusoutevent-cs2/js /index.html %}
80+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldfocusoutevent-cs2/index.html %}
8181{% endhighlight %}
8282{% endtabs %}
8383
@@ -87,10 +87,10 @@ The [formFieldMouseLeave](https://ej2.syncfusion.com/javascript/documentation/ap
8787
8888{% tabs %}
8989{% highlight js tabtitle="index.js" %}
90- {% include code-snippet/pdfviewer/javascript/formfieldmouseleaveevent-cs2/index.js %}
90+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldmouseleaveevent-cs2/index.js %}
9191{% endhighlight %}
9292{% highlight html tabtitle="index.html" %}
93- {% include code-snippet/pdfviewer/javascript/formfieldmouseleaveevent-cs2/js /index.html %}
93+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldmouseleaveevent-cs2/index.html %}
9494{% endhighlight %}
9595{% endtabs %}
9696
@@ -100,10 +100,10 @@ The [formFieldMouseOver](https://ej2.syncfusion.com/javascript/documentation/api
100100
101101{% tabs %}
102102{% highlight js tabtitle="index.js" %}
103- {% include code-snippet/pdfviewer/javascript/formfieldmouseoverevent-cs2/index.js %}
103+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldmouseoverevent-cs2/index.js %}
104104{% endhighlight %}
105105{% highlight html tabtitle="index.html" %}
106- {% include code-snippet/pdfviewer/javascript/formfieldmouseoverevent-cs2/js /index.html %}
106+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldmouseoverevent-cs2/index.html %}
107107{% endhighlight %}
108108{% endtabs %}
109109
@@ -113,10 +113,10 @@ The [formFieldMove](https://ej2.syncfusion.com/javascript/documentation/api/pdfv
113113
114114{% tabs %}
115115{% highlight js tabtitle="index.js" %}
116- {% include code-snippet/pdfviewer/javascript/formfieldmoveevent-cs2/index.js %}
116+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldmoveevent-cs2/index.js %}
117117{% endhighlight %}
118118{% highlight html tabtitle="index.html" %}
119- {% include code-snippet/pdfviewer/javascript/formfieldmoveevent-cs2/js /index.html %}
119+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldmoveevent-cs2/index.html %}
120120{% endhighlight %}
121121{% endtabs %}
122122
@@ -126,10 +126,10 @@ The [formFieldPropertiesChange](https://ej2.syncfusion.com/javascript/documentat
126126
127127{% tabs %}
128128{% highlight js tabtitle="index.js" %}
129- {% include code-snippet/pdfviewer/javascript/formfieldpropertieschangeevent-cs2/index.js %}
129+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldpropertieschangeevent-cs2/index.js %}
130130{% endhighlight %}
131131{% highlight html tabtitle="index.html" %}
132- {% include code-snippet/pdfviewer/javascript/formfieldpropertieschangeevent-cs2/js /index.html %}
132+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldpropertieschangeevent-cs2/index.html %}
133133{% endhighlight %}
134134{% endtabs %}
135135
@@ -139,10 +139,10 @@ The [formFieldRemove](https://ej2.syncfusion.com/javascript/documentation/api/pd
139139
140140{% tabs %}
141141{% highlight js tabtitle="index.js" %}
142- {% include code-snippet/pdfviewer/javascript/formfieldremoveevent-cs2/index.js %}
142+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldremoveevent-cs2/index.js %}
143143{% endhighlight %}
144144{% highlight html tabtitle="index.html" %}
145- {% include code-snippet/pdfviewer/javascript/formfieldremoveevent-cs2/js /index.html %}
145+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldremoveevent-cs2/index.html %}
146146{% endhighlight %}
147147{% endtabs %}
148148
@@ -152,10 +152,10 @@ The [formFieldResize](https://ej2.syncfusion.com/javascript/documentation/api/pd
152152
153153{% tabs %}
154154{% highlight js tabtitle="index.js" %}
155- {% include code-snippet/pdfviewer/javascript/formfieldresizeevent-cs2/index.js %}
155+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldresizeevent-cs2/index.js %}
156156{% endhighlight %}
157157{% highlight html tabtitle="index.html" %}
158- {% include code-snippet/pdfviewer/javascript/formfieldresizeevent-cs2/js /index.html %}
158+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldresizeevent-cs2/index.html %}
159159{% endhighlight %}
160160{% endtabs %}
161161
@@ -165,10 +165,10 @@ The [formFieldSelect](https://ej2.syncfusion.com/javascript/documentation/api/pd
165165
166166{% tabs %}
167167{% highlight js tabtitle="index.js" %}
168- {% include code-snippet/pdfviewer/javascript/formfieldselectevent-cs2/index.js %}
168+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldselectevent-cs2/index.js %}
169169{% endhighlight %}
170170{% highlight html tabtitle="index.html" %}
171- {% include code-snippet/pdfviewer/javascript/formfieldselectevent-cs2/js /index.html %}
171+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldselectevent-cs2/index.html %}
172172{% endhighlight %}
173173{% endtabs %}
174174
@@ -178,10 +178,10 @@ The [formFieldUnselect](https://ej2.syncfusion.com/javascript/documentation/api/
178178
179179{% tabs %}
180180{% highlight js tabtitle="index.js" %}
181- {% include code-snippet/pdfviewer/javascript/formfieldunselectevent-cs2/index.js %}
181+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldunselectevent-cs2/index.js %}
182182{% endhighlight %}
183183{% highlight html tabtitle="index.html" %}
184- {% include code-snippet/pdfviewer/javascript/formfieldunselectevent-cs2/js /index.html %}
184+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldunselectevent-cs2/index.html %}
185185{% endhighlight %}
186186{% endtabs %}
187187
@@ -191,9 +191,9 @@ The [validateFormFields](https://ej2.syncfusion.com/javascript/documentation/api
191191
192192{% tabs %}
193193{% highlight js tabtitle="index.js" %}
194- {% include code-snippet/pdfviewer/javascript/formfieldvalidationevent-cs2/index.js %}
194+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldvalidationevent-cs2/index.js %}
195195{% endhighlight %}
196196{% highlight html tabtitle="index.html" %}
197- {% include code-snippet/pdfviewer/javascript/formfieldvalidationevent-cs2/js /index.html %}
197+ {% include code-snippet/pdfviewer/javascript-es5 /formfieldvalidationevent-cs2/index.html %}
198198{% endhighlight %}
199199{% endtabs %}
0 commit comments