阿帕奇检门滑块
不用说,我是 Wicket 的新手。我想实现一个滑块,但这样的例子似乎很少。我从 wicket-stuff(一个 DoJo 项目)找到了一个示例,但该项目无法编译。
有人可以分享一个最简单的例子吗?
Needless to say, I'm new to Wicket. I want to implement a slider but the examples of such seem to be rare. I found one example from wicket-stuff, a DoJo-project, but I the project doesn't compile.
Could somebody kindly share the simplest example?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不久前我玩过 wicket 和 sliders(使用 wiquery,将 jquery 框架集成到 wicket 中)。我已将 Playground 项目上传到 github
https://github.com/magomi/pte
请随时查看项目并查看代码是否可以帮助您了解 wicket 项目中滑块的使用。简单地告诉我代码是否太混乱,所以我将提供一个更简单的示例如何使用滑块。
I played around with wicket and sliders (using wiquery, the integration of the jquery framework into wicket) a while ago. I uploaded my playground project to github
https://github.com/magomi/pte
Please feel free to checkout the project and see if the code can help you to understand the use of sliders inside a wicket project. Simple tell me if the code is too confusing so I will provide a much simpler example how to use the slider.