Freigeben über


<event> (FormXml)

Betrifft: CRM 2015 on-prem, CRM Online

Gibt ein Ereignis für das Formular oder Feld an.

Syntax

<event
 active=["0" | "1" | "true" | "false"]
 application=["0" | "1" | "true" | "false"]
 attribute="String"
 BehaviorInBulkEditForm="String"
 eventType=["DataEvent" | "ControlEvent"]
 name="String">
 <dependencies />
 <Handlers />
 <InternalHandlers />
</event>

Attribute und Elemente

The following describes the attributes, child elements, and parent elements.

Attribute

Attribute Description Type Usage

active

Describes whether the event is enabled for the form or the field. The default value is false.

Boolean

Optional

application

For internal use only.

Boolean

Optional

attribute

The name of an attribute for an OnChange event.

String

Optional

BehaviorInBulkEditForm

Nur zur internen Verwendung. Do not change this value.

Enumeration (BehaviorInBulkEditForm)

Optional

eventType

Valid values:

  • DataEvent

  • ControlEvent

Enumeration (CrmEventType)

Optional

name

The name of the event to associate scripts with. Valid values:

  • onload

  • onchange

  • onsave

  • tabstatechange

  • onreadystatecomplete

String

Optional

Untergeordnete Elemente

Element Description

<dependencies> (FormXml)

Enthält die Abhängigkeiten für ein Ereignis.

<Handlers> (FormXml)

Enthält alle Ereignishandler für ein Ereignis.

<InternalHandlers> (FormXml)

Nur zur internen Verwendung. Enthält durch Microsoft Dynamics CRM definierte Ereignishandler.

Übergeordnete Elemente

Element Description

<events> (FormXml)

Enthält alle Ereignisdefinitionen für eine Zelle oder ein Formular.

Elementinformationen

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/events/event |
//FormXml/forms/systemform/form/tabs/tab/events/event |
//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/events/event  |
//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/rows/row/cell/events/event

Siehe auch

Konzepte

Anpassen von Entitätsformularen

Weitere Ressourcen

Form XML reference

Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.