javascript 库由 gsp-template 切换

发布于 2024-10-11 13:45:11 字数 352 浏览 2 评论 0原文

为什么 gsp 或模板中的 'g:javascript library="xyz"' 标记声明会关闭布局 gsp 中的声明。我怎样才能强制布局 gsp 的行为。

我遇到的问题如下: 我必须在模板中使用 'g:javascript library="xyz"' 标签,因为我需要在模板中使用 RemoteLink 标签。如果我渲染包含这些模板的 gsp,我会错过 html 标头(来自布局 gsp)中的库 xyz 的 javascript。

更新

有没有办法配置默认的 JavascriptProvider-Class。这将解决我的问题,因为我不必在 gsp 模板中使用 g:javascript-tag 。

why is a declaration of 'g:javascript library="xyz"'-tag in a gsp or template switch off the declaration in a layout-gsp. And how can I force the behavior from layout-gsp.

The problem I have is following:
I have to use the 'g:javascript library="xyz"'-tag in a template because I need the remoteLink tag in the template. If I render a gsp that includes these template I miss the javascript form the library xyz in the header (from the layout-gsp) of the html.

Update

Is there a way to configure the default JavascriptProvider-Class. This will solve my problem because I have not to use the g:javascript-tag in the gsp-template.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寒尘 2024-10-18 13:45:11

自己解决了:
从那里在 Config.groovy 中添加配置

grails.views.javascript.library="xyz"

我永远不需要 template-gsp 中的 'g:javascript library="xyz"' 标签

Solved by myself:
added configuration in Config.groovy

grails.views.javascript.library="xyz"

from there I never need the 'g:javascript library="xyz"'-tag in the template-gsp

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文