Namespace: flowchart

flowchart

This is a library which provides a way to render interactive flowcharts starting from a well formatted xml
Author:
  • abidibo <dev@abidibo.net> (http://www.abidibo.net)
License:
  • MIT-style license
Source:

Requires

  • module:jQuery>=v2.0.3
  • module:mootools-core>=1.4
  • module:mootools-more>=1.4

Classes

Chart
Chart class
ConditionalBlock
Conditional Block, n choices
EndBlock
End Block
ErrorBlock
Error Block
EventDispatcher
Event dispatcher Object
StraightBlock
Straight Block, no choices

Namespaces

Block

Methods

<static> BlockFactory(type, node) → {Object}

Factory method which creates block objects

Parameters:
Name Type Description
type String The block type
node Object The xml node object
Source:
Returns:
a specific Block instance
Type
Object