automaticallyCreateNodes-attributtet

Microsoft Office InfoPath

Vis alt Vis alt

automaticallyCreateNodes-attributtet

Angir om XML DOM-noder (Document Object Model) blir generert automatisk når kontroller settes inn i visningen i utformingsmodus.

Type

      xsf:xdYesNo
    

Merknader

automaticallyCreateNodes-attributtet er et valgfritt attributt for solutionProperties-elementet.

automaticallyCreateNodes-attributtet tilsvarer avmerkingsboksen Automatically create data source (Opprett datakilde automatisk) nederst i Controls-oppgaveruten (Kontroller).

Eksempel

Eksemplet nedenfor viser bruk av automaticallyCreateNodes-attributtet i solutionProperties-elementet:

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