Creating a simple GWT accordion widget
October 3rd, 2007 - Written by in Using GWT
The folks over at Timepedia have put together a neat little tutorial on how to create an accordion control using GWT.
Now, there are a great many accordion controls in third party JS libraries, many of them very slick and full featured, but I found that I didn’t need so many features, and I’m trying to limit the number of pure-JS library wrappers I use in GWT because you lose alot of the benefits of the GWT Compiler when you wrap external JS libraries.
How hard could it be to cook up one in GWT? It turns out, not very hard it all.
No comments yet.