TabManager
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A Tab Manager system form Prototype js and scriptaculous
# TabManager - A simple, unintrusive Tab Maker for prototype
By: NickCis https://github.com/NickCis

## How to use it:
		$().TabManager();
		Element.TabManager(, );
		TabManager(, );
		 (optional) is a dictionary (see below defaults for an explanation about each keyword)

IMPORTANT: in order to work, the container of the tab system needs to have an id!.

## Structure of html:
		 
title 1
Content #1
title 2
Content #2
title 3
Content #3
## Example js: $('tabs').TabManager({'listId':'ulcontainer'}); See example for further details. ## Functions: showTab() show the tab of index (the index starts in 0) lengthTabs() returns the number of tabs lastTab() show the last Tab nextTab() show next tab (if the last last one was selected, the first one is shown) prevTab() show the previous tab (if the first one was seleccted the last is shown) currentTabIndex() returns the current tab index (the index starts from 0) Licensed under the MIT licence (http://www.opensource.org/licenses/mit-license.php)

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。