Skip to content

Commit 248b211

Browse files
author
bhuvaneshdhakshinmaoorthy
committed
976311: Changed the path for preview sample
1 parent 334837d commit 248b211

File tree

4,452 files changed

+5652
-469
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,452 files changed

+5652
-469
lines changed

Document-Processing/Excel/Spreadsheet/Angular/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The Spreadsheet component's accessibility levels are ensured through an [accessi
111111

112112
The accessibility compliance of the Spreadsheet component is shown in the following sample. Open the [sample](https://ej2.syncfusion.com/accessibility/spreadsheet.html) in a new window to evaluate the accessibility of the Spreadsheet component with accessibility tools.
113113

114-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/accessibility" %}
114+
{% previewsample "/document-processing/samples/spreadsheet/angular/accessibility" %}
115115

116116
## See also
117117

Document-Processing/Excel/Spreadsheet/Angular/cell-range.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following code example shows the wrap text functionality in spreadsheet.
3333
{% endhighlight %}
3434
{% endtabs %}
3535

36-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/wrap-text-cs1" %}
36+
{% previewsample "/document-processing/samples/spreadsheet/angular/wrap-text-cs1" %}
3737

3838
### Limitations of Wrap text
3939

@@ -73,7 +73,7 @@ The following code example shows the merge cells operation in spreadsheet.
7373
{% endhighlight %}
7474
{% endtabs %}
7575

76-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/merge-cells-cs1" %}
76+
{% previewsample "/document-processing/samples/spreadsheet/angular/merge-cells-cs1" %}
7777

7878
### Limitations of Merge
7979

@@ -134,7 +134,7 @@ You can clear the highlighted invalid data by using the following ways,
134134
{% endhighlight %}
135135
{% endtabs %}
136136

137-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/data-validation-cs1" %}
137+
{% previewsample "/document-processing/samples/spreadsheet/angular/data-validation-cs1" %}
138138

139139
### Custom Data validation
140140

@@ -163,7 +163,7 @@ The following code example demonstrates how to add custom data validation with a
163163
{% endhighlight %}
164164
{% endtabs %}
165165

166-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/data-validation-cs2" %}
166+
{% previewsample "/document-processing/samples/spreadsheet/angular/data-validation-cs2" %}
167167

168168
### Limitations of Data validation
169169

@@ -247,7 +247,7 @@ In the following sample, you can enable/disable the fill option on the button cl
247247
{% endhighlight %}
248248
{% endtabs %}
249249

250-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/autofill-cs1" %}
250+
{% previewsample "/document-processing/samples/spreadsheet/angular/autofill-cs1" %}
251251

252252
### Limitations of Autofill
253253

@@ -290,7 +290,7 @@ Clear the cell contents and formats in the Spreadsheet document by using the [cl
290290
{% endhighlight %}
291291
{% endtabs %}
292292

293-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/clear-cs1" %}
293+
{% previewsample "/document-processing/samples/spreadsheet/angular/clear-cs1" %}
294294

295295
## Note
296296

Document-Processing/Excel/Spreadsheet/Angular/clipboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Paste can be done in one of the following ways.
6969
{% endhighlight %}
7070
{% endtabs %}
7171

72-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/clipboard-cs1" %}
72+
{% previewsample "/document-processing/samples/spreadsheet/angular/clipboard-cs1" %}
7373

7474
## Prevent the paste functionality
7575

@@ -85,7 +85,7 @@ The following example shows, how to prevent the paste action in spreadsheet. In
8585
{% endhighlight %}
8686
{% endtabs %}
8787

88-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/clipboard-cs2" %}
88+
{% previewsample "/document-processing/samples/spreadsheet/angular/clipboard-cs2" %}
8989

9090
## Limitations
9191

Document-Processing/Excel/Spreadsheet/Angular/context-menu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ In this demo, Custom Item is added after the Paste item in the context menu.
7878
{% endhighlight %}
7979
{% endtabs %}
8080

81-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/contextmenu/addContextMenu-cs1" %}
81+
{% previewsample "/document-processing/samples/spreadsheet/angular/contextmenu/addContextMenu-cs1" %}
8282

8383
### Remove Context Menu Items
8484

@@ -96,7 +96,7 @@ In this demo, Insert Column item has been removed from the row/column header con
9696
{% endhighlight %}
9797
{% endtabs %}
9898

99-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/contextmenu/addContextMenu-cs2" %}
99+
{% previewsample "/document-processing/samples/spreadsheet/angular/contextmenu/addContextMenu-cs2" %}
100100

101101
### Enable/Disable Context Menu Items
102102

@@ -114,7 +114,7 @@ In this demo, Rename item is disabled in the pager context menu.
114114
{% endhighlight %}
115115
{% endtabs %}
116116

117-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/contextmenu/addContextMenu-cs3" %}
117+
{% previewsample "/document-processing/samples/spreadsheet/angular/contextmenu/addContextMenu-cs3" %}
118118

119119
## Note
120120

Document-Processing/Excel/Spreadsheet/Angular/data-binding.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Refer to the following code example for local data binding.
2929
{% endhighlight %}
3030
{% endtabs %}
3131

32-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/local-data-binding-cs1" %}
32+
{% previewsample "/document-processing/samples/spreadsheet/angular/local-data-binding-cs1" %}
3333

3434
> The local data source can also be provided as an instance of the [`DataManager`](https://helpej2.syncfusion.com/angular/documentation/data/). By default, [`DataManager`](https://helpej2.syncfusion.com/angular/documentation/data/) uses [`JsonAdaptor`](https://ej2.syncfusion.com/angular/documentation/data/adaptors#json-adaptor) for local data-binding.
3535
@@ -51,7 +51,7 @@ The following code example demonstrates how to customize the mapping of column d
5151
{% endhighlight %}
5252
{% endtabs %}
5353

54-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/field-mapping-cs1" %}
54+
{% previewsample "/document-processing/samples/spreadsheet/angular/field-mapping-cs1" %}
5555

5656
## Remote data
5757

@@ -69,7 +69,7 @@ Refer to the following code example for remote data binding.
6969
{% endhighlight %}
7070
{% endtabs %}
7171

72-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/remote-data-binding-cs1" %}
72+
{% previewsample "/document-processing/samples/spreadsheet/angular/remote-data-binding-cs1" %}
7373

7474
> By default, `DataManager` uses **ODataAdaptor** for remote data-binding.
7575
@@ -87,7 +87,7 @@ Refer to the following code example for remote data binding.
8787
{% endhighlight %}
8888
{% endtabs %}
8989

90-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/remote-data-binding-cs2" %}
90+
{% previewsample "/document-processing/samples/spreadsheet/angular/remote-data-binding-cs2" %}
9191

9292
### Web API
9393

@@ -103,7 +103,7 @@ You can use WebApiAdaptor to bind spreadsheet with Web API created using OData e
103103
{% endhighlight %}
104104
{% endtabs %}
105105

106-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/remote-data-binding-cs3" %}
106+
{% previewsample "/document-processing/samples/spreadsheet/angular/remote-data-binding-cs3" %}
107107

108108
## Cell data binding
109109

@@ -121,7 +121,7 @@ Refer to the following code example for cell data binding.
121121
{% endhighlight %}
122122
{% endtabs %}
123123

124-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/cell-data-binding-cs1" %}
124+
{% previewsample "/document-processing/samples/spreadsheet/angular/cell-data-binding-cs1" %}
125125

126126
> The cell data binding also supports formula, style, number format, and more.
127127
@@ -151,7 +151,7 @@ The following table defines the arguments of the `dataSourceChanged` event.
151151
{% endhighlight %}
152152
{% endtabs %}
153153

154-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/dynamic-data-binding-cs1" %}
154+
{% previewsample "/document-processing/samples/spreadsheet/angular/dynamic-data-binding-cs1" %}
155155

156156
## Dynamic data binding using updateRange method
157157

@@ -171,7 +171,7 @@ The following code example demonstrates how to dynamically update data using the
171171
{% endhighlight %}
172172
{% endtabs %}
173173

174-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/dynamic-data-binding-cs2" %}
174+
{% previewsample "/document-processing/samples/spreadsheet/angular/dynamic-data-binding-cs2" %}
175175

176176
## Note
177177

Document-Processing/Excel/Spreadsheet/Angular/editing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following sample shows how to prevent the editing and cell save. Here `E` co
4848
{% endhighlight %}
4949
{% endtabs %}
5050

51-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/editing-cs1" %}
51+
{% previewsample "/document-processing/samples/spreadsheet/angular/editing-cs1" %}
5252

5353
## Limitations
5454

Document-Processing/Excel/Spreadsheet/Angular/filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following code example shows `filter` functionality in the Spreadsheet contr
4545
{% endhighlight %}
4646
{% endtabs %}
4747

48-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/filter-cs1" %}
48+
{% previewsample "/document-processing/samples/spreadsheet/angular/filter-cs1" %}
4949

5050
## Filter by cell value
5151

@@ -95,7 +95,7 @@ The following code example shows how to get the filtered rows.
9595
{% endhighlight %}
9696
{% endtabs %}
9797

98-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/filter-cs2" %}
98+
{% previewsample "/document-processing/samples/spreadsheet/angular/filter-cs2" %}
9999

100100
## Limitations
101101

Document-Processing/Excel/Spreadsheet/Angular/formatting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The following code example shows the number formatting in cell data.
9898
{% endhighlight %}
9999
{% endtabs %}
100100

101-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/format/number-cs1" %}
101+
{% previewsample "/document-processing/samples/spreadsheet/angular/format/number-cs1" %}
102102

103103
## Configure culture-based custom format
104104

@@ -153,7 +153,7 @@ The following code example demonstrates how to configure culture-based formats f
153153
{% endhighlight %}
154154
{% endtabs %}
155155

156-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/format/globalization-cs1" %}
156+
{% previewsample "/document-processing/samples/spreadsheet/angular/format/globalization-cs1" %}
157157

158158
## Text and cell formatting
159159

@@ -224,7 +224,7 @@ The following code example shows the style formatting in text and cells of the s
224224
{% endhighlight %}
225225
{% endtabs %}
226226

227-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/format/number-cs2" %}
227+
{% previewsample "/document-processing/samples/spreadsheet/angular/format/number-cs2" %}
228228

229229
### Limitations of Formatting
230230

@@ -322,7 +322,7 @@ You can clear the defined rules by using one of the following ways,
322322
{% endhighlight %}
323323
{% endtabs %}
324324

325-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/conditional-formatting-cs1" %}
325+
{% previewsample "/document-processing/samples/spreadsheet/angular/conditional-formatting-cs1" %}
326326

327327
### Limitations of Conditional formatting
328328

Document-Processing/Excel/Spreadsheet/Angular/formulas.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In the example below, the Spreadsheet component is rendered with the `German cul
4040
{% endhighlight %}
4141
{% endtabs %}
4242

43-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/formula-cs3" %}
43+
{% previewsample "/document-processing/samples/spreadsheet/angular/formula-cs3" %}
4444

4545
## Create User Defined Functions / Custom Functions
4646

@@ -60,7 +60,7 @@ The following code example shows an unsupported formula in the spreadsheet.
6060
{% endhighlight %}
6161
{% endtabs %}
6262

63-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/formula-cs1" %}
63+
{% previewsample "/document-processing/samples/spreadsheet/angular/formula-cs1" %}
6464

6565
Second, if you want to directly compute any formula or expression, you can use the [computeExpression](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/#computeexpression) method. This method will work for both built-in and used-defined/custom formula.
6666

@@ -76,7 +76,7 @@ The following code example shows how to use `computeExpression` method in the sp
7676
{% endhighlight %}
7777
{% endtabs %}
7878

79-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/formula-cs2" %}
79+
{% previewsample "/document-processing/samples/spreadsheet/angular/formula-cs2" %}
8080

8181
## Formula bar
8282

@@ -103,7 +103,7 @@ The following code example shows the usage of named ranges support.
103103
{% endhighlight %}
104104
{% endtabs %}
105105

106-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/defined-name-cs1" %}
106+
{% previewsample "/document-processing/samples/spreadsheet/angular/defined-name-cs1" %}
107107

108108
## Calculation Mode
109109

@@ -132,7 +132,7 @@ The following code example demonstrates how to set the Automatic calculation mod
132132
{% endhighlight %}
133133
{% endtabs %}
134134

135-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/calculation-cs1" %}
135+
{% previewsample "/document-processing/samples/spreadsheet/angular/calculation-cs1" %}
136136

137137
### Manual Mode
138138

@@ -155,7 +155,7 @@ The following code example demonstrates how to set the Manual calculation mode i
155155
{% endhighlight %}
156156
{% endtabs %}
157157

158-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/calculation-cs2" %}
158+
{% previewsample "/document-processing/samples/spreadsheet/angular/calculation-cs2" %}
159159

160160
## Supported Formulas
161161

Document-Processing/Excel/Spreadsheet/Angular/freeze-pane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In this demo, the frozenColumns is set as ‘2’, and the frozenRows is set as
5454
{% endhighlight %}
5555
{% endtabs %}
5656

57-
{% previewsample "https://helpstaging.syncfusion.com/document-processing/samples/excel/spreadsheet/angular/freezepane-cs1" %}
57+
{% previewsample "/document-processing/samples/spreadsheet/angular/freezepane-cs1" %}
5858

5959
## Limitations
6060

0 commit comments

Comments
 (0)