ate a more in-depth book one day.
BeanEditForm took a half of chapter 5, leaving another half to Grid.
Cheers,
Alex
-Original Message-
From: Daniel Jue [mailto:[EMAIL PROTECTED]
Sent: 22 August 2007 14:34
To: Tapestry users
Subject: Re: [T5] BeanEditForm CSS suggestion
IIRC, there
>
> Alexander
>
> -----Original Message-----
> From: Chris Lewis [mailto:[EMAIL PROTECTED]
> Sent: 20 August 2007 17:19
> To: Tapestry users
> Subject: Re: [T5] BeanEditForm CSS suggestion
>
>
> You can extend the BeadEditForm instead of copying it can't you? Tha
ginal Message-
From: Chris Lewis [mailto:[EMAIL PROTECTED]
Sent: 20 August 2007 17:19
To: Tapestry users
Subject: Re: [T5] BeanEditForm CSS suggestion
You can extend the BeadEditForm instead of copying it can't you? That
would be a pain...
Daniel Jue wrote:
> In general, Tapestry
if you think about it, why not to have this colon
hard-coded? What else one would wish to place after the label instead of
a colon? A semicolon? :/
Alexander
-Original Message-
From: Chris Lewis [mailto:[EMAIL PROTECTED]
Sent: 17 August 2007 18:07
To: Tapestry users
Subject: Re: [T
it, why not to have this colon
> hard-coded? What else one would wish to place after the label instead of
> a colon? A semicolon? :/
>
> Alexander
>
> -----Original Message-----
> From: Chris Lewis [mailto:[EMAIL PROTECTED]
> Sent: 17 August 2007 18:07
> To: Tapestry users
bel instead of
a colon? A semicolon? :/
Alexander
-Original Message-
From: Chris Lewis [mailto:[EMAIL PROTECTED]
Sent: 17 August 2007 18:07
To: Tapestry users
Subject: Re: [T5] BeanEditForm CSS suggestion
Alexander,
You can use CSS2 attribute selectors to match only submit input
Alexander,
You can use CSS2 attribute selectors to match only submit input types.
Try this:
div.t-beaneditor-row input[type="submit"] { font-size: 20px; }
This will match only input elements of type submit.
chris
Kolesnikov, Alexander GNI wrote:
I wonder if it would make sense to use a dif
I wonder if it would make sense to use a different CSS class for the DIV
that contains the Submit button in BeanEditForm (not t-beaneditor-row)?
I am trying to tweak the button using
div.t-beaneditor-row input
style, but whatever I do with it, the same applies to all the other
elements in the fo