Re: Question about WOPupUpButton
Re: Question about WOPupUpButton
- Subject: Re: Question about WOPupUpButton
- From: Dirk Bajohr <email@hidden>
- Date: Fri, 3 Sep 2004 10:43:24 +0200
Hi Kevin,
there is no binding for the class of the <option> elements. You have to
create your PopupButton manually, create the <select...> element as a
WOGenericContainer and the <option...> elements as WOGenericElements
inside a repetition.
Hope that helps,
Dirk
Am 03.09.2004 um 05:46 schrieb Kevin Xiaowen Ren:
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.
--
Dirk Bajohr
iSOLUTION - Individuelle Software fuer moderne Kommunikation
Hauptstr. 50
53757 Sankt Augustin
T +49 2241 921567-0
F +49 2241 921567-89
http://www.isolution.de
_______________________________________________
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.