Navigation
Widgets
Widgets is a basic JavaScript UI framework that simplifies HTML interface elements. It combines the simplicity of frameworks like jQuery and Ext with the power of a GUI toolkit.Usage Reference
More information can be found in the Widgets ManualCreate a new Widget:
mywidget = new Widget(type,id);Set a Widget's action (onclick, onchange):
mywidget.setAction(jsfunction);Add a Widget to an element or another Widget:
mywidget.addTo(target);Hiding/showing, enabling/disabling, selecting/deselecting, and checking/unchecking can be accessed via
Widget.whatYouWantToDo(); (ex: Widget.disable();)
Version History
0.2.4 (Rev 15) First public release with basic features & support for a few basic UI elements.Product GUID: 3756a1fc-93e0-4406-93ee-0ba983f6fcda
Comments: None
Download