[ https://issues.oasis-open.org/browse/OFFICE-4121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Stahl updated OFFICE-4121:
----------------------------------
Proposal:
1. add schema changes: input-required.diff
2. add new in part 3:
<quote>
19.xyz form:input-required
The form: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 via 19.263 form:data-field, or that has the 19.259 form:convert-empty-to-null 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 true.
</quote>
> 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)