Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit fa8403d

Browse files
Demos: Added button and input icon-only examples to button test page
1 parent 862ad5a commit fa8403d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

demos/test/buttons-a/index.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@
2828
<input type="reset" value="Reset">
2929
</form>
3030
31-
31+
<a href="#" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-inline="true">Anchor</a>
32+
<form>
33+
<button data-icon="gear" data-iconpos="notext" data-inline="true">Button</button>
34+
<input type="button" value="Input" data-icon="arrow-u" data-iconpos="notext" data-inline="true">
35+
<input type="submit" value="Submit" data-icon="arrow-d" data-iconpos="notext" data-inline="true">
36+
<input type="reset" value="Reset" data-icon="check" data-iconpos="notext" data-inline="true">
37+
</form>
3238
3339
<p>
3440
<a href="#" data-role="button" data-inline="true">True</a>

demos/test/buttons-b/index.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@
2828
<input type="reset" value="Reset">
2929
</form>
3030
31-
31+
<a href="#" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-inline="true">Anchor</a>
32+
<form>
33+
<button data-icon="gear" data-iconpos="notext" data-inline="true">Button</button>
34+
<input type="button" value="Input" data-icon="arrow-u" data-iconpos="notext" data-inline="true">
35+
<input type="submit" value="Submit" data-icon="arrow-d" data-iconpos="notext" data-inline="true">
36+
<input type="reset" value="Reset" data-icon="check" data-iconpos="notext" data-inline="true">
37+
</form>
3238
3339
<p>
3440
<a href="#" data-role="button" data-inline="true">True</a>

0 commit comments

Comments
 (0)