Scale element (Server Ribbon)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Defines how a group of controls on a tab are sized.

<Scale
  GroupId="Text"
  Id="Text"
  Sequence="Integer"
  Size="Text"
  PopupSize="Text"
/>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
GroupId
Required. A string that identifies the Group that this scale applies to.
Id
Required. A string that identifies the element, such as "Ribbon.WikiPageTab.Scaling.PageActions.MediumSmall".
Sequence
Optional. An integer that specifies the order of placement among sibling XML nodes.
Size
Required. A string that corresponds to the value of the Title attribute of a Layout element that defines the size.
PopupSize
Optional. A string that corresponds to the value of the Title attribute of a Layout element that defines the size.

Child elements

None

Parent elements

Occurrences

  • Minimum: 0
  • Maximum: unbounded

See also