Re: How can I modify onclick attribute of Link (wicket7) ?

2015-09-04 Thread xesj
tag.put("onclick", newOnclick); } } .setPopupSettings(new PopupSettings()) ); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-can-I-modify-onclick-attribute-of-Link-wicket7-tp4671900p4671902.html Sent from the Users

How can I modify onclick attribute of Link (wicket7) ?

2015-09-04 Thread xesj
s message in context: http://apache-wicket.1842946.n4.nabble.com/How-can-I-modify-onclick-attribute-of-Link-wicket7-tp4671900.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-

Re: How can I modify onclick attribute of Link (wicket7) ?

2015-09-04 Thread Martin Grigorov
OnClickScript(CharSequence url) { > return "alert('run!!!'); " + super.getOnClickScript(url); > } > } > .setPopupSettings(new PopupSettings()) > ); > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/How-can-I-mod