Hello All,

I've resolved my issue by overriding the renderHead() method inside
MyPanel.java as below:-

@Override
public void renderHead(IHeaderResponse response) {
            
response.renderString("");
response.renderOnDomReadyJavaScript("$(function () { 
$('.marquee').marquee({ duration: 15000,    duplicate: false,
delayBeforeStart:2000,  allowCss3Support: true, gap: 600, pauseOnCycle: true, 
pauseOnHover: true });});");

} 

Thanks everyone.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Message-Scroll-Banner-in-Wickets-tp4678245p4678315.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to