OpenWGA 7.6 - WebTML reference

WebTML tags » form

<tml:form trim ="true | false">

Purpose:

Enables the trim feature on every contained <tml:input>

Description:

The "trim" attribute for <tml:form> has a special meaning in that it does not apply trim to the form tag itself, but enables the trim functionality on all contained input fields by default. This will let the form trim the input values of all fields before parsing them, removing any whitespace at its beginning and end.

Default value:

false