- Made TabbedView title customizable by a custom tabbedview template. [phgross]
- Replaced old spinner image. [Julian Infanger]
- Use bind() instead of on() to restore jQuery < 1.7 compatibility. [lgraf]
3.3.9
------------------
- Fix bug sometimes the default-tab setting did not work. [jone]
- Fixed not closed script tags. [lknoepfel]
- Load extjs related JS resurces only on tabbed.pt, thus we save 700KB of JS on not tabbed views. [mathias.leimgruber]
3.3.8
------------------
- Replaced unicode char for tabbedview menu header. Use icon instead, because the unicode char didn't work on IE. [Julian Infanger]
3.3.7
------------------
- Move table_options initalization from __call__ to __init__ in listing.py. Otherwise the update method does not work without calling the view first. [mathias.leimgruber]