<Spinner> (RibbonDiffXml)

应用到: CRM 2015 on-prem, CRM Online

指定用于通过键入或使用箭头键来循环访问值以插入值的控件。

语法

<Spinner
 AccelerationInterval="Integer"
 AltDownArrow="String"
 AltUpArrow="String"
 Command="String"
 DefaultUnit="String"
 DefaultValue="Decimal"
 Id="String"
 ImeEnabled=["0" | "1" | "true" | "false"]
 MultiplierInterval="Integer"
 QueryCommand="String"
 Sequence="Integer"
 TemplateAlias="String"
 ToolTipDescription="String"
 ToolTipHelpKeyWord="String"
 ToolTipImage32by32="String"
 ToolTipImage32by32Class="String"
 ToolTipImage32by32Left="Non Positive Integer"
 ToolTipImage32by32Top="Non Positive Integer"
 ToolTipShortcutKey="String"
 ToolTipTitle="String" >
 <Unit />
</Spinner>

属性和元素

The following describes the attributes, child elements, and parent elements.

属性

Attribute Description Type Usage

AccelerationInterval

Specifies how much the value increases or decreases when you maintain focus on the up or down button.

Integer

Optional

AltDownArrow

Alternative text that is used for the decrement arrow.

String

Optional

AltUpArrow

Alternative text that is used for the increment arrow.

String

Optional

Command

指定此控件的功能区命令的 ID。

String

Optional

DefaultUnit

The name or abbreviation for the default <Unit> (RibbonDiffXml).

String

Optional

DefaultValue

Specifies the initial numeric value that is displayed in the control.

Decimal

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 MyISV.{!EntityLogicalName}.form.SendToOtherSystem.Button with the account entity, the Id will be MyISV.account.form.SendToOtherSystem.Button. For the contact entity, the Id will be MyISV.contact.form.SendToOtherSystem.Button.

重要

If you don’t set a globally unique Id value, the ribbon might not display.

String

Required

ImeEnabled

指定是否启用输入法编辑器 (IME) 的活动状态。可使用 IME 输入和编辑中文、日语和朝鲜语字符。IME 可处于活动状态或不活动状态。活动状态可接受中文、日语或朝鲜语字符。不活动状态的行为与常规键盘类似,使用的字符集有限。

Boolean

Optional

MultiplierInterval

Specifies a factor by which to increase the speed of incrementing or decrementing the value when focus is maintained on the up or down arrow.

Integer

Optional

QueryCommand

指定在轮询状态信息时要运行的命令的名称。

String

Optional

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

指定要应用于随工具提示一起显示的 32x32 像素的图像的 CSS 类。

String

Optional

ToolTipImage32by32Left

指定要将工具提示的 32x32 像素的图像左移的像素数。此数字可由负数表示。

Non positive Integer

Optional

ToolTipImage32by32Top

指定要将工具提示的 32x32 像素的图像上移的像素数。此数字可由负数表示。

Non positive Integer

Optional

ToolTipShortcutKey

Microsoft Dynamics CRM 中未使用此元素。

String

Optional

ToolTipTitle

指定要为控件的工具提示标题显示的字符串。这通常与控件 LabelText 的值相同。这可以使用 $LocLabels: 指令引用 LocLabel 元素,例如“$LocLabels:MyISV.account.Save.Button.Label”。

String

Optional

子元素

Element Description

<Unit> (RibbonDiffXml)

指定微调控件中的单位。

父元素

Element Description

<CommandUIDefinition> (RibbonDiffXml)

指定要包含在 CustomAction 元素中的可见 Ribbon 元素。

<Controls> (RibbonDiffXml)

包含一个控件集合。

元素信息

XPath

//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/Spinner
//Controls/Spinner

Schema Name

SpinnerType

Validation File

RibbonWSS.xsd

Can be Empty

No

另请参阅

其他资源

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.