From adffaces-issues-return-446-apmail-incubator-adffaces-issues-archive=incubator.apache.org@incubator.apache.org Fri Jul 21 13:48:28 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-issues-archive@locus.apache.org Received: (qmail 49144 invoked from network); 21 Jul 2006 13:48:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jul 2006 13:48:28 -0000 Received: (qmail 20003 invoked by uid 500); 21 Jul 2006 13:48:28 -0000 Delivered-To: apmail-incubator-adffaces-issues-archive@incubator.apache.org Received: (qmail 19981 invoked by uid 500); 21 Jul 2006 13:48:27 -0000 Mailing-List: contact adffaces-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-issues@incubator.apache.org Delivered-To: mailing list adffaces-issues@incubator.apache.org Received: (qmail 19965 invoked by uid 99); 21 Jul 2006 13:48:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 06:48:27 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 06:48:27 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E207C41000C for ; Fri, 21 Jul 2006 13:46:13 +0000 (GMT) Message-ID: <1518326.1153489573923.JavaMail.jira@brutus> Date: Fri, 21 Jul 2006 06:46:13 -0700 (PDT) From: "Simon Lessard (JIRA)" To: adffaces-issues@incubator.apache.org Subject: [jira] Created: (ADFFACES-85) Add a new row skin selector for panelForm MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Add a new row skin selector for panelForm ----------------------------------------- Key: ADFFACES-85 URL: http://issues.apache.org/jira/browse/ADFFACES-85 Project: MyFaces ADF-Faces Issue Type: Improvement Reporter: Simon Lessard Currently panelForm only supports three selectors: af|panelForm::body af|panelForm::cell af|panelForm::label-cell It would be nice for the user to be able to alter a complete row like to add spacing between input fields. I suggest af|panelForm::entry or af|panelForm::content That being said, there's another issue with selectors of the panelForm component. Adding spacing between various input fields is not as easy as it seems. With the current selector, one could think that the following does the trick: af|panelForm::cell, af|panelForm::label-cell { padding-top: 8px; } However, it is not perfect because of the way panelInputAndMessage are rendered. An input with a message will generate markup looking like the following: Label Field
message
Since the message is on a different row, the af|panelForm::cell style is applied and the message thus appears far from its field. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira