diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-12 17:21:25 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-12 17:21:25 +0000 |
commit | b3d834936765cd73f81d6b6742ec52ec17c10d94 (patch) | |
tree | da85efcc1031e2fa7448c7cd3d994251156206a1 /tests/static/highlight_error.html | |
parent | 5fd947366bb4e8532c7cd07c9fb9bc2b6a7fe9d7 (diff) | |
download | jquery-ui-b3d834936765cd73f81d6b6742ec52ec17c10d94.tar.gz jquery-ui-b3d834936765cd73f81d6b6742ec52ec17c10d94.zip |
removed h2s and form
Diffstat (limited to 'tests/static/highlight_error.html')
-rw-r--r-- | tests/static/highlight_error.html | 47 |
1 files changed, 2 insertions, 45 deletions
diff --git a/tests/static/highlight_error.html b/tests/static/highlight_error.html index e050fefdc..576f0345d 100644 --- a/tests/static/highlight_error.html +++ b/tests/static/highlight_error.html @@ -20,60 +20,17 @@ </head> <body> -<h2>Error State</h2> + <div class="ui-state-error ui-corner-all" style="width: 420px;"> <p><span class="ui-icon ui-icon-alert"></span> <strong>Error:</strong> There is a problem in your form submission!</p> </div> -<h2>Highlight State</h2> + <div class="ui-state-highlight ui-corner-all" style="width: 420px;"> <p><span class="ui-icon ui-icon-info"></span> <strong>Quick Tip!</strong> Hold ctrl while clicking to get contextual helpers.</p> </div> -<form> -<fieldset> - <div> - <label>Text</label> - <input type="text" value="dafs" /> - </div> - - <div> - <label>Text</label> - <input type="text" value="dafs" class="ui-state-error" /> - </div> - - <div> - <input type="radio" /> - <label>Text</label> - </div> - - <div class="ui-state-error-text"> - <input type="radio" /> - <label>Text</label> - </div> - - <div> - <input type="checkbox" class="ui-state-error" /> - <label>Text</label> - </div> - - <div> - <label>Text</label> - <select class="ui-state-error"> - <option val="dasf">dsaf</option> - <option val="dasf">dsaf</option> - <option val="dasf">dsaf</option> - <option val="dasf">dsaf</option> - </select> - </div> - - <button class="ui-state-default ui-priority-primary ui-corner-all">Primary</button> - <button class="ui-state-default ui-priority-secondary ui-corner-all">Secondary</button> - <button class="ui-state-default ui-state-disabled ui-corner-all">Disabled</button> - -</fieldset> -</form> </body> </html> |