form:fixed-text
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:for | [0..1] | text:string | from group text:for | |
form:disabled | [0..1] | text:boolean | Default value is "false". from group text:common-disabled-attlist | |
form:label | [0..1] | text:string | from group text:label | |
form:printable | [0..1] | text:boolean | Default value is "true". from group text:common-printable-attlist | |
form:title | [0..1] | xsd:anySimpleType | from group text:common-title-attlist | |
form:multi-line | [0..1] | text:boolean | Default value is "false". from group text:form-fixed-text-attlist |
Used in
- Anonymous type of element form:form
Substitution hierarchy
- text:controls
- can be substituted with form:fixed-text
Sample instance
<form:fixed-text form:id="ID"> <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:fixed-text>