Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
JS_Flowchart-v1.13.zip | 2011-10-13 | 78.5 kB | |
JavaScript_Flowchart-v1.01.zip | 2011-10-13 | 6.0 kB | |
JavaScript_Flowchart-v1.02.zip | 2011-10-13 | 6.6 kB | |
JS Flowchart-v1.12.zip | 2011-10-13 | 77.9 kB | |
JavaScript Flowchart-v1.10.zip | 2011-10-13 | 73.8 kB | |
JavaScript Flowchart-v1.11.zip | 2011-10-13 | 77.2 kB | |
Totals: 6 Items | 320.0 kB | 0 |
JavaScript Flowchart - README Copyright (C) 2011 Virgo Pihlapuu Program description ======================================================================== This program is for drawing graphical and logical block diagrams as flowcharts. It is using HTML interface and JavaScript logic. It is also using JQuery JavaScript library. At the moment all the interface is made of 3 files: index.htm, jq_functions.js and jquery.js. Contact ======================================================================== Please give me feedback in here or to mail: virx15@gmail.com. Give any ideas how to make this program better. What functions would be good to have in future or how to make functions and interface easier, better etc. Ready features: ======================================================================== - Insert different HTML graphical elements. - Change the size, value and color of different elements. - Draw continuous line. - Pick color with click in colorbox - View HTML source code of the drawing. - View list of object ID-s. - Select objects with click in the ID list box. - Undo inserted objects. - Redo objects previously removed with undo function. - Remove selected objects. - Change drawing source code update it to the drawing. Future develop list: ======================================================================== - Keyboard event bindings for different actions. - Insert all HTML elements. - Create/Insert simple images. - Create logic, loops and functions that use HTML elements for input/output. - Export document and logic functions into different formats and programming languages. Version history: ======================================================================== 1.20 - Insert, remove and update JavaScript logic blocks. - Insert, remove Main loop logic blocks. - Run and stop main loop. - Change main loop cycle delay from dropdown menu. - Bind and unbind click event to selected objects and selected logic blocks as event execution functions. - Add, remove object event logic blocks. - Message log for logic actions and script execution. - "Unselect" button in edit menu. _ Underline object menu item text after activating it. - Change arrow direction with mouse scroll. 1.19 - Change draw are size and background color 1.18 - Move lines. 1.17 - Move selected objects. - Insert input object. 1.16 - New UI design. - Select line separator. 1.15 - Functions changed to work with IE. - Some functions adjusted for better perfomance and load time. - Page icon added. 1.14 - Better interface. - Multiline text. 1.13 - If select "Select" from the "Action" menu, then with 2 clicks can draw box around multiple objects and select them. 1.12 - Select objects. - Delete selected objects. - Delete last inserted object. - Remake last deleted object. 1.11 - Color picking box.