다음을 통해 공유


<JavaScriptFunction> (RibbonDiffXml)

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

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

구문

<JavaScriptFunction 
 FunctionName="String"
 Library="String" >
 <BoolParameter/>
 <CrmParameter />
 <DecimalParameter/>
 <IntParameter/>
 <StringParameter/>
</JavaScriptFunction>

특성 및 요소

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

특성

Attribute Description Type Usage

FunctionName

The name of the JavaScript function to call. This string must begin with a letter, the underscore (“_”) character, or the dollar (“$”) symbol. The remaining characters can be any combination of letters, numbers, the underscore character, the dollar symbol or periods.

String

Required

Library

The name of the JavaScript library Web resource that contains the function. Use the $webresource: directive when specifying the library.

String

Required

하위 요소

Element Description

<BoolParameter> (RibbonDiffXml)

매개 변수로 전달할 수 있는 부울 데이터 형식의 값을 지정합니다.

<CrmParameter> (RibbonDiffXml)

매개 변수로 전달할 수 있는 Microsoft Dynamics CRM 응용 프로그램에서 검색한 데이터를 나타냅니다.

<DecimalParameter> (RibbonDiffXml)

매개 변수로 전달할 수 있는 10진수 데이터 형식의 값을 지정합니다.

<IntParameter> (RibbonDiffXml)

매개 변수로 전달할 수 있는 정수 데이터 형식의 값을 지정합니다.

<StringParameter> (RibbonDiffXml)

매개 변수로 전달할 수 있는 문자열 데이터 형식의 값을 지정합니다.

상위 요소

Element Description

<Actions> (RibbonDiffXml)

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

설명

If you are using this element to call a function that will use window.open to open a web resource, consider using the <Url> (RibbonDiffXml) action instead. With the <Url> action you can specify the Web resource using the $webresource Directive to specify the web resource to open. This will allow the application to specify the URL to the cached web resource and will result in better performance, particularly if the web resource is an HTML web resource that hosts a Silverlight web resource.

참고

Opening entity forms in a dialog window using showModalDialog or showModelessDialog is not supported.

요소 정보

XPath

//RibbonDiffXml/CommandDefinitions/CommandDefinition/Actions/JavaScriptFunction

Schema Name

JavaScriptFunctionType

Validation File

RibbonTypes.xsd

Can be Empty

Yes

참고 항목

개념

Microsoft Dynamics CRM에서 JavaScript 사용

기타 리소스

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

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