I want to make this kind of window using CSS, JQUERY, AJAX, OR JAVASCRIPT
I don’t care as long as i get following results
http://dev.sencha.com/deploy/dev/docs/?class=Ext.grid.PropertyGrid
Can you please tell me which library I can use to have this
look and feel?
Thanks
Well, I dare say that specific page is using the ExtJS library (as that’s the API docs page for it)… 😉 It’s achieving what you see through a mix of CSS and JavaScript.
You can achieve something similar using CSS and just about any library, whether ExtJS or jQuery + jQuery UI, Prototype + script.aculo.us, YUI, Closure, or any of several others (or even without a library, if you want to work unnecessarily hard).