you have to use it like
af|selectOneChoice.MyStyle af|selectOneChoice::content {
// style properties
}
and use the MyStyle in the styleClass of the specific selectonechoice that
you are using..
On Tue, Mar 30, 2010 at 4:14 PM, Glauco P. Gomes
<[email protected]>wrote:
> You can use <tr:selectOneChoice contentStyle="width: 100px" /> to change
> the menu size.
>
> Glauco P. Gomes
>
> schneidc escreveu:
>
>> Hi,
>>
>> I want to change the width of a <tr:selectOneChoice>, so it isn't so
>> narrow
>> when empty. <tr:selectOneChoice inlineStyle="width: 100px"> doesn't do the
>> trick as the actual menu is embedded in a table and the style get's
>> applied
>> on the table and not the menu itself.
>>
>> So I figured out that I should change "af|selectOneChoice::content". But
>> this would alter all the selectOneChoices and I only want to adjust the
>> width of one. I read the skinning guide but didn't find anything useful.
>> Is
>> it even possible?
>>
>> Cheers
>> Simon
>>
>>
>
>
>