From eecbde22a6b338785ac8e1991858ba7dab976eae Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 20 Jan 2010 14:00:14 +0000 Subject: eol-style and mime-type --- demos/button/checkbox.html | 92 +++++++++++++++---------------- demos/button/default.html | 86 ++++++++++++++--------------- demos/button/icons.html | 124 +++++++++++++++++++++--------------------- demos/button/index.html | 44 +++++++-------- demos/button/radio.html | 90 +++++++++++++++--------------- demos/button/splitbutton.html | 114 +++++++++++++++++++------------------- demos/button/toolbar.html | 122 ++++++++++++++++++++--------------------- 7 files changed, 336 insertions(+), 336 deletions(-) (limited to 'demos/button') diff --git a/demos/button/checkbox.html b/demos/button/checkbox.html index 2dad5575e..1643837c0 100644 --- a/demos/button/checkbox.html +++ b/demos/button/checkbox.html @@ -1,46 +1,46 @@ - - - - jQuery UI Button - Checkboxes demo - - - - - - - - - - - -
- - - -
- - - -
- -
- - - -
- -

TODO

- -
- - - - - + + + + jQuery UI Button - Checkboxes demo + + + + + + + + + + + +
+ + + +
+ + + +
+ +
+ + + +
+ +

TODO

+ +
+ + + + + diff --git a/demos/button/default.html b/demos/button/default.html index 869aee747..c13bfc76d 100644 --- a/demos/button/default.html +++ b/demos/button/default.html @@ -1,43 +1,43 @@ - - - - jQuery UI Button - Default demo - - - - - - - - - - - -
- - - - - - An anchor - -
- - - -
- -

Examples of the markup that can be used for buttons: A button element, an input of type submit and an anchor.

- -
- - - - - + + + + jQuery UI Button - Default demo + + + + + + + + + + + +
+ + + + + + An anchor + +
+ + + +
+ +

Examples of the markup that can be used for buttons: A button element, an input of type submit and an anchor.

+ +
+ + + + + diff --git a/demos/button/icons.html b/demos/button/icons.html index ef5b15f5d..78c5791d5 100644 --- a/demos/button/icons.html +++ b/demos/button/icons.html @@ -1,62 +1,62 @@ - - - - jQuery UI Button - Icons demo - - - - - - - - - - - -
- - - - - - -
- - - -
- -

Some buttons with various combinations of text and icons, here specified via metadata.

- -
- - - - - + + + + jQuery UI Button - Icons demo + + + + + + + + + + + +
+ + + + + + +
+ + + +
+ +

Some buttons with various combinations of text and icons, here specified via metadata.

+ +
+ + + + + diff --git a/demos/button/index.html b/demos/button/index.html index 7752d72e2..e69c16d8d 100644 --- a/demos/button/index.html +++ b/demos/button/index.html @@ -1,22 +1,22 @@ - - - - jQuery UI Button Demos - - - - -
-

Examples

- -
- - - + + + + jQuery UI Button Demos + + + + +
+

Examples

+ +
+ + + diff --git a/demos/button/radio.html b/demos/button/radio.html index 13875209b..d5105e114 100644 --- a/demos/button/radio.html +++ b/demos/button/radio.html @@ -1,45 +1,45 @@ - - - - jQuery UI Button - Radio Buttons demo - - - - - - - - - - - -
- -
-
- - - -
-
- -
- - - -
- -

A set of three radio buttons transformed into a button set.

- -
- - - - - + + + + jQuery UI Button - Radio Buttons demo + + + + + + + + + + + +
+ +
+
+ + + +
+
+ +
+ + + +
+ +

A set of three radio buttons transformed into a button set.

+ +
+ + + + + diff --git a/demos/button/splitbutton.html b/demos/button/splitbutton.html index 4f1f1e630..d90001634 100644 --- a/demos/button/splitbutton.html +++ b/demos/button/splitbutton.html @@ -1,57 +1,57 @@ - - - - jQuery UI Button - Default demo - - - - - - - - - - - -
- -
- - -
- -
- - - -
- -

An example of a split button built with two buttons: A plan button with just text, one with only a primary icon -and no text. Both are grouped together in a set.

- -
- - - - - + + + + jQuery UI Button - Default demo + + + + + + + + + + + +
+ +
+ + +
+ +
+ + + +
+ +

An example of a split button built with two buttons: A plan button with just text, one with only a primary icon +and no text. Both are grouped together in a set.

+ +
+ + + + + diff --git a/demos/button/toolbar.html b/demos/button/toolbar.html index a56242bfc..e719a00a8 100644 --- a/demos/button/toolbar.html +++ b/demos/button/toolbar.html @@ -1,32 +1,32 @@ - - - - jQuery UI Button - Toolbar demo - - - - - + + + + jQuery UI Button - Toolbar demo + + + + + - - - - -
- + }); + $("#shuffle").button(); + $("#repeat").buttonset(); + }); + + + + +
+ - - - - - - - - + + + + + + + + - - -
- - - -
- -

- A mediaplayer toolbar. Take a look at the underlying markup: A few button elements, - an input of type checkbox for the Shuffle button, and three inputs of type radio for the Repeat options. -

- -
- - - - - + + +
+ + + +
+ +

+ A mediaplayer toolbar. Take a look at the underlying markup: A few button elements, + an input of type checkbox for the Shuffle button, and three inputs of type radio for the Repeat options. +

+ +
+ + + + + -- cgit v1.2.3