Skip to content

Commit 64fbfc1

Browse files
1010807: Resolved CI issues
1 parent f2642c0 commit 64fbfc1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/toolbar-customization/form-designer-toolbar.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Customize the Form Designer Toolbar in React PDF Viewer | Syncfusion
4-
description: Learn how to show or hide and customize the Form Designer toolbar in the EJ2 React PDF Viewer.
4+
description: Learn how to show or hide and customize the Form Designer toolbar in the Syncfusion EJ2 React PDF Viewer.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
@@ -34,12 +34,12 @@ import React from 'react';
3434
import { PdfViewerComponent, Toolbar, FormDesigner, Inject } from '@syncfusion/ej2-react-pdfviewer';
3535
export default function App() {
3636
return (
37-
<PdfViewerComponent{% raw %}
37+
<PdfViewerComponent
3838
ref={(scope) => { pdfviewer = scope; }}
3939
id="PdfViewer"
4040
isFormDesignerToolbarVisible={true}
4141
documentPath="https://cdn.syncfusion.com/content/pdf/form-designer.pdf"
42-
resourceUrl="https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib"{% raw %}
42+
resourceUrl="https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib"
4343
style={{ height: '500px', width: '100%' }}>
4444
<Inject services={[Toolbar, Magnification, Navigation, Annotation, LinkAnnotation, ThumbnailView,
4545
BookmarkView, TextSelection, TextSearch, FormFields, FormDesigner]} />

Document-Processing/PDF/PDF-Viewer/react/toolbar-customization/mobile-toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default function App() {
8484
- Print option not visible on mobile: set [`enableDesktopMode`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#enabledesktopmode) to `true`; otherwise the mobile toolbar omits Print.
8585
- Touch scrolling is jerky after enabling desktop toolbar: set [`enableTextSelection`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#enabletextselection) to `false` to avoid text-selection capturing touch events.
8686
- Missing assets or broken UI: confirm [`resourceUrl`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#resourceurl) points to the correct version of the `ej2-pdfviewer-lib` and is reachable from the device.
87-
- Server errors in server-backed mode: verify [`serviceUrl`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#serviceurl) CORS configuration and that the backend is running.
87+
- Server errors in server-backed mode: verify [`serviceUrl`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#serviceurl) CORS configuration and that the back end is running.
8888

8989
## Related topics
9090

Document-Processing/PDF/PDF-Viewer/react/toolbar-customization/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This page provides a concise reference describing the toolbars available in the
4040

4141
- **Mobile toolbar**:
4242

43-
- A compact toolbar layout optimized for small screens and touch interactions. It appears automatically on mobile-sized viewports (or when a mobile layout is explicitly chosen) and contains the most frequently used actions in a space-efficient arrangement.
43+
- A compact toolbar layout optimized for small screens and touch interactions. It appears automatically on mobile-sized view ports (or when a mobile layout is explicitly chosen) and contains the most frequently used actions in a space-efficient arrangement.
4444

4545
![mobile toolbar](../images/mobile-toolbar.png)
4646

0 commit comments

Comments
 (0)