<JavaScriptFunction> (RibbonDiffXml)
Si applica a: CRM 2015 on-prem, CRM Online
Specifica un'azione tramite cui viene chiamata una funzione da una libreria JavaScript specifica.
Sintassi
<JavaScriptFunction
FunctionName="String"
Library="String" >
<BoolParameter/>
<CrmParameter />
<DecimalParameter/>
<IntParameter/>
<StringParameter/>
</JavaScriptFunction>
Attributi ed elementi
The following table lists the attributes, child elements, and parent elements.
Attributi
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 |
Elementi figlio
Element | Description |
---|---|
Specifica un valore con un tipo di dati booleano che è possibile passare come parametro. |
|
Rappresenta i dati recuperati dall'applicazione Microsoft Dynamics CRM che è possibile passare come parametro. |
|
Specifica un valore con un tipo di dati decimale che è possibile passare come parametro. |
|
Specifica un valore con un tipo di dati integer che è possibile passare come parametro. |
|
Specifica un valore con dati di tipo stringa che è possibile passare come parametro. |
Elementi padre
Element | Description |
---|---|
Specifica le azioni che verranno eseguite da un comando. |
Note
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.
Nota
Opening entity forms in a dialog window using showModalDialog or showModelessDialog is not supported.
Informazioni elemento
XPath |
|
Schema Name |
JavaScriptFunctionType |
Validation File |
RibbonTypes.xsd |
Can be Empty |
Yes |
Vedere anche
Concetti
Utilizzare JavaScript in Microsoft Dynamics CRM
Altre risorse
Ribbon XML reference
Personalizzare i comandi e la barra multifunzione
Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.