Skip to content

Commit a08c666

Browse files
Merge branch 'development' into 786407-doc-update
2 parents 012a819 + 0ef620c commit a08c666

File tree

633 files changed

+3769
-22949
lines changed

Some content is hidden

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

633 files changed

+3769
-22949
lines changed

blazor-toc.html

Lines changed: 42 additions & 20 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>

blazor/appearance/themes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,6 @@ It is important to note that the Material 3 theme uses CSS variables. To overrid
757757
}
758758
```
759759

760-
N> If you are using **Visual Studio 2019**, please use the `includePath` property instead of `loadPaths` as the latter does not support the Web Compiler for VS 2019. However, we highly recommend using the **Web Compiler 2022+** for **Visual Studio 2022**. For more information, please refer to the [discussion link here](https://github.com/failwyn/WebCompiler/issues/24).
761-
762760
N> If you come across the **'Can't find stylesheet to import'** error, ensure that you have installed the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Themes](https://www.npmjs.com/package/@syncfusion/blazor-themes) NPM package in the project's directory rather than the solution's directory.
763761

764762
The following shows the importing theme path for the overall theme.

blazor/barcode/barcodeGenerator.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
## Code39
1313

14-
The Code 39 character set includes the digits 0-9, the letters A-Z (upper case only), and the symbols: space, minus (-), plus (+), period (.), dollar sign ($), slash (/), and percent (%). A special start/stop character is placed at the beginning and end of each barcode. The barcode can be of any length; even more than 25 characters begin to push the bounds. Code 39 is the only type of barcode that does not require a checksum for common use.
14+
The Code 39 character set includes digits 0-9, uppercase letters A–Z, and the symbols space, minus (-), plus (+), period (.), dollar ($), slash (/), and percent (%). A special start/stop character is placed at the beginning and end of each barcode. The barcode can be of any length; even more than 25 characters begin to push the bounds. Code 39 is the only type of barcode that does not require a checksum for common use.
1515

1616
```cshtml
1717
@using Syncfusion.Blazor.BarcodeGenerator
@@ -23,7 +23,7 @@ The Code 39 character set includes the digits 0-9, the letters A-Z (upper case o
2323

2424
## Code39 Extended
2525

26-
Code 39 Extended is an extended version of Code 39 that supports ASCII character set. In Code 39 Extended, you can also code 26 lower letters (a-z) and the special characters in the keyboard.
26+
Code 39 Extended is an enhanced version of Code 39 that supports ASCII character set. In Code 39 Extended, it can encode lowercase letters (az) and special keyboard characters by using combinations of standard Code 39 symbols.
2727

2828
```cshtml
2929
@using Syncfusion.Blazor.BarcodeGenerator
@@ -35,7 +35,7 @@ Code 39 Extended is an extended version of Code 39 that supports ASCII character
3535

3636
## Code 11
3737

38-
Code 11 is used primarily for labeling the telecommunication equipment’s. The character set includes the digits 0 to 9, a dash (-), and a start/stop code.
38+
Code 11 is used primarily for labeling telecommunications equipment. The character set includes digits 0 to 9, a dash (-), and start/stop codes.
3939

4040
```cshtml
4141
@using Syncfusion.Blazor.BarcodeGenerator
@@ -47,11 +47,11 @@ Code 11 is used primarily for labeling the telecommunication equipment’s. The
4747

4848
## Codabar
4949

50-
Codabar is a variable length symbol that encodes the following 20 characters:
50+
Codabar is a variable-length symbol that encodes the following 20 characters:
5151

5252
0123456789-$:/.+ABCD
5353

54-
The characters A, B, C and D are used as start and stop characters. Codabar is used in libraries, blood banks, the package delivery industry and a variety of other information processing applications.
54+
The characters A, B, C, and D serve as start and stop characters. Codabar is used in libraries, blood banks, the package delivery industry and a variety of other information processing applications.
5555

5656
```cshtml
5757
@using Syncfusion.Blazor.BarcodeGenerator
@@ -63,11 +63,11 @@ The characters A, B, C and D are used as start and stop characters. Codabar is u
6363

6464
## Code 32
6565

66-
Code 32 is mainly used for coding pharmaceuticals, cosmetics, and dietetics. It is often used to encode Italian Pharmacode that has the following structure:
66+
Code 32 is used mainly for coding pharmaceuticals, cosmetics, and dietetics. It is often to encode the Italian Pharmacode that has the following structure:
6767

6868
* ‘A’ character (ASCII 65), that is not really encoded.
69-
* 8 digits for Pharmacode (It generally begins with / and prefixed with 0).
70-
* 1 digit for checksum module 10, that is automatically calculated by barcode.
69+
* 8 digits for the Pharmacode (It generally begins with / and prefixed with 0).
70+
* 1 digit for checksum module 10, that is automatically calculated by the barcode.
7171

7272
The value to be encoded must be 8 digits Pharmacode (prefix it with ‘0’ if necessary), and the 9th digit (the checksum) is automatically calculated by barcode.
7373

@@ -81,7 +81,7 @@ The value to be encoded must be 8 digits Pharmacode (prefix it with ‘0’ if n
8181

8282
## Code 93
8383

84-
Code 93 is designed to complement and improve Code 39. It can represent the entire ASCII character set by using combinations of 2 characters. Code 93 is a continuous, variable-length symbology and produces denser code. The Standard Mode (default implementation) can encode uppercase letters (A-Z), digits (0-9), and special characters like *, -, $, %, (Space), ., /, and +.
84+
Code 93 is designed to complement and improve Code 39. It represents the entire ASCII character set through combinations of two characters. Code 93 is a continuous, variable-length symbology and produces denser code. The Standard Mode (default implementation) can encode uppercase letters (A-Z), digits (0-9), and special characters like *, -, $, %, (Space), ., /, and +.
8585

8686
```cshtml
8787
@using Syncfusion.Blazor.BarcodeGenerator
@@ -93,11 +93,11 @@ Code 93 is designed to complement and improve Code 39. It can represent the enti
9393

9494
## Code 93 Extended
9595

96-
The Code 93 Extended Barcode symbology is continuous, variable length, and self-checking. It is based on Code 93 Barcode. The Extended Version can encode all 128 ASCII characters.
96+
Code 93 Extended Barcode symbology is a continuous, variable length, self-checking. It is based on Code 93 Barcode. The Extended Version can encode all 128 ASCII characters.
9797

9898
## Code 128
9999

100-
Code 128 is a variable length, high density, alphanumeric, linear bar code symbology capable of encoding full 128-character ASCII character set and extended character sets. This symbology includes a checksum digit for verification and the barcode can also be verified character-by-character by verifying the parity of each data byte.
100+
Code 128 is a variable-length, high-density, alphanumeric, linear bar code symbology capable of encoding full 128-character ASCII character set and extended character sets. This symbology includes a checksum digit for verification and the barcode can be verified character-by-character by verifying the parity of each data byte.
101101

102102
### Code 128 Code Sets
103103

@@ -107,7 +107,7 @@ Code 128 is a variable length, high density, alphanumeric, linear bar code symbo
107107

108108
### Code 128 Special characters
109109

110-
The last seven characters of Code Sets A and B (character values 96 - 102) and the last three characters of Code Set C (character values 100 - 102) are special non-data characters with no ASCII character equivalents that have a particular significance to the Barcode reading device.
110+
The last seven characters of Code Sets A and B (character values 96-102) and the last three characters of Code Set C (character values 100-102) are special non-data characters with no ASCII character equivalents that have a particular significance to the Barcode reading device.
111111

112112
```cshtml
113113
@using Syncfusion.Blazor.BarcodeGenerator
@@ -131,7 +131,7 @@ A page or printed media with barcode often appears colorful in the background an
131131

132132
## Customizing the Barcode dimension
133133

134-
The dimension of the barcode can be changed using the [Height](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.html#Syncfusion_Blazor_BarcodeGenerator_SfBarcodeGenerator_Height) and [Width](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.html#Syncfusion_Blazor_BarcodeGenerator_SfBarcodeGenerator_Width) properties of the barcode generator.
134+
The dimensions of the barcode can be adjusted using the [Height](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.html#Syncfusion_Blazor_BarcodeGenerator_SfBarcodeGenerator_Height) and [Width](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.html#Syncfusion_Blazor_BarcodeGenerator_SfBarcodeGenerator_Width) properties of the barcode generator.
135135

136136
```cshtml
137137
@using Syncfusion.Blazor.BarcodeGenerator
@@ -143,7 +143,7 @@ The dimension of the barcode can be changed using the [Height](https://help.sync
143143

144144
## Customizing the text
145145

146-
In barcode generators, you can customize the barcode text by using display [Text](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText.html#Syncfusion_Blazor_BarcodeGenerator_BarcodeGeneratorDisplayText_Text) property.
146+
In barcode generators, Customize the barcode text by using display [Text](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText.html#Syncfusion_Blazor_BarcodeGenerator_BarcodeGeneratorDisplayText_Text) property.
147147

148148
```cshtml
149149
@using Syncfusion.Blazor.BarcodeGenerator
@@ -173,7 +173,7 @@ The below code explains how to set the EnableCheckSum property to hide the extra
173173

174174
## Event
175175

176-
[OnValidationFailed](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.html#Syncfusion_Blazor_BarcodeGenerator_SfBarcodeGenerator_OnValidationFailed) event in the [SfBarcodeGenerator](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.html) is used to trigger when the input is an invalid string.
176+
[OnValidationFailed](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.html#Syncfusion_Blazor_BarcodeGenerator_SfBarcodeGenerator_OnValidationFailed) event in the [SfBarcodeGenerator](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.html) is used to trigger when the input is invalid string.
177177

178178
```cshtml
179179
@using Syncfusion.Blazor.BarcodeGenerator
@@ -186,6 +186,8 @@ The below code explains how to set the EnableCheckSum property to hide the extra
186186
}
187187
}
188188
```
189+
{% previewsample "https://blazorplayground.syncfusion.com/embed/htBSiDDFBHLnIOaq?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
190+
189191
## See also
190192

191193
* [How to generate a QR Code in (2FA) Application in Blazor Diagram?](https://support.syncfusion.com/kb/article/16295/how-to-generate-a-qr-code-in-2fa-application-in-blazor-diagram)

0 commit comments

Comments
 (0)