Del via


<Actions> (RibbonDiffXml)

Gælder for: CRM 2016 on-prem, CRM Online

Angiver de handlinger, som en kommando udfører.

Syntaks

<Actions>
 [<JavaScriptFunction /> | <Url /> ]
</Actions>

Attributter og elementer

The following table lists the attributes, child elements, and parent elements.

Attributter

Dette element har ingen attributter.

Underordnede elementer

Element Description

<JavaScriptFunction> (RibbonDiffXml)

Angiver en handling, der kalder en funktion fra et bestemt JavaScript-bibliotek.

<Url> (RibbonDiffXml)

En handling, der bruges til at åbne en webside på en angivet adresse.

Overordnede elementer

Element Description

<CommandDefinition> (RibbonDiffXml)

Angiver et sæt regler, der styrer, hvordan et element på båndet vises, og hvordan handlinger, der kan henvises til af elementer og kontrolelementer på båndet, skal udføres.

Eksempel

This Actions element contains a <Url> (RibbonDiffXml) action that opens a Web resource into a window of a specified size while passing contextual parameters.

<Actions> <Url Address="$webresource:New_ShowParams.htm"      PassParams="true"      WinParams="height=200, width=400,toolbar=no, menubar=no,location=no" /></Actions>

Elementoplysninger

XPath

//RibbonDiffXml/CommandDefinitions/CommandDefinition/Actions

Schema Name

ActionsType

Validation File

RibbonTypes.xsd

Can be Empty

Yes

Se også

Andre ressourcer

Tilpasse kommandoer og båndet
Ribbon XML reference

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