Skip to content
bizonbytes edited this page Jul 29, 2011 · 5 revisions

jQueryTab Built for cfwheels using jQuery

With jQueryTab you can break partial into multiple sections (tab).

The features are:

  • No need to download jQuery libraries since we are loading the CDN files.
  • You can use any of the theme from the UI library
  • Show the tabs over or below the content.

How to us it?

Tabs

  1. Enter the tabs name(s) and partial name(s):

#createjQueryTab(name="Nunc tincidunt,Proin dolor,Aenean lacinia" partial="[partialname1],[partialname2],[partialname3]")#

  1. If you want to change the default theme simply copy the name under the calendar to the jQueryUIcss argument.

#createjQueryTab(name="Nunc tincidunt,Proin dolor,Aenean lacinia" partial="[partialname1],[partialname2],[partialname3]", jQueryUIcss="blitzer")#

Parameters

name | type=string | required=true | hint=Name of tab name or list of tab names.


partial | type=string | required=true| hint=The name of the partial file or list of partial file names related to the name of the tab


openMouserOver | type=boolean| required=false | default=false | hint=Open tab on mouse over


belowContent | type=boolean| required=false | default=false | hint=Show tabs below content


loadjQuery | type=boolean| required=false | default=true | hint= Load jQuery,UI and CSS from Google CDN


jQueryUIcss | type=string | required=false | default=base| hint= The jQuery UI Theme.

Clone this wiki locally