form:listbox
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:option [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:listbox
- can be substituted with text:column-controls
Sample instance
<form:listbox 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:option form:value="string">Any text</form:option> </form:listbox>