开发者

How can I customize a modal window using Wicket 1.5?

I´ve already found this answer (Can the Wicket modal window be customized?) but it´s not suitable for Wicket 1.5. Can anyone please tell me how can I apply my ow开发者_运维技巧n styles to a Wicket Modal?


Create you own stylesheet and use set setCssClassName() ?

If you want to fully override all of the modal window css override the newCssResource() to return your own css resource. All its resources are in /wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/ including its stylesheet modal.css.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜