Namespace Index

To use these tag, add the namespace http://moyaproject.com/forms to the root element.

Tags

Tags defined in Moya Forms.

Tag Synopsis
<actions> mark a group of action buttons in a form
<adapt-field> adapt a field in a form
<add-choices> add choices to a select tag
<apply> apply a form to an object
<apply-field> apply a form field
<bind> Add data to a form
<check-select> add a check select control to a form
<checkbox> add a checkbox to a form
<error> add an error message to a form
<fail> set a fail in a form validation
<field> add a custom field to a form
<form> begin a form definition
<get> get a form
<group> render a group of form elements
<hidden-input> add a hidden input value to a form
<input> add an input to a form
<opt-group> add an optgroup to a select
<option> an option in a select control
<password> add a password field to a form
<radio> add a radio button to a field
<radio-group> add a radio group to a form
<reset> reset a form
<select> add a select box to a form
<submit-button> add a submit button in a form
<text-area> add a textarea to a form
<upload> add a file upload to a form
<validate> validate a form
<validate-field> validate a field in a form
<validate-post> validate a form for post requests