Button(string)
ButtonElement(string)
CreateCheckboxList(string,IEnumerable)
TextFieldValue(string, object)
NumberField(string)
NumberFieldValue(string, object)
PasswordNumberField(string)
LabelFor(string,string,IDictionary)
FormValidation
The following operations are related to the Form Validation support:
Mask support.
For most elements, you can use the entries mask
and optionally mask_separator
to define a mask for your inputs. Kudos to mordechai Sandhaus - 52action.com
For example: mask='2,5',mask_separator='/' will mask the content to '12/34/1234'