Picture clause support for HTML5 forms
- Topics:
- HTML5 Forms,Mobile Forms
CREATED FOR:
- Admin
- User
- Developer
HTML5 forms supports XFA Picture clause for display value and formatted value for date, text, and numeric symbols. Following Picture clause Expressions are supported:
- category(locale){picture-clause} | category(locale){picture-clause} | category(locale)
- category.subcategory{}
Supported Date Field Symbols
Supported expression for Date Picture clause:
- date.long{}
- date.short{}
- date.medium{}
- date.full{}
- date.short{}
- date
MM-YYYY
pattern in edit format. However, the pattern is supported in the display format.Numeric Picture Clause
HTML5 forms support Numeric Picture symbols. However, there is a difference in support between PDF Forms and HTML Forms.
In PDF Forms, a number is formatted irrespective of the number of symbols in the Picture clause has
In HTML Forms, a number is formatted only if the number has digits less than the number of symbols in the Picture clause.
Example: Consider a Picture clause: num{zzz,zzz,zz9}.
The number 10000 is formatted as 10,000 in both HTML and PDF Forms.
The number 1000000 is formatted as 1,000,000 in PDF forms. However, in HTML Forms the number remains unformatted as 1000000.
Supported expressions for Numeric Picture clause in HTML Forms are:
- num.integer{}
- num.decimal{}
- num.currency{}
- num.percent{}
- num
Text Picture Clause
HTML5 forms support the following Text Picture clause expressions:
- text