Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 46975 invoked from network); 5 Sep 2003 18:10:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Sep 2003 18:10:25 -0000 Received: (qmail 22140 invoked by uid 500); 5 Sep 2003 18:09:23 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 22097 invoked by uid 500); 5 Sep 2003 18:09:22 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 22029 invoked from network); 5 Sep 2003 18:09:21 -0000 Received: from unknown (HELO server1.livestoryboard.com) (209.61.132.12) by daedalus.apache.org with SMTP; 5 Sep 2003 18:09:21 -0000 Received: from lsbws (adsl-64-173-57-78.dsl.snfc21.pacbell.net [64.173.57.78]) (authenticated) by server1.livestoryboard.com (8.11.6/8.11.6) with ESMTP id h85I9EE04984 for ; Fri, 5 Sep 2003 13:09:14 -0500 Message-Id: <200309051809.h85I9EE04984@server1.livestoryboard.com> From: "Robert Koberg" To: Subject: RE: Woody : advanced form layout Date: Fri, 5 Sep 2003 11:09:13 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook, Build 11.0.4920 In-Reply-To: <3F58C3FB.9070207@anyware-tech.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 thread-index: AcNz0eOUeeU2GZffTEqlTF8BHpyXdgABS0aw X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I may be misunderstanding your need, but you could simply write out all = of you tab's display elements initially set to 'display:none'. Set a = initial focus tab (some variable sent from the server written to a JS var to be = used by the client) and set it's elements set to display:block or = display:inline where appropriate. On click of another tab set the current tab's = elements to display:none and the new focus to display:block/inline where = appropriate. This is what we do for our CMS. You can see some layout L&Fs at: http://www.livestoryboard.com/Products/Screen_shots.html Is this the kind of thing you are talking about? Best, -Rob > -----Original Message----- > From: Sylvain Wallez [mailto:sylvain.wallez@anyware-tech.com] > Sent: Friday, September 05, 2003 10:12 AM > To: dev@cocoon.apache.org >=20 > Timothy Larson wrote: >=20 > >Very, very nice. I will be using every feature you added. > > > > >=20 > Thanks :-) >=20 > I just added yet another feature : browsing between panels using a > dropdown menu (like e.g. Mozilla's font preferences dialog). Checkout > the "form1" and "form1.flow" samples. A single form is not enough to > show all ;-) >=20 > Something I can't find (and need help for) is how to write a CSS that > would avoid the layout to be recomputed when a tab is selected. I = would > like the size of the
containing the tab contents to the be the > maximum of the sizes of the various tab contents. >=20 > Any hint on how to achieve this, someone ? >=20 > Sylvain >=20 > -- > Sylvain Wallez Anyware Technologies > http://www.apache.org/~sylvain http://www.anyware-tech.com > { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects } > Orixo, the opensource XML business alliance - http://www.orixo.com