diff --git a/docs/buttons/buttons-grouped.html b/docs/buttons/buttons-grouped.html index 07b46c3d..1aed23af 100755 --- a/docs/buttons/buttons-grouped.html +++ b/docs/buttons/buttons-grouped.html @@ -21,6 +21,8 @@
+
+

Occasionally, you may want to visually group a set of buttons together to form a single block that looks contained like a navigation component. To get this effect, wrap a set of buttons in a container with the data-role="controlgroup" attribute — the framework will create a vertical button group, remove all margins and drop shadows between the buttons, and only round the first and last buttons of the set to create the effect that they are grouped together.


 <div data-role="controlgroup">
@@ -62,9 +64,34 @@
 		
- +
+ +
-
+
+ +

Demos & Docs Sections

+ + +
+ + + + + + diff --git a/docs/buttons/buttons-icons.html b/docs/buttons/buttons-icons.html index 06a46a0b..49616e84 100755 --- a/docs/buttons/buttons-icons.html +++ b/docs/buttons/buttons-icons.html @@ -21,6 +21,7 @@
+

Adding Icons to Buttons

The jQuery Mobile framework includes a selected set of icons most often needed for mobile apps. To minimize download size, jQuery Mobile includes a single white icon sprite, and automatically adds a semi-transparent black circle behind the icon to ensure that it has good contrast on any background color.

@@ -181,8 +182,35 @@ My button
-
+ + +
+ +
+ +

Demos & Docs Sections

+ + +
+
+ + + + + - + \ No newline at end of file diff --git a/docs/buttons/buttons-inline.html b/docs/buttons/buttons-inline.html index 5b0d71d0..19f2498b 100755 --- a/docs/buttons/buttons-inline.html +++ b/docs/buttons/buttons-inline.html @@ -21,6 +21,7 @@
+

By default, all buttons in the body content are styled as block-level element so they fill the width of the screen:

@@ -49,10 +50,35 @@

If you want buttons to sit side-by-side but stretch to fill the width of the screen, you can use the content column grids to put normal full-width buttons into 2- or 3-columns.

- - -
-
+ - - \ No newline at end of file +
+ +
+ +

Demos & Docs Sections

+ + +
+
+ + + + + + + + + \ No newline at end of file diff --git a/docs/buttons/buttons-themes.html b/docs/buttons/buttons-themes.html index d04022d7..79b16cf5 100644 --- a/docs/buttons/buttons-themes.html +++ b/docs/buttons/buttons-themes.html @@ -21,6 +21,7 @@
+

Theming

@@ -94,7 +95,34 @@ Theme e
-
+ + +
+ +
+ +

Demos & Docs Sections

+ + +
+
+ + + + + diff --git a/docs/buttons/buttons-types.html b/docs/buttons/buttons-types.html index ebe982c8..2d3993cd 100755 --- a/docs/buttons/buttons-types.html +++ b/docs/buttons/buttons-types.html @@ -21,6 +21,7 @@
+

Buttons that are used for navigation should be coded as anchor links, and those that submit forms as button elements — each will be styled identically by the framework.

@@ -55,7 +56,34 @@

Input type="image" based button:

-
+
+ +
+ +
+ +

Demos & Docs Sections

+ + +
+
+ + + + + diff --git a/docs/content/content-collapsible.html b/docs/content/content-collapsible.html index 4fb54cf6..bb302a80 100755 --- a/docs/content/content-collapsible.html +++ b/docs/content/content-collapsible.html @@ -21,6 +21,7 @@
+

Collapsible content markup

To create a collapsible blocks of content, create a container and add the data-role="collapsible" attribute.

@@ -134,8 +135,34 @@
+ + +
+ +
+ +

Demos & Docs Sections

+ + +
+
+ + + + - diff --git a/docs/content/content-grids.html b/docs/content/content-grids.html index 94168094..0e95a174 100755 --- a/docs/content/content-grids.html +++ b/docs/content/content-grids.html @@ -21,6 +21,7 @@
+

Using multiple column layouts isn't generally recommended on a mobile device because of the narrow screen width, but there are times where you may need to place small elements side-by-side (like buttons or navigation tabs, for example).

@@ -136,7 +137,34 @@
C
-
+ + +
+ +
+ +

Demos & Docs Sections

+ + +
+
+ + + + + diff --git a/docs/content/content-html.html b/docs/content/content-html.html index 9d6eb71d..b85c53a1 100755 --- a/docs/content/content-html.html +++ b/docs/content/content-html.html @@ -21,7 +21,7 @@
- +