Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 73725 invoked from network); 9 Oct 2007 08:19:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 08:19:33 -0000 Received: (qmail 88883 invoked by uid 500); 9 Oct 2007 08:19:19 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 88840 invoked by uid 500); 9 Oct 2007 08:19:19 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 88829 invoked by uid 99); 9 Oct 2007 08:19:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 01:19:19 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cristi.toth@gmail.com designates 209.85.146.176 as permitted sender) Received: from [209.85.146.176] (HELO wa-out-1112.google.com) (209.85.146.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 08:19:20 +0000 Received: by wa-out-1112.google.com with SMTP id l24so2150802waf for ; Tue, 09 Oct 2007 01:18:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=/lcFg184fF1aefeq94tDsuTf6+gZhlXY08x7vYGC39U=; b=IxwxOi4MaS/vNUcUScIopoiQv+Aj9x7ns8h5Hsky7kCEAf1oWOwpWoxvmH1LueAX2dXf69KjBoApmeN6q9dfuDGLPdWyUyKuWXmEg3OmfmYTB9sYvZRSj9Z6+8DGON52GPMAGw07kuaj32QrNmaALQHkqQu2THQ8mU6LjzkhFXQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ethnNXZBoj52I1IKPH6jeN5DsLmh8fWwCfxstoVxDcVySL/hn3tqPIYT6oGc2bdm2Lj3NtVbDUI6lv4W0dhXkEHVcAmP/So+ARcqsbMnmOQM1DlW5oEI6cWXMfb6HHT5JJT+RdlX3FAKtbY62Hczw1QUI6Do/+IVCjLgki/Yzpk= Received: by 10.114.174.2 with SMTP id w2mr15288287wae.1191917936048; Tue, 09 Oct 2007 01:18:56 -0700 (PDT) Received: by 10.114.155.19 with HTTP; Tue, 9 Oct 2007 01:18:56 -0700 (PDT) Message-ID: <5aca2d400710090118o1d76c236m852a714de55f488d@mail.gmail.com> Date: Tue, 9 Oct 2007 10:18:56 +0200 From: "Cristi Toth" To: "MyFaces Development" Subject: Re: [Trinidad] panelTabbed skinning improvement In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2452_17121871.1191917936037" References: <5aca2d400710080957q7a1e3e11o89838fb44fb66d03@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2452_17121871.1191917936037 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Andrew! Sounds good, but can you tell me how can I override the default SubTabBarRenderer? I have no idea where the mapping is done for 'sub renderers' from the uix/ui packages. I hope this can be done without me needing to overwrite the default renderer in the trinidad sources and build them myself. thanks On 10/8/07, Andrew Robinson wrote: > > I have submitted such an issue that keeps the existing tabs and adds > the new ones. This way it is backwards compatible. > > https://issues.apache.org/jira/browse/TRINIDAD-632 > > On 10/8/07, Cristi Toth wrote: > > Hi! > > > > The skinning of the pannelTabbed component could be improved > > so that it can have round cornered tabs (like in most of the > applications), > > similar to navigationPanel with hint=tabs but simpler. > > > > My opinion is to have the following selectors: > > af:panelTabbed:: > > - beforeCell (-selected) > > - cell (-selected) > > - afterCell (-selected) > > - separatorCell > > > > This way it would be skinnable very nice. > > > > BUT... what to do for backwards compatibillity? > > > > -- > > Cristi Toth > > > > ------------- > > Codebeat > > www.codebeat.ro > -- Cristi Toth ------------- Codebeat www.codebeat.ro ------=_Part_2452_17121871.1191917936037 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Andrew!

Sounds good, but can you tell me how can I override the default SubTabBarRenderer?
I have no idea where the mapping is done for 'sub renderers' from the uix/ui packages.
I hope this can be done without me needing to overwrite the default renderer in the trinidad sources and build them myself.

thanks

On 10/8/07, Andrew Robinson <andrew.rw.robinson@gmail.com> wrote:
I have submitted such an issue that keeps the existing tabs and adds
the new ones. This way it is backwards compatible.

https://issues.apache.org/jira/browse/TRINIDAD-632

On 10/8/07, Cristi Toth <cristi.toth@gmail.com> wrote:
> Hi!
>
> The skinning of the pannelTabbed component could be improved
> so that it can have round cornered tabs (like in most of the applications),
> similar to navigationPanel with hint=tabs but simpler.
>
> My opinion is to have the following selectors:
> af:panelTabbed::
> - beforeCell (-selected)
> - cell (-selected)
> - afterCell (-selected)
> - separatorCell
>
> This way it would be skinnable very nice.
>
> BUT... what to do for backwards compatibillity?
>
> --
> Cristi Toth
>
> -------------
> Codebeat
> www.codebeat.ro



--
Cristi Toth

-------------
Codebeat
www.codebeat.ro ------=_Part_2452_17121871.1191917936037--