From 50e0c1a9d9d22332600260d31f52f766b461df19 Mon Sep 17 00:00:00 2001 From: Todd Parker Date: Thu, 3 Nov 2011 23:08:33 -0400 Subject: [PATCH] Added a few fixes and cleanup to data- attr page --- docs/api/data-attributes.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/api/data-attributes.html b/docs/api/data-attributes.html index 7ce57da4..dc32514c 100644 --- a/docs/api/data-attributes.html +++ b/docs/api/data-attributes.html @@ -27,11 +27,11 @@

Button

-

Links with data-role="button" or input-based buttons, or button elements

+

Links with data-role="button". Input-based buttons and button elements are auto-enhanced, no data-role required.

@@ -66,7 +66,7 @@

Checkbox

-

Pairs of labels and inputs with type="checkbox"

+

Pairs of labels and inputs with type="checkbox" are auto-enhanced, no data-role required

data-corners
@@ -79,7 +79,7 @@
data-role

Collapsible

-

Wrap a heading and content in a container with the data-role="collapsible"

+

A heading and content wrapped in a container with the data-role="collapsible".

@@ -96,7 +96,7 @@
data-collapsed

Collapsible set

-

Wrap a number of collapsibles in a container with the data-role="collapsible-set"

+

A number of collapsibles wrapped in a container with the data-role="collapsible-set".

@@ -137,7 +137,7 @@
data-content-theme

Fieldcontainer

-

Container around label/form element with data-role="fieldcontain"

+

Container with data-role="fieldcontain" wrapped around label/form element pair.

Flip Switch

Select with data-role="slider", two options only

@@ -214,7 +214,7 @@

Listview

-

OL or UL with data-role="listview"

+

OL or UL with data-role="listview".

@@ -251,7 +251,7 @@
data-count-theme

Listview item

-

LI within a listview

+

LI within a listview.

@@ -297,7 +297,7 @@
data-icon

Radio button

-

Pairs of labels and inputs with type="radio"

+

Pairs of labels and inputs with type="radio" are auto-enhanced, no data-role required.

@@ -310,7 +310,7 @@
data-role

Select

-

A select form element

+

All select form elements are auto-enhanced, no data-role required

@@ -344,7 +344,7 @@

Multiple selects can be wrapped in a fieldset with a data-role="controlgroup" attribute for a vertically grouped set. Add the data-type="horizontal" attribute for the selects to sit side-by-side.

Slider

-

Input type="range"

+

Inputs with type="range" are auto-enhanced, no data-role required.

data-icon
@@ -361,7 +361,7 @@
data-role

Text input & Textarea

-

Input type="text|number|search|etc." or a textarea

+

Input type="text|number|search|etc." or textarea elements are auto-enhanced, no data-role required.

data-role