Re: WOTabPanel - Refresh page problem
Re: WOTabPanel - Refresh page problem
- Subject: Re: WOTabPanel - Refresh page problem
- From: David LeBer <email@hidden>
- Date: Thu, 13 Oct 2011 09:00:01 -0400
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@hidden> a écrit :
>
>> Sorry,
>>
>> I found it.
>>
>> er.coolcomponents.CCTabPanel.
>>
>> Thanks
>> Envoyé depuis iCloud
>>
>> Le 13 oct 2011 à 02:48, Raymond NANEON <email@hidden> 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@hidden> 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@hidden> 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@hidden)
>>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>>>
>>>>>>> This email sent to email@hidden
>>>>>>
>>>>> _______________________________________________
>>>>> Do not post admin requests to the list. They will be ignored.
>>>>> Webobjects-dev mailing list (email@hidden)
>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>
>>>>> This email sent to email@hidden
>>>>
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list (email@hidden)
>>> Help/Unsubscribe/Update your Subscription:
>>>
>>> This email sent to email@hidden
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
--
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden