form:combobox
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]
- form:item [0..*]
from type text:common-form-control-content
Attributes
Used in
- Anonymous type of element form:column
- Anonymous type of element form:form
Substitution hierarchy
- text:controls
- can be substituted with text:column-controls
- can be substituted with form:combobox
- can be substituted with text:column-controls
Sample instance
<form:combobox 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:item>Any text</form:item> </form:combobox>