WT Toolkit is a GUI logic toolkit that makes constructing pure or hybrid AJAX applications as easy as constructing desktop GUI applications.
Project website and download: http://sourceforge.net/projects/wt-toolkit
|
File Summary
|
| wt_algor.js |
This file contains some classical data structures and algorithms used in WT Toolkit. |
| wt_core.js |
This file contains the most basic building blocks of WT Toolkit, such as the event handling system, the garbage collector,
and the AJAX RPC system. |
| wt_form.js |
This file contains all objects related to AJAX input forms. |
| wt_mouse.js |
This file contains the global mouse event emitter. |
| wt_vector.js |
This file contains all the classes related to SVG/VML vector graphics. |
| wt_widget.js |
This file contains all non-vector and non-form visible widgets |
| wt_wm.js |
This file contains the window manager class for controlling window ordering and activation. |