[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (OFFICE-4121) add form:input-required attribute
[ https://issues.oasis-open.org/browse/OFFICE-4121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Francis Cave updated OFFICE-4121:
---------------------------------
Resolution:
h3. 19.281 form:input-required
The f{{orm:input-required}} attribute specifies whether a control that is bound to a database field requires user input for the form to submit.
The attribute is not evaluated for a control that is not bound to a database field vi {{form:data-field}} 19.263, or that has the {{form:convert-empty-to-null}} 19.259 attribute evaluate to "{{false}}".
The defined values for the {{form:input-required}} attribute are:
* {{false}}: a control that has no user input does not prevent submission of the form.
* {{true}}: a control that has no user input does prevent submission of the form.
The default value for this attribute is {{false}}.
> add form:input-required attribute
> ---------------------------------
>
> Key: OFFICE-4121
> URL: https://issues.oasis-open.org/browse/OFFICE-4121
> Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
> Issue Type: New Feature
> Components: Forms, Part (Schema)
> Affects Versions: ODF 1.3
> Reporter: Michael Stahl
> Priority: Minor
> Fix For: ODF 1.4
>
> Attachments: input-required.diff
>
>
> some time in 2008 OpenOffice.org started to produce a form:input-required attribute on various form elements:
> form:text
> form:textarea
> form:password
> form:formatted-text
> form:combobox
> form:listbox
> form:checkbox
> form:radio
> form:image-frame
> form:date
> form:time
> there is a description of this feature in this bug report:
> https://bz.apache.org/ooo/show_bug.cgi?id=92322
--
This message was sent by Atlassian Jira
(v8.3.3#803004)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]