2.2.147.9 server

The server element specifies display and functional properties for the form template.

Parent Elements

solutionDefinition

Child Elements

toolbar

Attributes:

formLocale: This attribute specifies the locale in which to render the form template. The specified value MUST be a valid locale, as defined by [MS-LCID].

isMobileEnabled: This attribute specifies whether the form template is a browser-enabled form template that can be rendered on a mobile device. This attribute MUST be set to "yes" for the form to be loaded in a mobile Web browser.

isPreSubmitPostBackEnabled: This attribute specifies whether the Web browser MUST postback the form prior to submitting the form file. If the form (1) will be post backed, the user MUST be notified that the form file will have to be submitted after the postback. If this attribute is not present, its value MUST be interpreted as "no".

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="server">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf2:toolbar" minOccurs="0"/>
     </xsd:sequence>
     <xsd:attribute name="formLocale" type="xsf2.2.147.6:formLocaleType" use="required"/>
     <xsd:attribute name="isPreSubmitPostBackEnabled" type="xsf:xdYesNo" use="optional"/>
     <xsd:attribute name="isMobileEnabled" type="xsf:xdYesNo" use="optional"/>
     <xsd:anyAttribute processContents="skip"/>
   </xsd:complexType>
 </xsd:element>