Can you make a project for me where i can see flowcharting and swimlate with save and load fucntionality.
can i add my company logo and other information before saving that diagram
Hi Asim,
Please find the response for the queries in the below table
|
Can you make a project for me where i can see flowcharting and swimlate with save and load fucntionality. |
We have created a sample for the swimlane with save and
load functionality. The diagram is serialized as string while saving. The
client-side method, saveDiagram helps to serialize the diagram as a
string. Diagram is loaded from the serialized string data by client-side
method, loadDiagram. For more information about how to save and load
the diagram, please refer to the below UG Link Ug Link: https://ej2.syncfusion.com/aspnetcore/documentation/diagram/serialization |
|
|
can i add my company logo and other information before saving that diagram |
Yes, you can add your company logo before saving the diagram. By using the image type node, we can able to add image shapes in the diagram. Diagram allows to add images as image nodes. The shape property of node allows you to set the type of node and for image nodes, it should be set as image. In addition, the source property of shape enables you to set the image source. Before save the diagram , you can add image node in the diagram and save the diagram. After save the diagram, you can delete that node using the remove method. Please refer to the below code snippet
|
Sample: https://www.syncfusion.com/downloads/support/forum/174359/ze/Swimlane_-_Save-load1580083538
Regards
Aravind Ravi
in this sample i cannot see the tool bar of flow shape connector and swimlane.how to save diagram as json file to server and get bact from server and with context menu
Hi Asim,
We have modified the sample to show symbol palette and used the custom context menu to save and load the diagram using context menu. You can save and load the diagram from server side by saving the diagram as String and passing it to the serve by Ajax call and retrieving the string data back and loading the string data by passing it to diagram.load(). For more info, please refer to the below attached sample.
And to know more about context Menu we have attached UG-Documentation link.
UG Link: https://ej2.syncfusion.com/aspnetcore/documentation/diagram/context-menu
Regards,
Arun Kumar.