Using javascript (bootstrap) in Wicket

风流意气都作罢 提交于 2019-12-05 21:28:03

Instead of binding directly to Twitter Bootstrap I would suggest using wicket-bootstrap integration. This allows you work with Bootstrap components in Java code which is more Wicket-style instead of fiddling with them with Javascript.

The project can be found at: https://github.com/l0rdn1kk0n/wicket-bootstrap. It has decent instructions for getting started. For more advanced usage I recommend investigating the sample project.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!