<tml:input>

Avaliable since version 2.0.2

Description:
Allocates input fields within forms.
Attributes:
General WebTML attributes are hidden -> show general attributes
Name Value(s) Version Usage

Details:
The source of the input fields is determined through the covering <tml:form> tag.

<tml:input name="field"/> corresponds to <input name="field" value="<tml:item name="field"/>">

Examples:

    <tml:form id="test" source="profile">

      <tml:input name="field"/>
    </tml:form>