<clientincludes> (FormXml)

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

包括对要与窗体一起包含的 Web 资源或内部文件的引用。

语法

<clientresources>
 <internalresources>
  <clientincludes>
   <internaljscriptfile />
  </clientincludes>
 </internalresources>
 <isvresources>
  <clientincludes>
   <webresource />
  </clientincludes>
 </isvresources>
</clientresources>

属性和元素

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

属性

This element has no attributes.

子元素

Element Description

<webresource> (FormXml)

指定要对窗体可用的 Web 资源。

<internalcssfile> (FormXml)

仅供内部使用。定义窗体使用的样式表。

<internaljscriptfile> (FormXml)

仅供内部使用。定义窗体使用的脚本 Web 资源。

父元素

Element Description

<isvresources> (FormXml)

包含由独立软件供应商指定的窗体资源。

<internalresources> (FormXml)

仅供内部使用。定义用于控制窗体功能的窗体资源。

备注

<webresource> (FormXml) elements are only valid when this element is a child of <isvresources> (FormXml).

元素信息

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or 1

XPath

//FormXml/forms/systemform/form/clientresources/isvresources/clientincludes |
//FormXml/forms/systemform/form/clientresources/internalresources/clientincludes

另请参阅

概念

自定义实体窗体

其他资源

Form XML reference

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