Click here to Skip to main content
15,887,596 members
Articles / Web Development / HTML

Javascript Flow Chart and Workflow with C# ASP.NET MVC

Rate me:
Please Sign up or sign in to vote.
4.95/5 (24 votes)
8 Nov 2017CPOL12 min read 47.9K   2.4K   42  
Using JSPlumb with ASP MVC to create flow-chart and work-flow applications
This article is about a very useful Javascript library called 'JS plumb', and how it can help us build flow-chart or work-flow style capabilities into our .net web based applications. Let's have a look at the basics of how things hang together visually with flow-charts, and JSPlumb in particular. We look at: shapes (the building blocks of our flowchart), setting the anchors property, endpoints (the intersection of connectors and anchors), and connectors (the lines that allow us to create the links between shapes).

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer SocialVoice.AI
Ireland Ireland
Allen is CTO of SocialVoice (https://www.socialvoice.ai), where his company analyses video data at scale and gives Global Brands Knowledge, Insights and Actions never seen before! Allen is a chartered engineer, a Fellow of the British Computing Society, a Microsoft mvp and Regional Director, and C-Sharp Corner Community Adviser and MVP. His core technology interests are BigData, IoT and Machine Learning.

When not chained to his desk he can be found fixing broken things, playing music very badly or trying to shape things out of wood. He currently completing a PhD in AI and is also a ball throwing slave for his dogs.

Comments and Discussions