From bd75869376adce21a47edf1cf8c187bf56f465b5 Mon Sep 17 00:00:00 2001 From: AnanthaGokulaRaman Date: Sat, 6 Sep 2025 14:59:53 +0530 Subject: [PATCH] 980285: Issues resolved --- .../form-designer/form-field-events.md | 52 +++++++++---------- .../PDF/PDF-Viewer/javascript-es5/toolbar.md | 2 +- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Document-Processing/PDF/PDF-Viewer/javascript-es5/form-designer/form-field-events.md b/Document-Processing/PDF/PDF-Viewer/javascript-es5/form-designer/form-field-events.md index c474916dc..76f6b93d1 100644 --- a/Document-Processing/PDF/PDF-Viewer/javascript-es5/form-designer/form-field-events.md +++ b/Document-Processing/PDF/PDF-Viewer/javascript-es5/form-designer/form-field-events.md @@ -35,10 +35,10 @@ The [formFieldAdd](https://helpej2.syncfusion.com/javascript/documentation/api/p {% tabs %} {% highlight js tabtitle="index.js" %} -{% include code-snippet/pdfviewer/javascriptformfieldaddevent-cs2/index.js %} +{% include code-snippet/pdfviewer/javascript/formfieldaddevent-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} -{% include code-snippet/pdfviewer/javascriptformfieldaddevent-cs2/js/index.html %} +{% include code-snippet/pdfviewer/javascript/formfieldaddevent-cs2/js/index.html %} {% endhighlight %} {% endtabs %} @@ -48,10 +48,10 @@ The [formFieldClick](https://helpej2.syncfusion.com/javascript/documentation/api {% tabs %} {% highlight js tabtitle="index.js" %} -{% include code-snippet/pdfviewer/javascriptformfieldclickevent-cs2/index.js %} +{% include code-snippet/pdfviewer/javascript/formfieldclickevent-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} -{% include code-snippet/pdfviewer/javascriptformfieldclickevent-cs2/js/index.html %} +{% include code-snippet/pdfviewer/javascript/formfieldclickevent-cs2/js/index.html %} {% endhighlight %} {% endtabs %} @@ -61,10 +61,10 @@ The [formFieldDoubleClick](https://helpej2.syncfusion.com/javascript/documentati {% tabs %} {% highlight js tabtitle="index.js" %} -{% include code-snippet/pdfviewer/javascriptformfielddoubleclickevent-cs2/index.js %} +{% include code-snippet/pdfviewer/javascript/formfielddoubleclickevent-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} -{% include code-snippet/pdfviewer/javascriptformfielddoubleclickevent-cs2/js/index.html %} +{% include code-snippet/pdfviewer/javascript/formfielddoubleclickevent-cs2/js/index.html %} {% endhighlight %} {% endtabs %} @@ -74,10 +74,10 @@ The [formFieldFocusOut](https://helpej2.syncfusion.com/javascript/documentation/ {% tabs %} {% highlight js tabtitle="index.js" %} -{% include code-snippet/pdfviewer/javascriptformfieldfocusoutevent-cs2/index.js %} +{% include code-snippet/pdfviewer/javascript/formfieldfocusoutevent-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} -{% include code-snippet/pdfviewer/javascriptformfieldfocusoutevent-cs2/js/index.html %} +{% include code-snippet/pdfviewer/javascript/formfieldfocusoutevent-cs2/js/index.html %} {% endhighlight %} {% endtabs %} @@ -87,10 +87,10 @@ The [formFieldMouseLeave](https://helpej2.syncfusion.com/javascript/documentatio {% tabs %} {% highlight js tabtitle="index.js" %} -{% include code-snippet/pdfviewer/javascriptformfieldmouseleaveevent-cs2/index.js %} +{% include code-snippet/pdfviewer/javascript/formfieldmouseleaveevent-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} -{% include code-snippet/pdfviewer/javascriptformfieldmouseleaveevent-cs2/js/index.html %} +{% include code-snippet/pdfviewer/javascript/formfieldmouseleaveevent-cs2/js/index.html %} {% endhighlight %} {% endtabs %} @@ -100,10 +100,10 @@ The [formFieldMouseOver](https://helpej2.syncfusion.com/javascript/documentation {% tabs %} {% highlight js tabtitle="index.js" %} -{% include code-snippet/pdfviewer/javascriptformfieldmouseoverevent-cs2/index.js %} +{% include code-snippet/pdfviewer/javascript/formfieldmouseoverevent-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} -{% include code-snippet/pdfviewer/javascriptformfieldmouseoverevent-cs2/js/index.html %} +{% include code-snippet/pdfviewer/javascript/formfieldmouseoverevent-cs2/js/index.html %} {% endhighlight %} {% endtabs %} @@ -113,10 +113,10 @@ The [formFieldMove](https://helpej2.syncfusion.com/javascript/documentation/api/ {% tabs %} {% highlight js tabtitle="index.js" %} -{% include code-snippet/pdfviewer/javascriptformfieldmoveevent-cs2/index.js %} +{% include code-snippet/pdfviewer/javascript/formfieldmoveevent-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} -{% include code-snippet/pdfviewer/javascriptformfieldmoveevent-cs2/js/index.html %} +{% include code-snippet/pdfviewer/javascript/formfieldmoveevent-cs2/js/index.html %} {% endhighlight %} {% endtabs %} @@ -126,10 +126,10 @@ The [formFieldPropertiesChange](https://helpej2.syncfusion.com/javascript/docume {% tabs %} {% highlight js tabtitle="index.js" %} -{% include code-snippet/pdfviewer/javascriptformfieldpropertieschangeevent-cs2/index.js %} +{% include code-snippet/pdfviewer/javascript/formfieldpropertieschangeevent-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} -{% include code-snippet/pdfviewer/javascriptformfieldpropertieschangeevent-cs2/js/index.html %} +{% include code-snippet/pdfviewer/javascript/formfieldpropertieschangeevent-cs2/js/index.html %} {% endhighlight %} {% endtabs %} @@ -139,10 +139,10 @@ The [formFieldRemove](https://helpej2.syncfusion.com/javascript/documentation/ap {% tabs %} {% highlight js tabtitle="index.js" %} -{% include code-snippet/pdfviewer/javascriptformfieldremoveevent-cs2/index.js %} +{% include code-snippet/pdfviewer/javascript/formfieldremoveevent-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} -{% include code-snippet/pdfviewer/javascriptformfieldremoveevent-cs2/js/index.html %} +{% include code-snippet/pdfviewer/javascript/formfieldremoveevent-cs2/js/index.html %} {% endhighlight %} {% endtabs %} @@ -152,10 +152,10 @@ The [formFieldResize](https://helpej2.syncfusion.com/javascript/documentation/ap {% tabs %} {% highlight js tabtitle="index.js" %} -{% include code-snippet/pdfviewer/javascriptformfieldresizeevent-cs2/index.js %} +{% include code-snippet/pdfviewer/javascript/formfieldresizeevent-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} -{% include code-snippet/pdfviewer/javascriptformfieldresizeevent-cs2/js/index.html %} +{% include code-snippet/pdfviewer/javascript/formfieldresizeevent-cs2/js/index.html %} {% endhighlight %} {% endtabs %} @@ -165,10 +165,10 @@ The [formFieldSelect](https://helpej2.syncfusion.com/javascript/documentation/ap {% tabs %} {% highlight js tabtitle="index.js" %} -{% include code-snippet/pdfviewer/javascriptformfieldselectevent-cs2/index.js %} +{% include code-snippet/pdfviewer/javascript/formfieldselectevent-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} -{% include code-snippet/pdfviewer/javascriptformfieldselectevent-cs2/js/index.html %} +{% include code-snippet/pdfviewer/javascript/formfieldselectevent-cs2/js/index.html %} {% endhighlight %} {% endtabs %} @@ -178,10 +178,10 @@ The [formFieldUnselect](https://helpej2.syncfusion.com/javascript/documentation/ {% tabs %} {% highlight js tabtitle="index.js" %} -{% include code-snippet/pdfviewer/javascriptformfieldunselectevent-cs2/index.js %} +{% include code-snippet/pdfviewer/javascript/formfieldunselectevent-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} -{% include code-snippet/pdfviewer/javascriptformfieldunselectevent-cs2/js/index.html %} +{% include code-snippet/pdfviewer/javascript/formfieldunselectevent-cs2/js/index.html %} {% endhighlight %} {% endtabs %} @@ -191,9 +191,9 @@ The [validateFormFields](https://helpej2.syncfusion.com/javascript/documentation {% tabs %} {% highlight js tabtitle="index.js" %} -{% include code-snippet/pdfviewer/javascriptformfieldvalidationevent-cs2/index.js %} +{% include code-snippet/pdfviewer/javascript/formfieldvalidationevent-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} -{% include code-snippet/pdfviewer/javascriptformfieldvalidationevent-cs2/js/index.html %} +{% include code-snippet/pdfviewer/javascript/formfieldvalidationevent-cs2/js/index.html %} {% endhighlight %} {% endtabs %} \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Viewer/javascript-es5/toolbar.md b/Document-Processing/PDF/PDF-Viewer/javascript-es5/toolbar.md index 33e8a8fe6..8a5ae0db2 100644 --- a/Document-Processing/PDF/PDF-Viewer/javascript-es5/toolbar.md +++ b/Document-Processing/PDF/PDF-Viewer/javascript-es5/toolbar.md @@ -105,7 +105,7 @@ Add the below `serviceUrl` in the `index.html` file {% tabs %} {% highlight html tabtitle="index.html" %} -{% include code-snippet/pdfviewer/javascript/es5-toolbar/toolbar-items-method-cs1/index.html %} +{% include code-snippet/pdfviewer/javascript/es5-toolbar/toolbar-items-method-cs1/js/index.html %} {% endhighlight %} {% endtabs %}