|
CORE
NATIVE
TABLE
MAKE
CUSTOMIZE
EFFECTS
effects_base.js
effects_morph.js
effects_fade.js
effects_move.js
effects_extra.js
effects_toggle.js
effects_cycle.js
effects_cycles.js
VIRTUAL BOX
PLUG-IN
|
tabs.js
Contains the Tabs Class to create professional tab-based interfaces. Contains Class Tabs Summary
Allows to create professional tab-based interfaces with many additional controls, like the scrolling effect,the autoresizing, the opening tab and more. Note that in the Tabs namespacing, the 'tabs' representthe contents while the 'sections' represent the handlers (the list items). Extends
Constructor new Tabs(element, options) Properties
Options
names:
Events
Example var tabs = new Tabs('main', { autoresize: false, opening: 2, openingEffect: 'scroll', effect: 'fix', onChange: function(tab, section, i) { this.sections.removeClass('active'); section.addClass('active'); } });
Documentation By
Riccardo Degni -
powered by MakeDocs, CMS by RD |