Quicktabs is a nice little module that allows us to create blocks with tabbed content. It has a user interface to create new Quicktab blocks. The Quicktabs can be composed out of normal Drupal blocks, Views or other Quicktabs.
The nice thing is that the content of the Quicktabs can be loaded using AJAX, which might be necessary for performance reasons. The other nice thing is that Quicktabs also provides a little api to create Quicktab blocks programmatically.
Let's find out how to create them programmatically.
Recent comments