OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office message

[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:comment-tabpanel&focusedCommentId=80702#comment-80702 ] 

Michael Stahl commented on OFFICE-4121:
---------------------------------------

> Why are checkbox and radio included?

well i have no idea about forms, but:

{noformat}

case FormComponentType::CHECKBOX:
...
[[fallthrough]];
case FormComponentType::RADIOBUTTON:
...
m_nIncludeDatabase = DAFlags::DataField | DAFlags::InputRequired;
...
break;
{noformat}

> Why is <form:number> missing?

because i am unable to find an implementation of this form element.

> 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]