<td>Event used to trigger validation. Can be either submit, blur or change.</td>
<td>Event used to trigger validation. Can be either <b>submit</b>, <b>blur</b> or <b>change</b>.</td>
</tr>
<tr>
<td>inline</td>
@ -265,7 +265,7 @@ type : 'UI Behavior'
<td>
scale
</td>
<td>Named transition to use when animating menu in and out. Fade and slide down are available without including <a href="/modules/transition.html">ui transitions</a></td>
<td>Named transition to use when animating validation errors. Fade and slide down are available without including <a href="/modules/transition.html">ui transitions</a></td>
<div class="sub header">Validation rules are a set of conditions required to validate a field</div>
</h3>
<div class="ui info message">Validation rules are found in <code>settings.rules</code></div>
<div class="ui info message">Validation rules are found in <code>settings.rules</code>, to add new global validation rules, modify <code>$.fn.form.settings.rules</code> to include your function.</div>
<div class="ui info message">Templates are found in <code>settings.template</code>, to modify templates across all forms, modify <code>$.fn.form.settings.templates</code> to include your function. They must return html.</div>
<table class="ui celled blue definition table segment">
Fixed position content may have issues changing it's position when a sidebar appears. There are two solutions
<ul class="list">
<li>Specify your fixed content without using the css left property
<ul class="ui list">
<li>Specify your fixed content without using the css left or top properties.</li>
<li>Apply styles on the fixed element to adjust its position when the sidebar appears. You can do this by descending from the body tag which receives the class <code>(direction) pushed</code> when the view is moved.</li>
</ul>
</div>
@ -211,7 +211,7 @@ type : 'UI Module'
</div>
</div>
<h2 class="ui header">Behavior</h2>
<h2 class="ui dividing header">Behavior</h2>
All the following behaviors can be called using the syntax <code>$('.foo').sidebar('behavior name')</code>