You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Urgent!! Help with tabs.. Created Oct 20, 2009

This thread is solved

Views: 1661     Replies: 1     Last reply Oct 20, 2009  
You must login first before you can use this feature

atiliosud

Posts: 2

Registered:
Oct 20, 2009

Urgent!! Help with tabs..

Posted: Oct 20, 2009

Hello my friends.
I need to create jquery tabs in my application in apex.
How do I set up this tab?
It also needs to be invisible initially, and after the operator to select an item in a select list, it appears. Conditionally.
Please help me.
thanks

degenerate

Posts: 156

Registered:
Sep 19, 2008

» Urgent!! Help with tabs..

Posted: Oct 20, 2009

Reply to: Urgent!! Help with tabs.., from atiliosud
I'm not sure what apex is, but to have tabs be hidden until you click something (like a link) you can hide all the contents of the tabs container. When you want to show the tabs, you can initialize it and show it.

So put the initalization code into the "onclick" of your link that will show the tabs.

$('ul.tabs').tabs('div.panes > div').show();

And this is using the default HTML config from the minimal setup (without the javascript code part):

http://flowplayer.org/tools/demos/tabs/index.html