Custom YUI Grid Column Widths
Nate Koechley has a very useful post about customizing the column widths in YUI grids. This should be added somehow to the YUI Grid builder so that it can be automated.
Nate Koechley has a very useful post about customizing the column widths in YUI grids. This should be added somehow to the YUI Grid builder so that it can be automated.

All TabView events are Custom Events (see Event Utility docs); subscribe to these events using addListener (e.g. myTabs.addListener(‘activeChange”, fn); ).