scriptLanguage Attribute

Microsoft Office InfoPath

scriptLanguage Attribute

Identifies the name of the scripting language used to implement the business logic of the Microsoft Office InfoPath 2003 form.

Type

      xsf:xdScriptLanguage
    

Remarks

The scriptLanguage attribute is an optional attribute of the solutionProperties element.

InfoPath supports the following values for this attribute: "JavaScript", "JScript", and "VBScript".

Example

The following is an example of the scriptLanguage attribute as it is used in the solutionProperties element:

    <xsf: applicationParameters application="InfoPath Design Mode">
   <xsf: solutionProperties
      allowCustomization="no"
      lastOpenView="view1"
      scriptLanguage="JScript"
      automaticallyCreateNodes="no"
      lastVersionNeedingTransform="1.0.0.10"
      fullyEditableNamespace="urn:namespace1:mynames"/>
</xsf:applicationParameters>