【发布时间】:2018-09-07 14:33:01
【问题描述】:
如何将“polyfill.min.js?features=Intl.~locale.fr”添加到 xp:headTag 中?
我尝试了此代码,但收到此错误Failed to load resource: the server responded with a status of 400 (Bad Request)。
这是我使用的代码:
<xp:headTag tagName="script">
<xp:this.attributes>
<xp:parameter name="type" value="text/javascript" />
<xp:parameter name="src" value="Dx/polyfill.min.js?features=Intl.~locale.fr" />
</xp:this.attributes>
</xp:headTag>
【问题讨论】:
标签: javascript devexpress xpages lotus-notes