Raymond,

CCTabPanel should have enough css classes applied to it to allow you to style 
it pretty much anyway you want. Styling is left as an exercise for the user and 
there are lots of css tab examples on the web to get you started.

For a concrete example, the tab inspect pages in ERModernLook use CCTabPanel. 

i.e: From default_screen_stylesheet.css in ERModernDefaultSkin:

/* TABS */
.Tab,
.TabItemsList {
        list-style-type: none;
        padding: 0;
        margin: 0;
}

.TabItemsList {
        position: relative;
        top:  1px;
        width: 100%;
        overflow: hidden;
}

.Tab {
        padding-right: 30px;
        float: left;
}

.Tab span {
        display: block;
        padding-bottom: 12px;
        padding-top: 8px;
        font-weight: bold;
}

.TPTab_Selected span {
        background-image: url(pag_tab_sel.png);
        background-position: center bottom;
        background-repeat: no-repeat;
}

.TabPanelContent .InnerWrapper {
        border-top: 1px solid #e1e1e1;
}


On 2011-10-13, at 6:34 AM, Raymond NANEON wrote:

> Hi,
> 
> I finally use CCTabPanel but big problem in layout the tab. It displays like 
> 'li' list et not like a tab. I use attribute tabClass but nothing is done.
> 
> How to fix it?
> Envoyé depuis iCloud
> 
> Le 13 oct 2011 à 02:49, Raymond NANEON <[email protected]> a écrit :
> 
>> Sorry,
>> 
>> I found it.
>> 
>> er.coolcomponents.CCTabPanel.
>> 
>> Thanks
>> Envoyé depuis iCloud
>> 
>> Le 13 oct 2011 à 02:48, Raymond NANEON <[email protected]> a écrit :
>> 
>>> Hi Pascal,
>>> 
>>> I ask this question after search on google and it's not clear for me. It's 
>>> in woextentions Library or er.extensions Library?
>>> 
>>> I add them in My project but nothing appears in WOD.
>>> 
>>> Thanks
>>> Envoyé depuis iCloud
>>> 
>>> Le 13 oct 2011 à 02:43, Pascal Robert <[email protected]> a écrit :
>>> 
>>>> 
>>>> Le 2011-10-13 à 05:38, Raymond NANEON a écrit :
>>>> 
>>>>> Hi Alexis,
>>>>> 
>>>>> In which library we found this component?
>>>> 
>>>> http://lmgtfy.com/?q=CCTabPanel
>>>> 
>>>>> And have you seen my topic about AutoCompletion and getEntity pk?
>>>>> 
>>>>> Thanks
>>>>> Envoyé depuis iCloud
>>>>> 
>>>>> Le 13 oct 2011 à 02:22, Alexis Tual <[email protected]> a écrit :
>>>>> 
>>>>>> Hi,
>>>>>> 
>>>>>> use CCTabPanel from Wonder to have your form values submitted when 
>>>>>> switching tabs,
>>>>>> 
>>>>>> Cheers,
>>>>>> 
>>>>>> Alex
>>>>>> 
>>>>>> Le 13 oct. 2011 à 11:14, Raymond NANEON a écrit :
>>>>>> 
>>>>>>> Hi,
>>>>>>> I use WOTabPanel for the first time and I'm surprise on how this 
>>>>>>> component works. It refreshes the page each time you select a new tab 
>>>>>>> and you loose all data you insert in others tabs?
>>>>>>> 
>>>>>>> There is a way to fix this issue?
>>>>>>> 
>>>>>>> Thanks
>>>>>>> Envoyé depuis iCloud
>>>>>>> _______________________________________________
>>>>>>> Do not post admin requests to the list. They will be ignored.
>>>>>>> Webobjects-dev mailing list      ([email protected])
>>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>>> http://lists.apple.com/mailman/options/webobjects-dev/alexis.tual%40gmail.com
>>>>>>> 
>>>>>>> This email sent to [email protected]
>>>>>> 
>>>>> _______________________________________________
>>>>> Do not post admin requests to the list. They will be ignored.
>>>>> Webobjects-dev mailing list      ([email protected])
>>>>> Help/Unsubscribe/Update your Subscription:
>>>>> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca
>>>>> 
>>>>> This email sent to [email protected]
>>>> 
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list ([email protected])
>>> Help/Unsubscribe/Update your Subscription:
>>> http://lists.apple.com/mailman/options/webobjects-dev/rnaneon%40me.com
>>> 
>>> This email sent to [email protected]
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/dleber_wodev%40codeferous.com
> 
> This email sent to [email protected]


--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog:   http://davidleber.net
profile:        http://www.linkedin.com/in/davidleber
twitter:        http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org






 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to