diff --git a/docs/buttons.html b/docs/buttons.html index 5e2b3d74..32bc5cd7 100755 --- a/docs/buttons.html +++ b/docs/buttons.html @@ -11,7 +11,6 @@
Forms are great!
-Both the header and footer bars will be styled by default with the theme's "a" color swatch (black in the default theme) because these bars are typically primary in the visual hierarchy of a page. To set the header or footer bars to a different color in your theme, add the data-theme attribute and specify the letter of the theme swatch (a, b, c, etc.). For example, this will set the bar to swatch "b" (blue in the default theme):
- <div data-role="header" data-theme="b">
- <h1>Page Title</h1>
- </div>
-
- Both the header and footer bars will be styled by default with the theme's "a" color swatch (black in the default theme) because these bars are typically primary in the visual hierarchy of a page.
-To set the header or footer bars to a different color in your theme, add the data-theme attribute and specify the letter of the theme swatch (a, b, c, etc.). For example, this will set the bar to swatch "b" (blue in the default theme):
+<div data-role="header" data-theme="b">
+ <h1>Page Title</h1>
+</div>
+
+Any link added inside the header block will be automatically styled as a button that matches the color of the bar's theme swatch. To make a button stand out as a primary call to action, the data-theme attribute can be used to specify a contrasting button color from a different theme swatch. For example, if we set the header to theme "c" (light gray), both buttons would be styled as the "c" button by default. If we wanted the Save button to visually pop, we can override the color by setting the data-theme attribute to "b" (blue in our default theme) on the Save button's anchor.
+<a href="add-user.php" data-theme="b">Save</a>
+
+This is a demo of the variation that can be achieved by tweaking the theme swatches and buttons inside the headers and footers.
The Nav Bar widget can be added to the page to provide a navigation bar that accommodates an unlimited number of options in a compact element that placed inside a header, content, or footer region of the page. It displays up to 4 items in a horizontal bar with out without icons. If more than 4 items are in the navigation list, the 4th slot is used for a "more" link that opens a separate overlay with the full list of items.
-The markup for a nav bar is identical to a basic linked list view: an unordered list with a link in each item and an optional icon. This markup is transformed into a nav bar by adding a data-role="navbar" attribute to the list.
diff --git a/docs/toolbars/docs-headers.html b/docs/toolbars/docs-headers.html index bb27db5a..128481f8 100755 --- a/docs/toolbars/docs-headers.html +++ b/docs/toolbars/docs-headers.html @@ -54,30 +54,7 @@
If there isn't a user-defined button in the left slot, the framework will auto-generate a "back" button in that slot to automate the process of including this common navigation element on every page. To prevent the back button from being added to a header in these situations, add this attribute: data-nobackbtn="true".
-
-
The header will be styled by default with the theme's "a" color swatch (black in the default theme) because these bars are typically primary in the visual hierarchy of a page. To set the header to a different color in your theme, add the data-theme attribute and specify the letter of the theme swatch (a, b, c, etc.). For example, this will set the bar to swatch "b" (blue in the default theme):
- -
-<div data-role="header" data-theme="b">
-<h1>Page Title</h1>
-</div>
-
-- - -
Any link added inside the header block will be automatically styled as a button that matches the color of the bar's theme swatch. To make a button stand out as a primary call to action, the data-theme attribute can be used to specify a contrasting button color from a different theme swatch. For example, if we set the header to theme "c" (light gray), both buttons would be styled as the "c" button by default. If we wanted the Save button to visually pop, we can override the color by setting the data-theme attribute to "b" (blue in our default theme) on the Save button's anchor.
- -
-<a href="add-user.php" data-theme="b">Save</a>
-
-- - Themed header examples - - diff --git a/docs/toolbars/docs-navbars.html b/docs/toolbars/docs-navbars.html deleted file mode 100755 index 20baac47..00000000 --- a/docs/toolbars/docs-navbars.html +++ /dev/null @@ -1,26 +0,0 @@ - - -
-
- - - -
-