Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grummfy/tabletabs
- Owner: Grummfy
- Created: 2011-07-31T23:16:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-31T23:50:47.000Z (over 13 years ago)
- Last Synced: 2024-05-01T19:23:35.249Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/nuTabsHow 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