Skip to content

Commit 70fe0c1

Browse files
Integrated latest changes at 07-03-2024 7:30:07 AM
1 parent 55d07f6 commit 70fe0c1

19 files changed

+52
-66
lines changed

ej2-vue-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2432,7 +2432,7 @@
24322432
</li>
24332433
<li><a href="/ej2-vue/spreadsheet/mobile-responsiveness">Mobile Responsiveness</a></li>
24342434
<li><a href="/ej2-vue/spreadsheet/feature-list">Features Availability</a></li>
2435-
<li><a href="https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/">API Reference</a></li>
2435+
<li><a href="https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/">API Reference</a></li>
24362436
</ul>
24372437
</li><li>
24382438
Stepper

ej2-vue/pdfviewer/getting-started.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -268,16 +268,4 @@ export default {
268268

269269
[View sample in GitHub](https://github.com/SyncfusionExamples/vue-pdf-viewer-examples/tree/master/Getting%20Started%20-%20Standalone)
270270

271-
> You can refer to our [Vue PDF Viewer](https://www.syncfusion.com/vue-components/vue-pdf-viewer) feature tour page for its groundbreaking feature representations. You can also explore our [Vue PDF Viewer example](https://ej2.syncfusion.com/vue/demos/#/material/pdfviewer/default.html) to understand how to explains core features of PDF Viewer.
272-
273-
## Limitation over Server-Backed PDF Viewer to Standalone PDF Viewer control
274-
275-
When comparing a Standalone PDF Viewer to a Server-Backed PDF Viewer control, it's crucial to understand the limitations that the Standalone PDF Viewer may have in comparison. These limitations are important to consider.
276-
277-
### Local File Access
278-
279-
* The Standalone PDF Viewer control does not have the capability to directly access and load local physical files from a user's device. As a result, it is not possible to use a documentPath to load a PDF file directly from a local server within the viewer.
280-
281-
* The Standalone PDF Viewer allows users to export annotations and form fields from the viewer, it's important to be aware that the viewer does not support the direct import of annotations and form fields from a locally specified file path. In other words, you can extract annotations and form fields from the viewer, but you cannot reintroduce them into the viewer from external sources by specifying a file path located on your local device.
282-
283-
N> These limitations are temporary and are expected to be addressed in the near future.
271+
> You can refer to our [Vue PDF Viewer](https://www.syncfusion.com/vue-components/vue-pdf-viewer) feature tour page for its groundbreaking feature representations. You can also explore our [Vue PDF Viewer example](https://ej2.syncfusion.com/vue/demos/#/material/pdfviewer/default.html) to understand how to explains core features of PDF Viewer.

ej2-vue/pdfviewer/toolbar.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The following table shows built-in toolbar items and its actions:-
2828
| AnnotationEditTool | This tool provides options to enable or disable the edit mode of annotation in the PDF Viewer.|
2929
| FormDesignerEditTool | This tool provides options to enable or disable the edit mode of form fields in the PDF Viewer.|
3030

31-
## Show/Hide the default toolbar
31+
## Show/Hide the built-in toolbar
3232

33-
The PDF Viewer has an option to show or hide the complete default toolbar. You can achieve this by using following two ways.,
33+
The PDF Viewer has an option to show or hide the complete built-in toolbar. You can achieve this by using following two ways.,
3434

3535
* **Show/Hide toolbar using enableToolbar API as in the following code snippet**
3636

@@ -190,9 +190,9 @@ Within the `template`, configure the PDF Viewer by adding the `:serviceUrl="serv
190190

191191
{% previewsample "page.domainurl/code-snippet/pdfviewer/toolbar/toolbar-method-cs1" %}
192192

193-
## Show/Hide the default toolbaritem
193+
## Show/Hide the built-in toolbaritem
194194

195-
The PDF Viewer has an option to show or hide these grouped items in the default toolbar.
195+
The PDF Viewer has an option to show or hide these grouped items in the built-in toolbar.
196196

197197
* **Show/Hide toolbaritem using toolbarSettings as in the following code snippet.**
198198

@@ -712,7 +712,7 @@ N> When customizing toolbar items, you have the flexibility to include either ic
712712

713713
## Custom Toolbar
714714

715-
The PDF Viewer provides API for user interactions options provided in it's built-in toolbar. Using this we can create our own User Interface for toolbar actions in application level by hiding the default toolbar. The following steps are used to create the custom toolbar for PDF Viewer,
715+
The PDF Viewer provides API for user interactions options provided in it's built-in toolbar. Using this we can create our own User Interface for toolbar actions in application level by hiding the built-in toolbar. The following steps are used to create the custom toolbar for PDF Viewer,
716716

717717
**Step 1:** Follow the steps provided in the [link](https://ej2.syncfusion.com/vue/documentation/pdfviewer/getting-started/) to create simple PDF Viewer sample.
718718

@@ -819,7 +819,7 @@ The PDF Viewer provides API for user interactions options provided in it's built
819819

820820
```
821821

822-
**Step 4:** Hide the default toolbar of PDF Viewer using below code snippet,
822+
**Step 4:** Hide the built-in toolbar of PDF Viewer using below code snippet,
823823

824824

825825
{% tabs %}

ej2-vue/spreadsheet/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ The accessibility compliance of the Spreadsheet component is shown in the follow
116116

117117
## See also
118118

119-
* [Accessibility in Syncfusion Vue components](../common/accessibility)
119+
* [Accessibility in Syncfusion Vue components](https://ej2.syncfusion.com/vue/documentation/common/accessibility)

ej2-vue/spreadsheet/cell-range.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You can apply data validation to restrict the type of data or the values that us
9494
You can apply data validation by using one of the following ways,
9595

9696
* Select the Data tab in the Ribbon toolbar, and then choose the Data Validation item.
97-
* Use the [`addDataValidation()`](../api/spreadsheet/#adddatavalidation) method programmatically.
97+
* Use the [`addDataValidation()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#adddatavalidation) method programmatically.
9898

9999
### Clear Validation
100100

@@ -103,7 +103,7 @@ Clear validation feature is used to remove data validations from the specified r
103103
You can clear data validation rule by one of the following ways,
104104

105105
* Select the Data tab in the Ribbon toolbar, and then choose the Clear Validation item.
106-
* Use the [`removeDataValidation()`](../api/spreadsheet/#removedatavalidation) method programmatically.
106+
* Use the [`removeDataValidation()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#removedatavalidation) method programmatically.
107107

108108
### Highlight Invalid Data
109109

@@ -112,7 +112,7 @@ Highlight invalid data feature is used to highlight the previously entered inval
112112
You can highlight an invalid data by using one of the following ways,
113113

114114
* Select the Data tab in the Ribbon toolbar, and then choose the Highlight Invalid Data item.
115-
* Use the [`addInvalidHighlight()`](../api/spreadsheet/#addinvalidhighlight) method programmatically.
115+
* Use the [`addInvalidHighlight()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#addinvalidhighlight) method programmatically.
116116

117117
### Clear Highlighted Invalid Data
118118

@@ -121,7 +121,7 @@ Clear highlight feature is used to remove the highlight from invalid cells.
121121
You can clear the highlighted invalid data by using the following ways,
122122

123123
* Select the Data tab in the Ribbon toolbar, and then choose the Clear Highlight item.
124-
* Use the [`removeInvalidHighlight()`](../api/spreadsheet/#removeinvalidhighlight) method programmatically.
124+
* Use the [`removeInvalidHighlight()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#removeinvalidhighlight) method programmatically.
125125

126126
{% tabs %}
127127
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -152,7 +152,7 @@ Clear feature helps you to clear the cell contents (formulas and data), formats
152152
You can apply clear feature by using one of the following ways,
153153

154154
* Select the clear icon in the Ribbon toolbar under the Home Tab.
155-
* Using the [`clear()`](../api/spreadsheet/#clear) method to clear the values.
155+
* Using the [`clear()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#clear) method to clear the values.
156156

157157
Clear has the following types in the spreadsheet,
158158

ej2-vue/spreadsheet/data-binding.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,4 @@ You can refer to our [Vue Spreadsheet](https://www.syncfusion.com/vue-ui-compone
156156

157157
* [Filtering](./filter)
158158
* [Sorting](./sort)
159-
* [Hyperlink](./link)
160-
* [`Collaborative Editing`](use-cases/collaborative-editing)
159+
* [Hyperlink](./link)

ej2-vue/spreadsheet/filter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ In the active sheet, select a range of cells to filter by value of the cell. The
2222

2323
* Select the filter item in the Ribbon toolbar.
2424
* Right-click the sheet, select the filter item in the context menu.
25-
* Use the [`applyFilter()`](../api/spreadsheet/#applyfilter) method programmatically.
25+
* Use the [`applyFilter()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#applyfilter) method programmatically.
2626
* Use `Ctrl + Shift + L` keyboard shortcut to apply the filter.
2727

2828
> * Use `Alt + Up/Down` keyboard shortcut to open the filter dialog.
2929
3030
## Filter by criteria
3131

32-
The [`applyFilter()`](../api/spreadsheet/#applyfilter) method will apply the filter UI, based on the predicate and range given in the arguments.
32+
The [`applyFilter()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#applyfilter) method will apply the filter UI, based on the predicate and range given in the arguments.
3333

3434
> * The [`beforeFilter`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#beforefilter) event will be triggered before filtering the specified range.
3535
> * The [`filterComplete`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#filtercomplete) event will be triggered after the filter action is completed successfully.
@@ -57,15 +57,15 @@ After applying filter to a certain column, you may want to clear it to make all
5757

5858
* Choose `Clear` option in ribbon toolbar under `Filter and Sort`. It clears the filters applied in the spreadsheet for all fields.
5959

60-
* Use the [`clearFilter()`](../api/spreadsheet/#clearfilter) method programmatically, to clear the applied filters in spreadsheet for all fields.
60+
* Use the [`clearFilter()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#clearfilter) method programmatically, to clear the applied filters in spreadsheet for all fields.
6161

6262
## Clear filter on a field
6363

6464
After filtering, you can clear/reset the filter for a field alone. It can be done in the following ways,
6565

6666
* Click filter icon in the column’s header and then choose `Clear Filter` option from the filter dialog.
6767
* You can right-click on a filtered column cell and choose `Clear Filter from <Column Name>.` option from the context menu.
68-
* Use the [`clearFilter(field)`](../api/spreadsheet/#clearfilter) method programmatically, to clear the filter in a particular column.
68+
* Use the [`clearFilter(field)`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#clearfilter) method programmatically, to clear the filter in a particular column.
6969

7070
## Reapply filter
7171

ej2-vue/spreadsheet/formatting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Conditional formatting helps you to format a cell or range of cells based on the
143143
You can apply conditional formatting by using one of the following ways,
144144

145145
* Select the conditional formatting icon in the Ribbon toolbar under the Home Tab.
146-
* Using the [`conditionalFormat()`](../api/spreadsheet/#conditionalformat) method to define the condition.
146+
* Using the [`conditionalFormat()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#conditionalformat) method to define the condition.
147147
* Using the `conditionalFormats` in sheets model.
148148

149149
Conditional formatting has the following types in the spreadsheet,
@@ -209,7 +209,7 @@ In the MAY and JUN columns, we have applied conditional formatting custom format
209209
You can clear the defined rules by using one of the following ways,
210210

211211
* Using the “Clear Rules” option in the Conditional Formatting button of HOME Tab in the ribbon to clear the rule from selected cells.
212-
* Using the [`clearConditionalFormat()`](../api/spreadsheet/#clearconditionalformat) method to clear the defined rules.
212+
* Using the [`clearConditionalFormat()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#clearconditionalformat) method to clear the defined rules.
213213

214214
{% tabs %}
215215
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -241,4 +241,4 @@ You can refer to our [Vue Spreadsheet](https://www.syncfusion.com/vue-ui-compone
241241
* [Hyperlink](./link)
242242
* [Sorting](./sort)
243243
* [Filtering](./filter)
244-
* [`Ribbon customization`](./ribbon#ribbon-customization)
244+
* [`Ribbon customization`](./ribbon#ribbon-customization)

ej2-vue/spreadsheet/global-local.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ domainurl: ##DomainURL##
1212

1313
## Localization
1414

15-
The [`Localization`](../common/localization) library allows you to localize the default text content of the Spreadsheet. The Spreadsheet has static text on some features (cell formatting, Merge, Data validation, etc.) that can be changed to other cultures (Arabic, Deutsch, French, etc.) by defining the
15+
The [`Localization`](https://ej2.syncfusion.com/vue/documentation/common/localization) library allows you to localize the default text content of the Spreadsheet. The Spreadsheet has static text on some features (cell formatting, Merge, Data validation, etc.) that can be changed to other cultures (Arabic, Deutsch, French, etc.) by defining the
1616
[`locale`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#locale) value and translation object.
1717

1818
The following list of properties and their values are used in the Spreadsheet.
@@ -378,7 +378,7 @@ IsProtected | is protected
378378

379379
### Loading translations
380380

381-
To load translation object in an application, use [`load`](../common/internationalization/#load) function of the [`L10n`](../common/internationalization) class.
381+
To load translation object in an application, use [`load`](https://ej2.syncfusion.com/vue/documentation/common/localization#loading-translations) function of the [`L10n`](https://ej2.syncfusion.com/vue/documentation/common/internationalization) class.
382382

383383
The following example demonstrates the Spreadsheet in `French` culture. In the below sample we have translated the ribbon tab names and Home tab content (clipboard, cell style).
384384

@@ -627,4 +627,4 @@ You can refer to our [Vue Spreadsheet](https://www.syncfusion.com/vue-ui-compone
627627

628628
## See Also
629629

630-
* [Localization](../common/localization)
630+
* [Localization](https://ej2.syncfusion.com/vue/documentation/common/localization)

ej2-vue/spreadsheet/illustrations.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ The following types of charts are available in the Spreadsheet.
109109
You can insert the chart by using one of the following ways,
110110

111111
* Select the chart icon in the Ribbon toolbar under the Insert Tab.
112-
* Use the [`insertChart()`](../api/spreadsheet/#insertchart) method programmatically.
112+
* Use the [`insertChart()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#insertchart) method programmatically.
113113

114-
The available parameter in the [`insertChart()`](../api/spreadsheet/#insertchart) method is,
114+
The available parameter in the [`insertChart()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#insertchart) method is,
115115

116116
| Parameter | Type | Description |
117117
|-----|------|----|
@@ -140,9 +140,9 @@ The available arguments in the `ChartModel` are:
140140
### Delete Chart
141141

142142
* If you want to delete the chart, just select the chart, and then press the Delete key.
143-
* Use the [`deleteChart()`](../api/spreadsheet/#deletechart) method programmatically.
143+
* Use the [`deleteChart()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#deletechart) method programmatically.
144144

145-
The available parameter in the [`deleteChart()`](../api/spreadsheet/#deletechart) method is,
145+
The available parameter in the [`deleteChart()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#deletechart) method is,
146146

147147
| Parameter | Type | Description |
148148
|-----|------|----|
@@ -169,7 +169,7 @@ Chart feature allows you to view and insert a chart in a spreadsheet, and you ca
169169

170170
#### Customization of line chart markers
171171

172-
Using the [`actionBegin`](../api/spreadsheet/#actionbegin) event, you can change the shape, size, fill color, and border of the line chart marker. In the following example, you can see the modified marker appearance, such as shape and size, while creating the line chart with UI interaction.
172+
Using the [`actionBegin`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#actionbegin) event, you can change the shape, size, fill color, and border of the line chart marker. In the following example, you can see the modified marker appearance, such as shape and size, while creating the line chart with UI interaction.
173173

174174
{% tabs %}
175175
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/spreadsheet/link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In the active spreadsheet, click the cell where you want to create a hyperlink.
2525
* Select the INSERT tab in the Ribbon toolbar and choose the `Link` item.
2626
* Right-click the cell and then click Hyperlink item in the context menu.
2727
* Use `Ctrl + K` keyboard shortcut to apply the hyperlink.
28-
* Use the [`addHyperlink`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#hyperlink) method programmatically.
28+
* Use the [`addHyperlink`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#addhyperlink) method programmatically.
2929

3030
## Edit Hyperlink
3131

@@ -48,7 +48,7 @@ Performing this operation remove a single hyperlink without losing the display t
4848

4949
In the active spreadsheet, click the cell where you want to remove a hyperlink. remove hyperlink can be done by any of the following ways:
5050
* Right-click the cell and then click Remove Hyperlink item in the context menu.
51-
* Use the [`removeHyperlink()`](../api/spreadsheet/#hyperlink) method programmatically.
51+
* Use the [`removeHyperlink()`](https://ej2.syncfusion.com/vue/documentation/api/spreadsheet/#removehyperlink) method programmatically.
5252

5353
## How to change target attribute
5454

0 commit comments

Comments
 (0)