<Layout> (RibbonDiffXml)

 

Applies To: Dynamics CRM 2013

Specifies a layout for a Group within a GroupTemplate.

Syntax

<Layout 
 LayoutTitle="String"
 Title="String" 
>
 <OverflowSection />
 <Section />
</Layout>

Attributes and Elements

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

Attributes

Attribute

Description

Type

Usage

LayoutTitle

An alternative identifier for the element. Use this attribute to provide a title when the value of the Title attribute is "Popup".

String

Optional

Title

This element is not used in Microsoft Dynamics CRM.

String

Required

Child Elements

Element

Description

<OverflowSection> (RibbonDiffXml)

Specifies a division of a Layout which allows controls to change relative position depending on the available space.

<Section> (RibbonDiffXml)

Contains a collection of rows.

Parent Elements

Element

Description

<GroupTemplate> (RibbonDiffXml)

Specifies a collection of layout definitions that a group can use when the ribbon width changes.

Element Information

XPath

//RibbonDiffXml/Templates/RibbonTemplates/GroupTemplate/Layout

Schema Name

LayoutType

Validation File

RibbonWSS.xsd

Can be Empty

Yes

See Also

Ribbon XML reference
Customize commands and the ribbon