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
.
精彩评论