<MRUSplitButton> (RibbonDiffXml)
適用於: CRM 2015 on-prem, CRM Online
已被取代:指定分割按鈕控制項,用於顯示最近使用的項目。
重要
This control was deprecated in Microsoft Dynamics CRM 2011. This control will not render with Microsoft Dynamics CRM 2015 和 Microsoft Dynamics CRM Online 2015 更新.
Use the <SplitButton> (RibbonDiffXml) instead.
語法
<MRUSplitButton
Alt="String"
CacheMenuVersions=["0" | "1" | "true" | "false"]
Command="String"
CommandMenuClose="String"
CommandMenuOpen="Strimg"
CommandPreview="String"
CommandPreviewRevert="String"
Id="String"
InitialItem="String"
MenuAlt="String"
MenuCommand="String"
PopulateDynamically=["0" | "1" | "true" | "false"]
PopulateOnlyOnce=["0" | "1" | "true" | "false"]
PopulateQueryCommand="String"
QueryCommand="String"
Sequence="Integer"
TemplateAlias="String"
ToolTipDescription="String"
ToolTipHelpKeyWord="String"
ToolTipImage32by32="String"
ToolTipImage32by32Class="String"
ToolTipImage32by32Left="Non Positive Integer"
ToolTipImage32by32Top="Non Positive Integer"
ToolTipSelectedItemTitle="String"
ToolTipShortcutKey="String"
ToolTipTitle="String"
>
<Menu />
</MRUSplitButton>
屬性和元素
The following table lists the attributes, child elements, and parent elements.
屬性
Attribute | Description | Type | Usage |
---|---|---|---|
Alt |
顯示為替代文字的字串或當地語系化標籤的參照。 |
String |
Optional |
CacheMenuVersions |
表示是否應該快取控制項定義,以獲得較佳的效能。如果未選取 PopulateDynamically,請選取此值。 |
Boolean Default = false. |
Optional |
Command |
指定此控制項的功能區命令識別碼。 |
String |
Optional |
CommandMenuClose |
指定在功能表關閉時執行的功能表命令識別碼。 |
String |
Optional |
CommandMenuOpen |
指定在功能表開啟時執行的功能區命令識別碼。 |
String |
Optional |
CommandPreview |
指定在選取控制項前游標停留在上方時執行的功能區命令識別碼。 |
String |
Optional |
CommandPreviewRevert |
指定在預覽後控制項失去焦點時執行的功能區命令識別碼。 |
String |
Optional |
Id |
為功能區元素定義指定唯一識別碼。強烈建議的命名慣例是使用句號分隔名稱的各個部分,如下:[solution identifier].[entity].[ribbon].[function]...[element name]。例如:MyISV.account.form.SendToOtherSystem.Button。 Use the {!EntityLogicalName} token in the Id attribute when you define a ribbon element that will be used for multiple entities. This inserts the entity logical name into the Id value to make sure that the Id value is globally unique. For example, if you use If you don’t set a globally unique Id value, the ribbon might not display. |
String |
Required |
InitialItem |
指定要在控制項內顯示的初始功能表。 |
String |
Optional See Remarks |
MenuAlt |
Alternative text to represent the menu. |
String |
Optional |
MenuCommand |
The name of the command to execute when the menu is clicked. |
String |
Optional |
PopulateDynamically |
指定為此控制項提供選項的功能表元素會在執行階段使用 PopulateQueryCommand 屬性所定義的命令動態填入。 |
Boolean Default = false. |
Optional |
PopulateOnlyOnce |
動態填入控制項時,此設定表示只能呼叫一次 PopulateQueryCommand 屬性所定義的命令。 |
Boolean Default = false. |
Optional |
PopulateQueryCommand |
動態填入控制項時,此命令會擷取為此控制項提供選項的功能表元素。 |
String |
Optional |
QueryCommand |
僅供內部使用。 |
String |
Optional |
Sequence |
藉由將 Sequence 值設定為高於或低於現有功能區元素,以指定功能區修改的位置。 |
Integer |
Optional |
TemplateAlias |
將 CommandUIDefinition 的功能區子元素與 Layout 元素之子元素內的預留位置產生關聯。此值定義當配置變更時,控制項在控制項群組內顯示的位置。 |
String |
Optional |
ToolTipDescription |
為控制項的工具提示指定顯示字串。這可以透過 $LocLabels: 指示詞來參照 LocLabel 元素,例如 "$LocLabels:MyISV.account.Save.Button.Tooltip"。 |
String |
Optional |
ToolTipHelpKeyWord |
此元素未使用於 Microsoft Dynamics CRM。 |
String |
Optional |
ToolTipImage32by32 |
指定工具提示中顯示的 32x32 像素影像。 |
String |
Optional |
ToolTipImage32by32Class |
指定 CSS 類別,以套用至工具提示中顯示的 32x32 像素影像。 |
String |
Optional |
ToolTipImage32by32Left |
指定要將工具提示 32x32 像素影像向左移的像素數目。這是由負數代表。 |
Non positive Integer |
Optional |
ToolTipImage32by32Top |
指定要將工具提示 32x32 像素影像移至頂端的像素數目。這是由負數代表。 |
Non positive Integer |
Optional |
ToolTipSelectedItemTitle |
此元素未使用於 Microsoft Dynamics CRM。 |
String |
Optional |
ToolTipShortcutKey |
此元素未使用於 Microsoft Dynamics CRM。 |
String |
Optional |
ToolTipTitle |
為控制項的工具提示標題指定顯示字串。這通常與 LabelText 控制項的值相同。這可以透過 $LocLabels: 指示詞來參照 LocLabel 元素,例如 "$LocLabels:MyISV.account.Save.Button.Label"。 |
String |
Optional |
子元素
Element | Description |
---|---|
指定用於顯示快取功能表的容器。 |
上層元素
Element | Description |
---|---|
指定要包含在 CustomAction 元素中的可見 Ribbon 元素。 |
|
包含控制項的集合。 |
備註
If the InitialItem attribute refers to a Id that does not exist at runtime and error will occur.
元素資訊
XPath |
|
Schema Name |
MRUSplitButtonType |
Validation File |
RibbonWSS.xsd |
Can be Empty |
Yes |
請參閱
其他資源
Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.