<Actions> (RibbonDiffXml)
適用対象: CRM 2015 on-prem, CRM Online
コマンドによって実行されるアクションを指定します。
構文
<Actions>
[<JavaScriptFunction /> | <Url /> ]
</Actions>
属性と要素
The following table lists the attributes, child elements, and parent elements.
属性
この要素には属性はありません。
下位要素
Element | Description |
---|---|
特定の JavaScript ライブラリから関数を呼び出すアクションを指定します。 |
|
指定されたアドレスの Web ページを開くアクション。 |
親要素
Element | Description |
---|---|
リボン要素の表示方法を制御する一連のルール、およびリボン要素とリボン コントロールから参照できる、実行するアクションを指定します。 |
例
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 |
|
Schema Name |
ActionsType |
Validation File |
RibbonTypes.xsd |
Can be Empty |
Yes |
関連項目
他のリソース
コマンドおよびリボンをカスタマイズする
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.