Skip to content

Commit cc95c3f

Browse files
Demos: Corrections on button widget page
Fixes jquery-archivegh-6908
1 parent f6ce1bf commit cc95c3f

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

demos/button/index.php

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828

2929
<p>Examples of how to style input buttons; <code>input</code> elements with <code>type="button"</code>, <code>type="submit"</code>, or <code>type="reset"</code>. See <a href="../button-markup/">button markup</a> for examples of <code>a</code> and <code>button</code> elements.</p>
3030

31-
<p>Note that in 1.4 <code>data-</code> attributes will still work, but the style options are deprecated.</p>
32-
3331
<h2>Default</h2>
3432

3533
<div data-demo-html="true">
@@ -158,13 +156,6 @@
158156
<input type="button" data-icon="delete" data-iconpos="top" value="Top">
159157
<input type="button" data-icon="delete" data-iconpos="bottom" value="Bottom">
160158
<input type="button" data-icon="delete" data-iconpos="notext" value="Icon only">
161-
</form>
162-
</div><!--/demo-html -->
163-
164-
<p>Inline:</p>
165-
166-
<div data-demo-html="true">
167-
<form>
168159
<div class="ui-input-btn ui-btn ui-icon-delete ui-btn-icon-left">
169160
Enhanced - Left
170161
<input type="button" data-enhanced="true" value="Enhanced - Left">
@@ -192,9 +183,8 @@
192183

193184
<div data-demo-html="true">
194185
<form>
195-
<input type="button" data-icon="delete" data-iconshadow="true" value="Input">
196-
<p>Theme B:</p>
197-
<div class="ui-input-btn ui-btn ui-icon-delete ui-btn-icon-left ui-shadow-icon ui-btn-b">
186+
<input type="button" data-theme="b" data-icon="delete" data-iconshadow="true" value="Input">
187+
<div class="ui-input-btn ui-btn ui-btn-b ui-icon-delete ui-btn-icon-left ui-shadow-icon">
198188
Enhanced
199189
<input type="button" data-enhanced="true" value="Enhanced">
200190
</div>

0 commit comments

Comments
 (0)