Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grummfy/tabletabs

html table to tabs - mootools extension
https://github.com/grummfy/tabletabs

Last synced: about 1 month ago
JSON representation

html table to tabs - mootools extension

Awesome Lists containing this project

README

        

nuTabs
======

tableTabs - based on nuTabs, add the hability to tabilize a table

license: MIT-style license.
authors:
- Grummfy (http://grummfy.com)

based on nuTabs from Oskar Krawczyk (http://nouincolor.com/)
http://mootools.net/forge/p/nutabs
https://github.com/oskarkrawczyk/nuTabs

How to use
----------

### JavaScript

vat tabletabs = new tableTabs($$('#tabs-changer a'), $$('#tabs-tochange tbody'), 0,
{
transition: 'bounce:out'
});

Or

vat tabletabs = $$('#tabs-changer a, #tabs-tochange tbody').tabsify(
{
transition: 'bounce:out'
});

### HTML







test 1.1
test 2
test 3
test 4




test 1.2
test 2
test 3
test 4


Options
-------

All options have default values assigned, hence are optional.

### Version 1.0

* **activeClass** : (string) active class name for the tabs, default 'selected'
* **transition** : (mixed) the object or string of a specific transition, default 'sine:out'
* **enabledTransition** : (bool) active or not trhe transition, default true