<JavaScriptFunction> (RibbonDiffXml)
適用対象: CRM 2015 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 JScript 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 JScript library Web resource that contains the function. Use the $webresource: directive when specifying the library. |
String |
Required |
下位要素
Element | Description |
---|---|
パラメーターとして渡すことのできるブール データ型の値を指定します。 |
|
Microsoft Dynamics CRM アプリケーションから取得されたデータを表します。このデータはパラメーターとして渡すことができます。 |
|
パラメーターとして渡すことのできる 10 進データ型の値を指定します。 |
|
パラメーターとして渡すことのできる整数データ型の値を指定します。 |
|
パラメーターとして渡すことのできる文字列データ型の値を指定します。 |
親要素
Element | Description |
---|---|
コマンドによって実行されるアクションを指定します。 |
備考
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 |
|
Schema Name |
JavaScriptFunctionType |
Validation File |
RibbonTypes.xsd |
Can be Empty |
Yes |
関連項目
概念
Microsoft Dynamics CRM で Javascript を使用する
他のリソース
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.