Articles tagged with "tab"

Simple TabHelper using JQuery UI

By Paul Earley
I needed a simple tab component on some of my pages and did not want to bog down load time on every page of my CakePHP application. I put together this simple TabHelper. It uses JQuery UI and is based upon the tabs described here: http://stilbuero.de/jquery/tabs_3/

Limitations:

  • This version only allows one tab set per screen.
  • This version does not set javascript paramaters for the UI tabs. I would be grateful if a javascript guru would make this improvement.

[Read more]

TabHelper

By Henrik Bjørnskov
Okay, in the Bakery there is a lot of MenuHelper's and TabHelper's which tries to produce a nice way to check the controller params etc and select the active element. This helper does exactly that, just in an alternative way.
[Read more]