Re: Question about WOPupUpButton
Re: Question about WOPupUpButton
- Subject: Re: Question about WOPupUpButton
- From: Kevin Xiaowen Ren <email@hidden>
- Date: Fri, 03 Sep 2004 15:46:31 +1200
I just want to control the displayString is bold or not.
I made modelItem.name like, <b>Some Model</b>, but on the display page it's
not bold string.
How to control this displayString?
kevin
At 14:58 3/09/2004 +1200, you wrote:
Hi all,
I am trying to control different font size for displayString in WOPupUpButton.
ModelPopUp:WOPopUpButton
{
list= modelList;
item= modelItem;
displayString= modelItem.name;
selection = selectedModelData;
class = getFontClass;
}
But the binding class couldn't setup with <option> tag, like <option
calss="normal" value="1">Model1</option>
, it only setup to <selection> tag, like <select class="normal" name="23.3.1">.
So how to setup this dynamic class to <option> tag?
Thanks.
kevin
_______________________________________________
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.