JQuery UI +海边布置
我需要为 Seaside 中的 jQuery UI 加载哪些包?
目前我已经安装/加载了这些:
- Pharo Seaside 一键图像
- 将 jQuery 存储库添加到 Monticello 浏览器(Squeaksource - jQuery)
- 加载了 jQuery-EL.10.mcz
但是,当我运行此 示例 我收到错误“MessageNotUnderstood: WARenderCanvas>> jQuery”
Which package(s) do I need to load for jQuery UI in Seaside?
Currently I have these installed/loaded:
- Pharo Seaside One-Click Image
- Added the jQuery repository to the Monticello Browser (Squeaksource - jQuery)
- Loaded jQuery-EL.10.mcz
However when I run this example I get the error "MessageNotUnderstood: WARenderCanvas>>jQuery"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
builder.seaside.st 应该为您提供任何可能配置的工作负载脚本。确保选中jQuery 和 jQueryUI,然后单击加载脚本下载可以拖动的脚本。放到Pharo Dev Image。请注意,jQuery 不适用于 Seaside 2.8。
builder.seaside.st should give you a working load script for any possible configuration. Make sure to check jQuery and jQueryUI and then click on Load Script to download a script that you can drag & drop onto a Pharo Dev Image. Note, that jQuery is not available for Seaside 2.8.