<Actions> (RibbonDiffXml)

適用対象: CRM 2016 on-prem, CRM Online

コマンドによって実行されるアクションを指定します。

構文

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

属性と要素

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

属性

この要素には属性はありません。

下位要素

Element Description

<JavaScriptFunction> (RibbonDiffXml)

特定の JavaScript ライブラリから関数を呼び出すアクションを指定します。

<Url> (RibbonDiffXml)

指定されたアドレスの Web ページを開くアクション。

親要素

Element Description

<CommandDefinition> (RibbonDiffXml)

リボン要素の表示方法を制御する一連のルール、およびリボン要素とリボン コントロールから参照できる、実行するアクションを指定します。

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>

要素情報

XPath

//RibbonDiffXml/CommandDefinitions/CommandDefinition/Actions

Schema Name

ActionsType

Validation File

RibbonTypes.xsd

Can be Empty

Yes

関連項目

他のリソース

コマンドおよびリボンをカスタマイズする
Ribbon XML reference

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