r3297 committed - button: secondary-priority example

r3297 committed - button: secondary-priority example


Revision: 3297
Author: joern.zaefferer
Date: Fri Sep 25 08:29:04 2009
Log: button: secondary-priority example
http://code.google.com/p/jquery-ui/source/detail?r=3297
Modified:
/branches/dev/tests/visual/button/default.html
=======================================
--- /branches/dev/tests/visual/button/default.html    Wed Sep 23 14:28:54 2009
+++ /branches/dev/tests/visual/button/default.html    Fri Sep 25 08:29:04 2009
@@ -44,6 +44,7 @@
    <button><span class="ui-icon ui-icon-arrow"></span> Button with icon on
the left</button>
    <button>Button with icon on the right<span class="ui-icon
ui-icon-arrow"></span></button>
    <button>Button with icon <span class="ui-icon ui-icon-arrow"></span>
inbetween.</button>
+    <button class="ui-priority-secondary">Secondary priority button</button>
</div>
<div style="margin-top: 2em;">
    <button id="disable">Toggle disabled</button>