Schema Central > OpenDocument 1.1 > office.xsd > office:forms
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

office:forms

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
form:automatic-focus [0..1]text:booleanDefault value is "false". from group text:office-forms-attlist
form:apply-design-mode [0..1]text:booleanDefault value is "true". from group text:office-forms-attlist

Used in

Sample instance

<office:forms>
   <form:form xlink:actuate="onRequest">
      <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:id="ID" form:current-value="string" form:value="string">
         <form:properties>...
         </form:properties>
         <office:event-listeners>...
         </office:event-listeners>
      </form:text>
      <form:connection-resource xlink:href="http://www.example.com/"/>
   </form:form>
</office:forms>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com