Re: CSS reference order

2013-11-19 Thread mac
I have created my own reference and added this inside getDependencies method: List dependencies = new ArrayList<>(); dependencies.add( CssHeaderItem.forReference( BootstrapCssReference.instance() ) ); return dependencies; and it works. Thanks for advice. -- View this message in context: http

CSS reference order

2013-11-18 Thread mac
the last one? Thanks, mac -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CSS-reference-order-tp4662495.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

gmap3 inside modal window

2013-03-26 Thread mac
Hi, I'm showing google map component from wicketstuff gmap3 lib inside modal window but map is only partially loaded and rest space is grey color. I'tried calling resize event (no success): google.maps.event.trigger(Wicket.maps['" + map.getMapId() + "'], 'res

Re: Wicket panel - call jQuery

2013-03-21 Thread mac
Thanks, it workes perfectly. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-panel-call-jQuery-tp4657401p4657404.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubs

Wicket panel - call jQuery

2013-03-21 Thread mac
derHead but without any success. Maybe my way is not correct? Thanks for any help. mac -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-panel-call-jQuery-tp4657401.html Sent from the Users forum mailing list archive at Nabble.com. ---

Proper models approach

2013-03-13 Thread mac
it as default model (LDM) in base panel and pass it to steps panels? Thanks, mac -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Proper-models-approach-tp4657211.html Sent from the Users forum mailing list archive at Nabble.com