form:hidden
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:form:1.0
Schema document: form.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- form:properties [0..1]
- office:event-listeners [0..1]
from type text:common-form-control-content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
form:name | [0..1] | text:string | from group text:common-form-control-attlist | |
form:control-implementation | [0..1] | text:namespacedToken | from group text:common-form-control-attlist | |
form:id | [1..1] | text:ID | from group text:common-control-id-attlist | |
xforms:bind | [0..1] | text:string | from group text:xforms-bind-attlist | |
form:value | [1..1] | text:string | from group form:value3 |
Used in
- Anonymous type of element form:form
Substitution hierarchy
- text:controls
- can be substituted with form:hidden
Sample instance
<form:hidden form:id="ID" form:value="string"> <form:properties> <form:property form:property-name="string" office:value-type="float"/> </form:properties> <office:event-listeners> <script:event-listener script:event-name="string" script:language="string" xlink:actuate="onRequest"/> </office:event-listeners> </form:hidden>