This Class is made to generate workflow charts (directed graphs with a unique beggining and an unique end.
Prerequisites:
* This class was tested with php 5.2.9-1, en Apache 2.2, must work with PHP 5.x
* To generate HTML is required the following js libs:
1- excanvas.js (just for IE)
2- jquery.jsPlumb-1.2.5-all-min.js
3- jquery-1.4.2.min.js
4- jquery-ui-1.8.2.custom.min.js
* To generate Gif is required:
1- GD lib installed
2- any TTF font (not included)
* To generate Flash is required:
1- Ming lib installed
2- any FDB font (not included)
Installation:
Unpack in your webserver and add the fonts files (for gif or flash) in same directory or set the proper path with setFuente() method
Clase para generar diagramas de workflows, es decir grafos dirigidos que tienen un inicio y un fin
rerequisitos:
* Se probó con php 5.2.9-1, en Apache 2.2, debería funcionar en PHP 5.x
* Para generar HTML requiere las librerias de js
1- excanvas.js (solo si se usa en IE)
2- jquery.jsPlumb-1.2.5-all-min.js
3- jquery-1.4.2.min.js
4- jquery-ui-1.8.2.custom.min.js
* Para generar Gif se requiere:
1- librería GD instalada
2- alguna fuente TTF (no incluida)
* Para generar Flash requiere:
1- Librería Ming instalada
2- alguna fuente FDB (no incluida)
Installation:
Desempaca en el webserver y agrega las fuentes (para gif o flash) en el mismo directorio o ajusta la ruta con el método setFuente()
|