Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Ronny.Voss
Hi people I looked into community trying to find some existing Wicket component which support subject - no luck! Some knowledge on subject to share? Best regards/Med venlig hilsen Ronny Voss Nordea Bank Danmark A/S Online Securities Processing Solutions Strandgade 3 DK-1401 København K

RE: Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Ronny.Voss
Hi all Wow, quick attention here in general :-) No I do not have name on actual JQuery plugin which suits the need - I just assumed that JQuery will do the job and was shortly looking for some Wicket component already out there. I am aiming for some panels (output html) to scroll. - Ronny

RE: Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Ronny.Voss
Hi Yes I know about Carousel - as I recall it is solely based on bitmaps as input? and I was aiming for panel as input... - Ronny -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: 04 February 2013 10:59 To: users@wicket.apache.org Subject: Re: Wicket

RE: Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Ronny.Voss
Hi Maybe I was too quick to ask community here :-) sorry about that... To be more preciously: as it stands - I expect this flow to be the case Design 1-n panels Panels content will only be txt Have those panels outcome markup to be the content in the rolling newspaper So I was just looking if

RE: Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Ronny.Voss
Hi O I didn’t actual see that Martin - thanks a lot for the hint. So I guess I am home free here... /Ronny -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: 04 February 2013 11:09 To: users@wicket.apache.org Subject: Re: Wicket (jquery) ticker component

Radio AjaxEventBehavior(onclick)

2013-01-14 Thread Ronny.Voss
Hi People I searched community on this scenario: Catch onclick event on Radio AT RadioGroup level (so to speak). So no matter how many Radio I have, I could handle actual actions to be taken at one place, ie RadioGroup -- identify the selected Radio. This seems straight forward on a

Force Ajax onClick event on empty a

2012-11-23 Thread Ronny.Voss
Hi all I seem to struggle more than expected on this scenario: An empty A tag wont trigger Ajax HTML is pretty simple span class=myIcon id=id3192 a href=../page?3-2.ILinkListener-navigation-navigation_body-wmc-left-4-comp-content-tabs-panel-body-rows-5-cells-2-cell-3-link id=link17a /a /span

RE: wicket-bootstrap navbar - SEARCH button

2012-11-14 Thread Ronny.Voss
Hi I was as mentioned looking at demo, which includes a search. If wicket-bootstrap support such? I could not find? Regards Ronny -Original Message- From: Michael Haitz [mailto:michael.ha...@1und1.de] Sent: 14 November 2012 21:08 To: users@wicket.apache.org Subject: Re:

Wicket Bootsrap Accordion

2012-11-12 Thread Ronny.Voss
Hi there I have been looking into best way to support subject. Does a Wicket Bootstrap Accordion component exist - somebody made such? any knowledge here? kindly share... Thx! Best regards/Med venlig hilsen Ronny Voss Nordea Bank Danmark A/S Online Securities Processing Solutions Strandgade

RE: Multiple Wicket:Child Tag Support

2012-10-26 Thread Ronny.Voss
To my best knowledge. Not supported directly - with multiple child/extend tags. You need using a design approach to achieve same - try search HOWTO header/header samples or look at possibilities using Fragment. Best regards Ronny -Original Message- From: Kapil Dhawan

wicket-bootstrap navbar - SEARCH button

2012-10-23 Thread Ronny.Voss
Hi There Any with a quick answer on how to implement a search like in: http://wb.agilecoders.de/demo/components?1#navbar Ending up in some markup like: form class=navbar-search Thx in advance. Best regards/Med venlig hilsen Ronny Voss Nordea Bank Danmark A/S Online Securities Processing

Wicket and jQuery UI

2012-10-02 Thread Ronny.Voss
Hi Wicket I have been looking at a) wiQuery and b) wicket-jquery-ui What API to use when doing a bridge between Wicket and jQuery UI? Recommendations and experience would be very much welcomed. Thanks in advance! Best regards/Med venlig hilsen Ronny Voss Nordea Bank Danmark A/S Online

RE: Wicket and jQuery UI

2012-10-02 Thread Ronny.Voss
Hi I was not thinking about the base, ie AbstractDefaultAjaxBehavior. I was thinking about using one off the API - several components - could be accordion? could be some effects etc. So I was thinking about who has tried out both API's - has some experiences and suggest this API because bla

RE: Css for panel

2012-08-29 Thread Ronny.Voss
Hi Actually I am pretty new with Wicket, but I give it a shot... :-) @Override public void renderHead(IHeaderResponse response) { super.renderHead(response); response.renderCSSReference(YOUR_CSS_REF); } private static final