From 02033262ee0fb1d9f33c361b3c2ddfa168604854 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 22 Jan 2014 12:02:32 -0500 Subject: Button: Initial commit of button re-factor Move to using element stats rather then js class states remove ui-button-text spans. Removed button set --- tests/visual/button/button.html | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) (limited to 'tests/visual') diff --git a/tests/visual/button/button.html b/tests/visual/button/button.html index 1d82cf665..bb80d8a85 100644 --- a/tests/visual/button/button.html +++ b/tests/visual/button/button.html @@ -10,17 +10,13 @@ $( this ).children() .eq( 0 ) .button({ - text: false, - icons: { - primary: "ui-icon-help" - } + showLabel: false, + icon: "ui-icon-help" }) .end() .eq( 1 ) .button({ - icons: { - primary: "ui-icon-help" - }, + icon: "ui-icon-help", disabled: true }) .end() @@ -61,24 +57,6 @@ -
- - - - - - -
- -
- - - - - - -
-
anchor anchor -- cgit v1.2.3