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

Commit

Permalink
Demos: Added button and input icon-only examples to button test page
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Apr 23, 2013
1 parent 862ad5a commit fa8403d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion demos/test/buttons-a/index.php
Expand Up @@ -28,7 +28,13 @@
<input type="reset" value="Reset">
</form>
<a href="#" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-inline="true">Anchor</a>
<form>
<button data-icon="gear" data-iconpos="notext" data-inline="true">Button</button>
<input type="button" value="Input" data-icon="arrow-u" data-iconpos="notext" data-inline="true">
<input type="submit" value="Submit" data-icon="arrow-d" data-iconpos="notext" data-inline="true">
<input type="reset" value="Reset" data-icon="check" data-iconpos="notext" data-inline="true">
</form>
<p>
<a href="#" data-role="button" data-inline="true">True</a>
Expand Down
8 changes: 7 additions & 1 deletion demos/test/buttons-b/index.php
Expand Up @@ -28,7 +28,13 @@
<input type="reset" value="Reset">
</form>
<a href="#" data-role="button" data-icon="arrow-l" data-iconpos="notext" data-inline="true">Anchor</a>
<form>
<button data-icon="gear" data-iconpos="notext" data-inline="true">Button</button>
<input type="button" value="Input" data-icon="arrow-u" data-iconpos="notext" data-inline="true">
<input type="submit" value="Submit" data-icon="arrow-d" data-iconpos="notext" data-inline="true">
<input type="reset" value="Reset" data-icon="check" data-iconpos="notext" data-inline="true">
</form>
<p>
<a href="#" data-role="button" data-inline="true">True</a>
Expand Down

0 comments on commit fa8403d

Please sign in to comment.