Standard JS GUI Control Libraries

657 Views Asked by At

As far as JS libraries go we have standards like jQuery for making our own tools, but are there very widely used libraries of reusable controls, to make up for all the standard GUI controls not supported in JTML? For instance sliders, tree controls, etc... searching online I can find 101 free versions of any given control but a well-established library would be better.

2

There are 2 best solutions below

0
On BEST ANSWER

jQuery UI most of the standard controls

jQGrid grid and tree controls

0
On

My GUI toolkit of choice is Ext-JS. http://dev.sencha.com/deploy/dev/examples/

Not free (for commercial purposes), but it's the most solid, complete, good looking Widget library out there. jQuery UI is very simple and doesn't have a well designed Component/Layout architecture.

There are a few other ones out there.