ASP.NET 的流程图控件
我需要使用 html/jquery/silverlight/Scalable Vector Graphics(SVG) 为 Asp.net 构建流程图控件。用户需要在网页中设计流程图并需要保存。请建议一些好的实现。我尝试了一些 API,例如 Gliffy 和 Grapholite 但不适合我的场景,因为此 API 需要实时互联网连接。现在我正在尝试使用 jsplump。
请帮助我,也请分享任何免费的控件。
I need to build a flowchart control for Asp.net with html/jquery/silverlight/Scalable Vector Graphics(SVG). The user need to design the flowchart in the web page and need to save it. Please suggest some good implementation.I tried some API's like Gliffy and Grapholite but not suitable for my scenario as this API need live internet connection. Now I'm trying with jsplump.
Please help me out, Also please share any free controls for that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 mxgraph.com 中创建和保存流程图。它不是一个控件,但输出是 XML,.NET 可以轻松解析。
You can create and save flowcharts in mxgraph.com. It's not a control, but the output is XML, .NET can parse that easily.