Skip to content

Commit

Permalink
Textinput: Added demo about negate sytle options in button widget
Browse files Browse the repository at this point in the history
  • Loading branch information
allsteady committed Jul 14, 2014
1 parent 44f503d commit 6511183
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions demos/textinput/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,17 @@
</form>
</div><!-- /demo-html -->

<h2>Negate style options</h2>

<div data-demo-html="true">
<form>
<div class="ui-field-contain">
<label for="text-15">ui-corner-none</label>
<input type="text" data-wrapper-class="ui-corner-none">
</div>
</form>
</div><!--/demo-html -->

</div><!-- /content -->

<?php include( '../jqm-navmenu.php' ); ?>
Expand Down

0 comments on commit 6511183

Please sign in to comment.