Wicket 1.5 中的 JavaScript
我正在寻找执行以下任务的 Wicket 1.5 方法:
- 将外部 .js 文件从面板添加到页面标题。
- 从面板在页面底部添加
标记
- 将一些 Javascript 添加到 Body 标记的 onLoad 事件
有很多示例如何执行此操作Wicket 1.2 和 1.3 但这些 API 都消失了。 任何关于 Javascript/Ajax 的好的 Wicket 1.5 文章都会很棒。
im looking for the Wicket 1.5 Way of doing the following tasks:
- Add a external .js File to header of the Page from a Panel.
- Add a
<script>...</script>
Tag at Bottom of Page from a Panel - Add some Javascript to the onLoad Event of the Body tag
There are lots of examples how to do this in Wicket 1.2 and 1.3 but these API are gone.
Any good Wicket 1.5 Articles aboutJavascript/Ajax would be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
HaBaLeS 自己发现了这一点:
HaBaLeS found it out himself: