You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blazor/barcode/barcodeGenerator.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,3 +206,8 @@ The below code explains how to set the EnableCheckSum property to hide the extra
206
206
}
207
207
}
208
208
```
209
+
## See also
210
+
211
+
*[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)
212
+
213
+
*[How to create a simple BarcodeGenerator and QRCodeGenerator sample in a .NET 8 Blazor Web App using interactive render mode as a server?](https://support.syncfusion.com/kb/article/17284/how-to-create-a-simple-barcodegenerator-and-qrcodegenerator-sample-in-a-net-8-blazor-web-app-using-interactive-render-mode-as-a-server)
Copy file name to clipboardExpand all lines: blazor/barcode/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,4 +188,4 @@ N> You can also explore our [Blazor Barcode Generator example](https://blazor.sy
188
188
## See also
189
189
190
190
*[Getting Started with Syncfusion Blazor Web Assembly App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app)
191
-
*[Getting Started with Syncfusion Blazor Web App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app)
191
+
*[Getting Started with Syncfusion Blazor Web App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app)
Copy file name to clipboardExpand all lines: blazor/barcode/qrcodegenerator.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,3 +144,6 @@ The size of the logo can be changed using the [Height](https://help.syncfusion.c
144
144
}
145
145
146
146
```
147
+
*[How can I adjust the margin of the QR code and handle text positioning when using the QRCodeGenerator in Syncfusion?](https://support.syncfusion.com/kb/article/18734/how-can-i-adjust-the-margin-of-the-qr-code-and-handle-text-positioning-when-using-the-qrcodegenerator-in-syncfusion)
148
+
149
+
*[How to export the QR code in a Blazor Server project to a desired location using a memory stream?](https://support.syncfusion.com/kb/article/17216/how-to-export-the-qr-code-in-a-blazor-server-project-to-a-desired-location-using-a-memory-stream)
Copy file name to clipboardExpand all lines: blazor/diagram/annotations/appearance.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,9 +186,9 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
186
186
187
187
| TextWrapping | Description | Image |
188
188
| -------- | -------- | -------- |
189
-
| No Wrap | Text will not be wrapped. ||
190
-
| Wrap | Text-wrapping occurs, when the text overflows beyond the available node width. ||
191
-
| WrapWithOverflow (Default) | Text-wrapping occurs, when the text overflows beyond the available node width. However, the text may overflow beyond the node width in the case of a very long word. ||
189
+
|[No Wrap](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.TextWrap.html#Syncfusion_Blazor_Diagram_TextWrap_NoWrap)| Text will not be wrapped. ||
190
+
|[Wrap](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.TextWrap.html#Syncfusion_Blazor_Diagram_TextWrap_Wrap)| Text-wrapping occurs, when the text overflows beyond the available node width. ||
191
+
|[WrapWithOverflow](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.TextWrap.html#Syncfusion_Blazor_Diagram_TextWrap_WrapWithOverflow)| Text-wrapping occurs, when the text overflows beyond the available node width. However, the text may overflow beyond the node width in the case of a very long word. ||
192
192
193
193
### How to Control Text Overflow
194
194
@@ -530,9 +530,9 @@ AnnotationConstraints may have multiple behaviors as follows:
530
530
531
531
| Constraints | Usages |
532
532
|---|---|
533
-
| ReadOnly | Enables or disables whether the annotation to be read only or not. |
534
-
| None | Disables all behaviors of Annotation. |
535
-
|InheritReadOnly |Enables or disables to inherit the ReadOnly option from the parent object.|
533
+
|[ReadOnly](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.AnnotationConstraints.html#Syncfusion_Blazor_Diagram_AnnotationConstraints_ReadOnly)| Enables or disables whether the annotation to be read only or not. |
534
+
|[None](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.AnnotationConstraints.html#Syncfusion_Blazor_Diagram_AnnotationConstraints_None)| Disables all behaviors of Annotation. |
535
+
|[InheritReadOnly](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.AnnotationConstraints.html#Syncfusion_Blazor_Diagram_AnnotationConstraints_InheritReadOnly)|Enables or disables to inherit the ReadOnly option from the parent object.|
536
536
537
537
N> The default value is [InheritReadOnly](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.AnnotationConstraints.html#Syncfusion_Blazor_Diagram_AnnotationConstraints_InheritReadOnly) for constraints property of the annotation.
538
538
@@ -645,3 +645,5 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
645
645
*[How to add annotation for Node](./node-annotation)
646
646
647
647
*[How to add annotation for Connector](./connector-annotation)
648
+
649
+
*[How to Prevent Text Overflow and Display Excess Content on Hover in a Diagram](https://support.syncfusion.com/kb/article/18726/how-to-prevent-text-overflow-and-display-excess-content-on-hover-in-a-diagram)
Copy file name to clipboardExpand all lines: blazor/diagram/annotations/connector-annotation.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,3 +231,5 @@ The `HorizontalAlignment`, `VerticalAlignment` and `Margin` properties were expl
231
231
*[How to add or remove annotation constraints](../constraints#annotation-constraints)
232
232
233
233
*[How to customize the annotation](./appearance)
234
+
235
+
*[How to animate connectors using annotationtemplate in angular diagram](https://support.syncfusion.com/kb/article/20265/how-to-animate-connectors-using-annotationtemplate-in-angular-diagram )
|[TextChanged](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SfDiagramComponent.html#Syncfusion_Blazor_Diagram_SfDiagramComponent_TextChanged)|[TextChangeEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.TextChangeEventArgs.html)|Triggers when the node’s/connector's label is changed in the diagram.|
20
-
|[TextChanging](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SfDiagramComponent.html#Syncfusion_Blazor_Diagram_SfDiagramComponent_TargetPointChanging)|[TextChangeEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.TextChangeEventArgs.html)|An event that is raised when the node and connector's label is changing in the diagram.|
20
+
|[TextChanging](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.SfDiagramComponent.html#Syncfusion_Blazor_Diagram_SfDiagramComponent_TextChanging)|[TextChangeEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.TextChangeEventArgs.html)|An event that is raised when the node and connector's label is changing in the diagram.|
21
21
22
22
The following code example shows how to register and get notifications from the TextChanged and TextChanging events.
Copy file name to clipboardExpand all lines: blazor/diagram/annotations/interactions.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,3 +84,5 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
84
84
*[How to add annotation for Node](./node-annotation)
85
85
86
86
*[How to add annotation for Connector](./connector-annotation)
87
+
88
+
*[How to animate connectors using annotationtemplate in angular diagram](https://support.syncfusion.com/kb/article/20265/how-to-animate-connectors-using-annotationtemplate-in-angular-diagram )
Copy file name to clipboardExpand all lines: blazor/diagram/annotations/labels.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,3 +257,10 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
257
257
*[How to add or remove annotation constraints](../constraints#annotation-constraints)
258
258
259
259
*[How to customize the annotation](./appearance)
260
+
261
+
*[How to animate connectors using annotationtemplate in angular diagram](https://support.syncfusion.com/kb/article/20265/how-to-animate-connectors-using-annotationtemplate-in-angular-diagram )
262
+
263
+
*[How to dynamically create and connect diagram nodes with annotations via ports in syncfusion blazor diagram](https://support.syncfusion.com/kb/article/19001/how-to-dynamically-create-and-connect-diagram-nodes-with-annotations-via-ports-in-syncfusion-blazor-diagram)
264
+
*[How to Prevent Text Overflow and Display Excess Content on Hover in a Diagram?](https://support.syncfusion.com/kb/article/18726/how-to-prevent-text-overflow-and-display-excess-content-on-hover-in-a-diagram)
265
+
266
+
*[How to generate a hierarchical layout with annotation at runtime?](https://support.syncfusion.com/kb/article/17884/how-to-generate-a-hierarchical-layout-with-annotation-at-runtime)
Copy file name to clipboardExpand all lines: blazor/diagram/bpmn-shapes/bpmn-activity.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,14 +104,14 @@ The various types of BPMN tasks are tabulated as follows.
104
104
105
105
| Shape | Image | Description|
106
106
| -------- | -------- | -------- |
107
-
| Service ||A Service task is a task that uses a web service, an automated application, or other kinds of service in completing the task.|
108
-
| Send ||A Send task represents a task that sends a message from one to another. The task is completed once the message has been sent.|
109
-
| Receive ||A Receive task indicates the wait for the arrival of a certain message. The task is completed once the message has been received.|
110
-
| Instantiating Receive ||A receive task is used to instantiate a process that is the receive task replace the message start event.|
111
-
| Manual ||A Manual task is a task that is performed without the aid of any business process execution engine or any application.|
112
-
| Business Rule ||A Business Rule task is used to synchronously execute one or more rules.|
113
-
| User ||A User task represents that a human performer performs the task with the use of a software application.|
114
-
| Script ||A Script task is an automated activity when a process execution arrives at the Script task, the corresponding script is executed.|
107
+
|[Service](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnTaskType.html#Syncfusion_Blazor_Diagram_BpmnTaskType_Service)||A Service task is a task that uses a web service, an automated application, or other kinds of service in completing the task.|
108
+
|[Send](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnTaskType.html#Syncfusion_Blazor_Diagram_BpmnTaskType_Send)||A Send task represents a task that sends a message from one to another. The task is completed once the message has been sent.|
109
+
|[Receive](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnTaskType.html#Syncfusion_Blazor_Diagram_BpmnTaskType_Receive)||A Receive task indicates the wait for the arrival of a certain message. The task is completed once the message has been received.|
110
+
|[Instantiating Receive](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnTaskType.html#Syncfusion_Blazor_Diagram_BpmnTaskType_InstantiatingReceive)||A receive task is used to instantiate a process that is the receive task replace the message start event.|
111
+
|[Manual](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnTaskType.html#Syncfusion_Blazor_Diagram_BpmnTaskType_Manual)||A Manual task is a task that is performed without the aid of any business process execution engine or any application.|
112
+
|[Business Rule](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnTaskType.html#Syncfusion_Blazor_Diagram_BpmnTaskType_BusinessRule[)||A Business Rule task is used to synchronously execute one or more rules.|
113
+
|[User](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnTaskType.html#Syncfusion_Blazor_Diagram_BpmnTaskType_User)||A User task represents that a human performer performs the task with the use of a software application.|
114
+
|[Script](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnTaskType.html#Syncfusion_Blazor_Diagram_BpmnTaskType_Script)||A Script task is an automated activity when a process execution arrives at the Script task, the corresponding script is executed.|
115
115
116
116
## How to Create a BPMN Activity Collapsed Sub-Process
117
117
@@ -207,10 +207,10 @@ The following table contains various types of BPMN loops.
207
207
208
208
| LoopActivity | Task | Subprocess | Description|
209
209
| -------- | -------- | --------| --------|
210
-
| None |||None of the shape shows in the sub-process.|
211
-
| Standard |||Loop marker indicates that the sub-process repeats itself in the sequence.|
212
-
| SequenceMultiInstance |||Multi-Instance marker indicates that the sub-process can run with other identical sub-processes simultaneously. The three horizontal lines indicate the sequential execution.|
213
-
| ParallelMultiInstance |||Multi-Instance marker indicates that the sub-process can run with other identical sub-processes simultaneously. The three vertical lines indicate that the instances will be executed in parallel.|
210
+
|[None](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnLoopCharacteristic.html#Syncfusion_Blazor_Diagram_BpmnLoopCharacteristic_None)|||None of the shape shows in the sub-process.|
211
+
|[Standard](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnLoopCharacteristic.html#Syncfusion_Blazor_Diagram_BpmnLoopCharacteristic_Standard)|||Loop marker indicates that the sub-process repeats itself in the sequence.|
212
+
|[SequenceMultiInstance](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnLoopCharacteristic.html#Syncfusion_Blazor_Diagram_BpmnLoopCharacteristic_SequenceMultiInstance)|||Multi-Instance marker indicates that the sub-process can run with other identical sub-processes simultaneously. The three horizontal lines indicate the sequential execution.|
213
+
|[ParallelMultiInstance](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnLoopCharacteristic.html#Syncfusion_Blazor_Diagram_BpmnLoopCharacteristic_ParallelMultiInstance)|||Multi-Instance marker indicates that the sub-process can run with other identical sub-processes simultaneously. The three vertical lines indicate that the instances will be executed in parallel.|
214
214
215
215
### How to Enable Compensation
216
216
@@ -399,7 +399,7 @@ The following table contains various types of BPMN boundaries.
399
399
400
400
| SubProcessType | Image | Description|
401
401
| -------- | -------- | -------- |
402
-
| Call ||It is a global sub-process that is reused at various points in the business flow.|
403
-
| Event ||The event sub-process is a sub-process that is triggered by an event. An event sub-process can be added at the process level or at any sub-process level.|
404
-
| Transaction ||It is a specialized sub-process that involves payment.|
405
-
|Default ||The task that is performed in a business process. It is represented by a rounded rectangle.|
402
+
|[Call](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnSubProcessType.html#Syncfusion_Blazor_Diagram_BpmnSubProcessType_Call)||It is a global sub-process that is reused at various points in the business flow.|
403
+
|[Event](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnSubProcessType.html#Syncfusion_Blazor_Diagram_BpmnSubProcessType_Event)||The event sub-process is a sub-process that is triggered by an event. An event sub-process can be added at the process level or at any sub-process level.|
404
+
|[Transaction](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnSubProcessType.html#Syncfusion_Blazor_Diagram_BpmnSubProcessType_Transaction)||It is a specialized sub-process that involves payment.|
405
+
|[Default](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.BpmnSubProcessType.html#Syncfusion_Blazor_Diagram_BpmnSubProcessType_Default)||The task that is performed in a business process. It is represented by a rounded rectangle.|
0 commit comments