form:column
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:form:1.0
Schema document: form.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [1..*]
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:label | [0..1] | text:string | from group text:label | |
form:text-style-name | [0..1] | text:styleNameRef | from group text:text-style-name |
Used in
- Anonymous type of element form:grid
Sample instance
<form:column> <form:text form:id="ID" form:current-value="string" 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:text> </form:column>