Skip to content

Commit a70f3b1

Browse files
author
Gabriel Schulhof
committed
Tabs: Adding new page which refers users to the jQuery UI API docs. Fixes #166 - document tabs widget
1 parent 9c436be commit a70f3b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pages/tabs.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<script>{
2+
"title": "Tabs Widget",
3+
"added": "1.4",
4+
"excerpt": "A single content area with multiple panels, each associated with a header in a list.",
5+
"termSlugs": {
6+
"category": [ "widgets" ]
7+
}
8+
}</script>
9+
10+
<p>This widget is imported unchanged from <a href="http://jqueryui.com/">jQuery UI</a>. Nevertheless, in keeping with jQuery Mobile widget features, the options documented on its jQuery UI API <a href="http://api.jqueryui.com/tabs/">reference</a> page are also available as <code>data-*</code> attributes.</p>

0 commit comments

Comments
 (0)