<Menu> (RibbonDiffXml)
Specifies a container used to show pop-up menus.
The following table lists the attributes, child elements, and parent elements.
Attributes
| Attribute | Description | Type | Usage | ||
|---|---|---|---|---|---|
|
Id |
Specifies a unique identifier for the definition of a ribbon element. The strongly recommended naming convention is to use a period to separate the parts of the name like so: [solution identifier].[entity].[ribbon].[function].[element name]. For example: 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
|
String |
Required |
||
|
MaxWidth |
The maximum width in pixels. |
String |
Optional |
Child Elements
| Element | Description |
|---|---|
|
Specifies a section used to divide a menu. A menu section can have a title and contain controls. |
Parent Elements
| Element | Description |
|---|---|
|
Specifies the visible Ribbon elements to be included within a CustomAction element. |
|
|
Specifies a list used to select a value by clicking or typing. |
|
|
Specifies a button with a down arrow used to open a menu. |
|
|
Specifies a list used to select a value by clicking. |
|
|
Specifies a split button control that displays Most Recently Used items. |
|
|
Specifies a control used as both a button and a menu. |
|
XPath |
//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/Menu | //RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/ComboBox/Menu | //RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/Menu/MenuSection/Controls/FlyoutAnchor/Menu | //RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/DropDown/Menu | //Controls/DropDown/Menu | //RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/MRUSplitButton/Menu | //Controls/MRUSplitButton/Menu | //RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/SplitButton/Menu | //Controls/SplitButton/Menu |
|
Schema Name |
MenuType |
|
Validation File |
RibbonWSS.xsd |
|
Can be Empty |
No |
Microsoft Dynamics CRM 2011
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.
Important