Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanickrochon/jquery.uix.tabs
An extension of the official jQuery UI Tabs.
https://github.com/yanickrochon/jquery.uix.tabs
Last synced: about 1 month ago
JSON representation
An extension of the official jQuery UI Tabs.
- Host: GitHub
- URL: https://github.com/yanickrochon/jquery.uix.tabs
- Owner: yanickrochon
- Created: 2013-02-05T03:07:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-22T01:19:49.000Z (over 11 years ago)
- Last Synced: 2024-10-05T01:46:41.394Z (about 1 month ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jQuery UIx Tabs
===============New features
------------Tabs can have option attributes to define their behaviour :
* **data-tab-icon** : set an icon to the tab title. For example "locked" will set the icon `ui-icon-locked`.
* **data-tab-pinned** : enforce that the tab is pinned or not. A pinned tab has a visibility priority.Options
-------* **showMore** : *(boolean: false)* Enable or not the "show more" feature
* **showMoreText** : *(string: "Show more")* The text in the "show more" button
* **showMoreIcons** : *(object: { opened: "ui-icon-triangle-1-s", closed: "ui-icon-triangle-1-e" })* The icons to display when opening the "show more" popup
* **showMoreMaxHeight** : *(numeric: null)* Define the max height of the "show more" popup container (set null for auto height)
* **closeable** : *(array: undefined)* Define a list of tab indexes that are closeable
* **pinnable** : *(array: undefined)* Define a list of tab indexes that are pinnable (can toggle the `data-tab-pinned` attribute)