On Wed, Nov 30, 2011 at 6:44 AM, Afkham Azeez <[email protected]> wrote:

> If this static HTML is placed in a .html file & you try to click the tabs,
> still it does not work right? You will need to have some Javascript which
> will hide the previous tab & show the new tab.
>

Yes. You have to do the initial event registering using the methods
provided by this jquery library. You can refer to the following links for
more details.
http://jqueryui.com/demos/tabs/
http://jqueryui.com/demos/tabs/default.html

thanks,
Chanaka

>
> On Wed, Nov 30, 2011 at 3:35 AM, Ramon Rivero Torres <[email protected]>wrote:
>
>> Hello again:****
>>
>> I wrote earlier asking for some help on the manipulation of XML to
>> develop a bundle with interface that I am implementing. Now I have another
>> problem and I share it here in case someone can help me. This time it is a
>> problem with the bundle's interface. I want to use the component "tabs" of
>> jquery, but when I use it, I can't navigate through the tabs, when I click
>> on the second and third tab does not display its contents, I can only see
>> the default shown. The code I use for this is as follows:****
>>
>> ** **
>>
>> <div id="tabs" class="ui-tabs-nav">****
>>
>> ** **
>>
>>                 <ul>****
>>
>>                                <li class="ui-tabs-selected"><a
>> href="#tabs-1">Strategy 1</a></li>****
>>
>>                                <li class=""><a href="#tabs-2">Strategy
>> 2</a></li>****
>>
>>                                <li class=""><a href="#tabs-3">Strategy
>> 3</a></li>****
>>
>>                 </ul>****
>>
>> ** **
>>
>>                 <div id="tabs-1" class="ui-tabs-panel">****
>>
>>                 <!--contents of the first tab--> ****
>>
>>                 </div>****
>>
>> ** **
>>
>>                 <div id="tabs-2" class="ui-tabs-panel ui-tabs-hide">  ***
>> *
>>
>>                 <!--contents of the second tab-->****
>>
>>                 </div>****
>>
>> ** **
>>
>>                 <div id="tabs-3" class="ui-tabs-panel ui-tabs-hide">****
>>
>>                 <!--contents of the third tab-->****
>>
>>                 </div>****
>>
>> ** **
>>
>> </div>****
>>
>> ** **
>>
>> I need to know why I can“t see the contents of the "tabs-2" and "tabs-3".
>> Attached is a picture with the bundle's interface. Thanks in advance. R.*
>> ***
>>
>>   <http://www.antiterroristas.cu/>
>>
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> [email protected]
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * <http://www.apache.org/>**
> email: **[email protected]* <[email protected]>* cell: +94 77 3320919
> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to