FormsTip
TipMenu
Now with added tooltips!
Example form
The default set-up for form elements follows that generated by MVC scaffolding.
Therefore all labels are enclosed in <div class="editor-label"></div>
and the input elements are enclosed in <div class="editor-field"></div>
Should you need to use an inline element such as a <span>
the
CSS will maintain integrity.
Button options
All submit buttons require class="button"
to style appropriately.
Adaptations to this such as the delete button are simply additional CSS calls such as class="button delete"
.
Alternative layouts
Form input restrictions
Client-side jQuery has been added to help prevent users from inputting incorrect data types.