<Actions> (RibbonDiffXml)
Gælder for: CRM 2015 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 |
---|---|
Angiver en handling, der kalder en funktion fra et bestemt JavaScript-bibliotek. |
|
En handling, der bruges til at åbne en webside på en angivet adresse. |
Overordnede elementer
Element | Description |
---|---|
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 |
|
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 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.