Skip to content

Commit 70b01b3

Browse files
authored
Merge branch 'development' into 990970-AI-RE-DV
2 parents ab4c796 + 0ef620c commit 70b01b3

File tree

858 files changed

+8037
-27472
lines changed

Some content is hidden

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

858 files changed

+8037
-27472
lines changed

blazor-toc.html

Lines changed: 43 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4099,48 +4099,70 @@
40994099
<li> <a href="/blazor/rich-text-editor/getting-started-with-maui-app">Blazor Hybrid MAUI App</a></li>
41004100
</ul>
41014101
</li>
4102+
<li>Toolbar
4103+
<ul>
4104+
<li><a href="/blazor/rich-text-editor/toolbar">Toolbar Types</a></li>
4105+
<li><a href="/blazor/rich-text-editor/toolbar-position">Toolbar Position</a></li>
4106+
<li><a href="/blazor/rich-text-editor/quick-toolbar">Quick Toolbar</a></li>
4107+
</ul>
4108+
</li>
41024109
<li> <a href="/blazor/rich-text-editor/data-binding">Value Binding</a></li>
4103-
<li> <a href="/blazor/rich-text-editor/toolbar">Toolbar</a></li>
4104-
<li> <a href="/blazor/rich-text-editor/iframe">IFrame Editor</a></li>
4105-
<li> <a href="/blazor/rich-text-editor/inline-mode">Inline Editor</a></li>
41064110
<li>
41074111
Tools
41084112
<ul>
41094113
<li><a href="/blazor/rich-text-editor/tools/built-in-tools">Built-in Tools</a></li>
4114+
<li><a href="/blazor/rich-text-editor/tools/custom-tool">Custom Tool</a></li>
4115+
<li><a href="/blazor/rich-text-editor/tools/text-formatting">Text formatting and structural</a></li>
41104116
<li><a href="/blazor/rich-text-editor/tools/styling-tools">Styling Tools</a></li>
4117+
<li><a href="/blazor/rich-text-editor/tools/fullscreen-tool">Expanding Editor to Fullscreen View</a></li>
4118+
<li><a href="/blazor/rich-text-editor/tools/format-painter">Format Painter</a></li>
4119+
<li><a href="/blazor/rich-text-editor/tools/dialogSettings">Dialog Settings</a></li>
4120+
</ul>
4121+
</li>
4122+
<li>Editor Types
4123+
<ul>
4124+
<li><a href="/blazor/rich-text-editor/editor-modes">Editor Render Mode</a></li>
4125+
<li><a href="/blazor/rich-text-editor/iframe">Iframe Editor</a></li>
4126+
<li> <a href="/blazor/rich-text-editor/inline-mode">Inline Editor</a></li>
4127+
<li><a href="/blazor/rich-text-editor/resizable-editor">Resizable Editor</a></li>
4128+
</ul>
4129+
</li>
4130+
<li>Insert Image and Media
4131+
<ul>
41114132
<li><a href="/blazor/rich-text-editor/tools/insert-image">Insert image</a></li>
41124133
<li><a href="/blazor/rich-text-editor/tools/audio">Insert audio</a></li>
41134134
<li><a href="/blazor/rich-text-editor/tools/video">Insert video</a></li>
4114-
<li><a href="/blazor/rich-text-editor/tools/link-manipulation">Link manipulation</a></li>
4115-
<li><a href="/blazor/rich-text-editor/tools/table-manipulation">Table manipulation</a></li>
4116-
<li><a href="/blazor/rich-text-editor/tools/code-block">Code Block</a></li>
4117-
<li><a href="/blazor/rich-text-editor/tools/format-painter">Format Painter</a></li>
4118-
<li><a href="/blazor/rich-text-editor/tools/custom-tool">Custom Tool</a></li>
4119-
<li><a href="/blazor/rich-text-editor/tools/dialogSettings">Dialog Settings</a></li>
41204135
</ul>
41214136
</li>
4122-
<li> <a href="/blazor/rich-text-editor/enter-key">Enter Key Configuration</a></li>
4123-
<li> <a href="/blazor/rich-text-editor/paste-cleanup">Paste Clean-up</a></li>
41244137
<li>Smart Editing
41254138
<ul>
41264139
<li> <a href="/blazor/rich-text-editor/mention-integration">Mention Integration</a></li>
4127-
<li> <a href="/blazor/rich-text-editor/slash-commands">Slash Commands</a></li>
4140+
<li> <a href="/blazor/rich-text-editor/slash-commands">Slash Commands</a></li>
4141+
<li> <a href="/blazor/rich-text-editor/mail-merge">Mail Merge Integration</a></li>
41284142
</ul>
41294143
</li>
4130-
<li> <a href="/blazor/rich-text-editor/form-validation">Form Validation</a></li>
4131-
<li> <a href="/blazor/rich-text-editor/xhtml-validation">Xhtml Validation</a></li>
4132-
<li> <a href="/blazor/rich-text-editor/exec-command">Execute Command</a></li>
4144+
<li>Validation and Security
4145+
<ul>
4146+
<li><a href="/blazor/rich-text-editor/form-validation">Forms Support</a></li>
4147+
<li><a href="/blazor/rich-text-editor/xhtml-validation">Content Validation and Security in XHTML</a></li>
4148+
<li><a href="/blazor/rich-text-editor/read-only-mode">Controlling Editor Access</a></li>
4149+
</ul>
4150+
</li>
4151+
<li><a href="/blazor/rich-text-editor/tools/link-manipulation">Link manipulation</a></li>
4152+
<li><a href="/blazor/rich-text-editor/tools/table-manipulation">Table manipulation</a></li>
4153+
<li><a href="/blazor/rich-text-editor/tools/code-block">Code Block</a></li>
4154+
<li> <a href="/blazor/rich-text-editor/paste-cleanup">Paste Clean-up</a></li>
4155+
<li> <a href="/blazor/rich-text-editor/enter-key">Enter Key Configuration</a></li>
41334156
<li> <a href="/blazor/rich-text-editor/undo-redo-manager">Undo Redo Manager</a></li>
4134-
<li> <a href="/blazor/rich-text-editor/resizable-editor">Resizable Editor</a></li>
4157+
<li> <a href="/blazor/rich-text-editor/import-and-export">Import/Export</a></li>
4158+
<li> <a href="/blazor/rich-text-editor/exec-command">Execute Command</a></li>
41354159
<li> <a href="/blazor/rich-text-editor/style">Style and Appearance</a></li>
4160+
<li> <a href="/blazor/rich-text-editor/style-encapsulation">Style Encapsulation</a></li>
41364161
<li> <a href="/blazor/rich-text-editor/globalization">Globalization</a></li>
4162+
<li> <a href="/blazor/rich-text-editor/keyboard-support">Keyboard shortcuts</a></li>
41374163
<li> <a href="/blazor/rich-text-editor/accessibility">Accessibility</a></li>
41384164
<li> <a href="/blazor/rich-text-editor/webassembly-performance">WebAssembly Performance</a></li>
4139-
<li> <a href="/blazor/rich-text-editor/import-export">Import and Export</a></li>
4140-
<li> <a href="/blazor/rich-text-editor/editor-modes">Editor Modes</a></li>
4141-
<li> <a href="/blazor/rich-text-editor/keyboard-support">Keyboard shortcuts</a></li>
41424165
<li> <a href="/blazor/rich-text-editor/miscellaneous">Miscellaneous</a></li>
4143-
<li> <a href="/blazor/rich-text-editor/import-and-export">Import/Export</a></li>
41444166
<li> <a href="/blazor/rich-text-editor/events">Events</a></li>
41454167
<li>How To
41464168
<ul>
@@ -4969,7 +4991,7 @@
49694991
<li>2025 Volume 3 - 31.*
49704992
<ul>
49714993
<li>Weekly Nuget Release
4972-
<ul><li><a href="/blazor/release-notes/31.2.5">31.2.5</a></li><li><a href="/blazor/release-notes/31.2.4">31.2.4</a></li>
4994+
<ul><li><a href="/blazor/release-notes/31.2.10">31.2.10</a></li><li><a href="/blazor/release-notes/31.2.5">31.2.5</a></li><li><a href="/blazor/release-notes/31.2.4">31.2.4</a></li>
49734995
<li><a href="/blazor/release-notes/31.2.3">31.2.3</a></li>
49744996
<li><a href="/blazor/release-notes/31.1.23">31.1.23</a></li>
49754997
<li><a href="/blazor/release-notes/31.1.22">31.1.22</a></li>

blazor/3D-chart/appearance.md

Lines changed: 10 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ The default color of series or points can be customized by providing a custom co
5656
}
5757
5858
```
59-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BjVfXxCBqRuWmxlT?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
60-
61-
![Blazor Column 3D Chart with Custom Color Palette](images/appearance/blazor-column-chart-custom-color-palette.png)
59+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BjVfXxCBqRuWmxlT?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart with Custom Color Palette](images/appearance/blazor-column-chart-custom-color-palette.png)" %}
6260

6361
<!-- markdownlint-disable MD036 -->
6462

@@ -100,9 +98,7 @@ The color for the points can be bound from the `DataSource` for the series by ut
10098
}
10199
102100
```
103-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rtrfDxMrKwXpXlgX?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
104-
105-
![Blazor Column 3D Chart with PointColorMapping](images/appearance/blazor-column-chart-with-point-color.png)
101+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rtrfDxMrKwXpXlgX?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart with PointColorMapping](images/appearance/blazor-column-chart-with-point-color.png)" %}
106102

107103
## Point level customization
108104

@@ -164,9 +160,7 @@ The data label and fill color of each data point can be customized using the `Po
164160
}
165161
166162
```
167-
{% previewsample "https://blazorplayground.syncfusion.com/embed/BZBzXdsrUGMqoJpK?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
168-
169-
![Blazor Column 3D Chart with Point level customization](images/appearance/blazor-column-chart-point-level-customization.png)
163+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BZBzXdsrUGMqoJpK?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart with Point level customization](images/appearance/blazor-column-chart-point-level-customization.png)" %}
170164

171165
## Chart area customization
172166

@@ -212,9 +206,7 @@ The background color and border of the 3D chart can be customized using the `Bac
212206
}
213207
214208
```
215-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rDhptRCLgGMkWnGY?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
216-
217-
![Blazor Column 3D Chart with Custom Background and Border](images/appearance/blazor-column-chart-custom-background-and-border.png)
209+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rDhptRCLgGMkWnGY?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart with Custom Background and Border](images/appearance/blazor-column-chart-custom-background-and-border.png)" %}
218210

219211
**Chart margin**
220212

@@ -257,9 +249,7 @@ The 3D chart's margin can be set from its container using the `Chart3DMargin` pr
257249
}
258250
259251
```
260-
{% previewsample "https://blazorplayground.syncfusion.com/embed/htLftnshAmBJsYEA?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
261-
262-
![Blazor Column 3D Chart with Custom Margin](images/appearance/blazor-column-chart-custom-margin.png)
252+
{% previewsample "https://blazorplayground.syncfusion.com/embed/htLftnshAmBJsYEA?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart with Custom Margin](images/appearance/blazor-column-chart-custom-margin.png)" %}
263253

264254
## Animation
265255

@@ -387,9 +377,7 @@ The 3D chart can be given a title by using `Title` property, to show the informa
387377
}
388378
389379
```
390-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rNrJZRihUwKPsGvh?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
391-
392-
![Blazor Column 3D Chart with Title](images/appearance/blazor-column-chart-title.png)
380+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rNrJZRihUwKPsGvh?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart with Title](images/appearance/blazor-column-chart-title.png)" %}
393381

394382
### Title position
395383

@@ -431,9 +419,7 @@ By using the `Position`property in `TitleStyle`, the `Title` can be positioned
431419
}
432420
433421
```
434-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LNhTDnsBKczVydKx?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
435-
436-
![Blazor Column 3D Chart with Title](images/appearance/blazor-column-chart-title-position.png)
422+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LNhTDnsBKczVydKx?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart with Title](images/appearance/blazor-column-chart-title-position.png)" %}
437423

438424
The custom option is used to position the title anywhere in the 3D chart using `X` and `Y` coordinates.
439425

@@ -473,9 +459,7 @@ The custom option is used to position the title anywhere in the 3D chart using `
473459
}
474460
475461
```
476-
{% previewsample "https://blazorplayground.syncfusion.com/embed/VDBftnWBgwTPesmR?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
477-
478-
![Blazor Column 3D Chart with Custom Title](images/appearance/blazor-column-chart-title-custom.png)
462+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VDBftnWBgwTPesmR?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart with Custom Title](images/appearance/blazor-column-chart-title-custom.png)" %}
479463

480464
## Title alignment
481465

@@ -517,9 +501,7 @@ The title can be aligned to the near, far, or center of the 3D chart by using th
517501
}
518502
519503
```
520-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LXVzXdiBKwdsnLib?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
521-
522-
![Blazor Column 3D Chart Title with Text Alignment](images/appearance/blazor-column-chart-title-alignment.png)
504+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LXVzXdiBKwdsnLib?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart Title with Text Alignment](images/appearance/blazor-column-chart-title-alignment.png)" %}
523505

524506
### Title customization
525507

@@ -562,9 +544,7 @@ The `TitleStyle` property of the 3D chart provides options to customize the titl
562544
}
563545
564546
```
565-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hjBzDHirqQwNwVvM?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
566-
567-
![Blazor Column 3D Chart Title with Customization](images/appearance/blazor-column-chart-title-with-customization.png)
547+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hjBzDHirqQwNwVvM?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart Title with Customization](images/appearance/blazor-column-chart-title-with-customization.png)" %}
568548

569549
N> The chart components do not use any CSS style for customization; chart elements like axis labels, datalabel, background, series palette, legend text, and tooltip text can be customized by using the `Chart3DAxisLabelStyle`, `Chart3DDataLabelFont`, `BackGround`, `Palettes`, `Chart3DLegendTextStyle`, and `Chart3DTooltipTextStyle`, respectively.
570550

blazor/3D-chart/axis-customization.md

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ The title for the axis can be added by using the `Title` property. It helps to p
5050
}
5151
5252
```
53-
{% previewsample "https://blazorplayground.syncfusion.com/embed/VXhJDdChpXSmCYrG?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
54-
55-
![Blazor Column 3D Chart with Axis Title](images/axis-customization/blazor-column-chart-axis-title.png)
53+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VXhJDdChpXSmCYrG?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart with Axis Title](images/axis-customization/blazor-column-chart-axis-title.png)" %}
5654

5755
## Title rotation
5856

@@ -94,9 +92,7 @@ The title can be rotated from 0 to 360 degree by using the `TitleRotationAngle`
9492
}
9593
9694
```
97-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rjLJXdWBfZniAVZI?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
98-
99-
![Blazor Column 3D Chart with Axis Title Rotation](images/axis-customization/blazor-column-chart-axis-title-rotation.png)
95+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rjLJXdWBfZniAVZI?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart with Axis Title Rotation](images/axis-customization/blazor-column-chart-axis-title-rotation.png)" %}
10096

10197
## Tick lines customization
10298

@@ -137,9 +133,7 @@ The width, color, and height of the minor and major tick lines can be custo
137133
}
138134
139135
```
140-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rjLJtxChftnfOPTu?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
141-
142-
![Blazor Column 3D Chart with Custom Tick Lines](images/axis-customization/blazor-column-chart-custom-tick-lines.png)
136+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rjLJtxChftnfOPTu?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart with Custom Tick Lines](images/axis-customization/blazor-column-chart-custom-tick-lines.png)" %}
143137

144138
## Grid lines customization
145139

@@ -180,9 +174,7 @@ The width and color of the minor and major grid lines can be customized by usin
180174
}
181175
182176
```
183-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rZhzjxWLJXbLjntW?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
184-
185-
![Blazor Column 3D Chart with Custom GridLines](images/axis-customization/blazor-column-chart-custom-gridline.png)
177+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rZhzjxWLJXbLjntW?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart with Custom GridLines](images/axis-customization/blazor-column-chart-custom-gridline.png)" %}
186178

187179
## Multiple Axis
188180

@@ -226,9 +218,7 @@ In addition to primary X and Y axis, n number of axis can be added to the chart.
226218
}
227219
228220
```
229-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LNhTDxirztleaKrC?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
230-
231-
![Blazor 3D Column Chart with Multiple Axes](images/axis-customization/blazor-column-chart-multiple-axes.png)
221+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LNhTDxirztleaKrC?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor 3D Column Chart with Multiple Axes](images/axis-customization/blazor-column-chart-multiple-axes.png)" %}
232222

233223
## Inversed Axis
234224

@@ -269,9 +259,7 @@ When an axis is inversed, highest value of the axis comes closer to origin and v
269259
}
270260
271261
```
272-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LDrJjxWLpXlYDizR?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
273-
274-
![Blazor Column 3D Chart with Inversed Axis](images/axis-customization/blazor-column-chart-inversed-axis.png)
262+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LDrJjxWLpXlYDizR?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart with Inversed Axis](images/axis-customization/blazor-column-chart-inversed-axis.png)" %}
275263

276264
## Opposed position
277265

@@ -311,7 +299,5 @@ To place an axis opposite from its original position, set the `OpposedPosition`
311299
}
312300
313301
```
314-
{% previewsample "https://blazorplayground.syncfusion.com/embed/VtBzZHWhJZuVFHfl?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
315-
316-
![Blazor Column 3D Chart Axis in Opposed Position](images/axis-customization/blazor-column-chart-axis-at-opposed-position.png)
302+
{% previewsample "https://blazorplayground.syncfusion.com/embed/VtBzZHWhJZuVFHfl?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Column 3D Chart Axis in Opposed Position](images/axis-customization/blazor-column-chart-axis-at-opposed-position.png)" %}
317303

0 commit comments

Comments
 (0)