You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by mlabs <ml...@gmail.com> on 2012/10/05 10:15:01 UTC

select a wicket tab from javascript...

I have some wicket (ajax) tabs...
I'm using jQuery on the client.
I want to programatically select a particular wicket tab from the
jQuery/javascript client code....

what's the best way to do this?
TIA



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/select-a-wicket-tab-from-javascript-tp4652683.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: select a wicket tab from javascript...

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

If nothing else works then: jQuery(selectorForTheNeededTab).click()
should do the job.

On Fri, Oct 5, 2012 at 11:15 AM, mlabs <ml...@gmail.com> wrote:
> I have some wicket (ajax) tabs...
> I'm using jQuery on the client.
> I want to programatically select a particular wicket tab from the
> jQuery/javascript client code....
>
> what's the best way to do this?
> TIA
>
>
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/select-a-wicket-tab-from-javascript-tp4652683.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org