]> source.dussan.org Git - jquery-ui.git/commitdiff
removed h2s and form
authorScott Jehl <scott@scottjehl.com>
Fri, 12 Dec 2008 17:21:25 +0000 (17:21 +0000)
committerScott Jehl <scott@scottjehl.com>
Fri, 12 Dec 2008 17:21:25 +0000 (17:21 +0000)
tests/static/highlight_error.html

index e050fefdc71cfc1a7e6b8472bd4d4a2e33bc1288..576f0345d7cc486e6e8d9db3d219718fc0e99dab 100644 (file)
 </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>