다음을 통해 공유


<Actions> (RibbonDiffXml)

적용 대상: CRM 2016 on-prem, CRM Online

명령이 수행하는 작업을 지정합니다.

구문

<Actions>
 [<JavaScriptFunction /> | <Url /> ]
</Actions>

특성 및 요소

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

특성

이 요소에는 특성이 없습니다.

하위 요소

Element Description

<JavaScriptFunction> (RibbonDiffXml)

특정 JavaScript 라이브러리에서 함수를 호출하는 작업을 지정합니다.

<Url> (RibbonDiffXml)

지정된 주소의 웹 페이지를 여는 작업입니다.

상위 요소

Element Description

<CommandDefinition> (RibbonDiffXml)

리본 요소가 표시되는 방식을 제어하는 규칙 집합과 리본 요소 및 컨트롤에서 참조할 수 있는 수행할 작업을 지정합니다.

예제

This Actions element contains a <Url> (RibbonDiffXml) action that opens a Web resource into a window of a specified size while passing contextual parameters.

<Actions> <Url Address="$webresource:New_ShowParams.htm"      PassParams="true"      WinParams="height=200, width=400,toolbar=no, menubar=no,location=no" /></Actions>

요소 정보

XPath

//RibbonDiffXml/CommandDefinitions/CommandDefinition/Actions

Schema Name

ActionsType

Validation File

RibbonTypes.xsd

Can be Empty

Yes

참고 항목

기타 리소스

명령 및 리본 사용자 지정
Ribbon XML reference

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.