Change the woody-field-styling XSLT sheet: find the wi:field stuff and add
your styling.
Or just add a <wi:styling readonly="true"/>, that will set the input field
on readonly.
If your value comes from data, you can also set a javascript in your binding
file:
<wb:javascript id="state" path="pathToStateAttr"direction="load">
<wb:load-form>
if (jxpathPointer.getValue() == "1")
{
widget.setValue="Finished";
}
</wb:load-form>
</wb:javascript>
Kind Regards,
Jan
----- Original Message -----
From: "Vasyl Stashuk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 03, 2004 1:23 PM
Subject: Re: wd:output and wd:selection-list
> But what do i do if i just want to show user some string based on value?
>
> wbr,
> vasyas
>
> Jan Hoskens wrote:
>
> >You're using an output widget, that just writes text, you need the
> >"wd:field" widget to be able to use the selection list.
> >
> >Kind Regards,
> >Jan
> >
> >----- Original Message -----
> >From: "Vasyl Stashuk" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Wednesday, March 03, 2004 12:51 PM
> >Subject: wd:output and wd:selection-list
> >
> >
> >
> >
> >>Hi all!
> >>
> >>I'm trying to use wd:selection-list inside of wd:output:
> >>
> >> <wd:output id="state">
> >> <wd:label>state</wd:label>
> >> <wd:datatype base="long"/>
> >> <wd:selection-list>
> >> <wd:item value="1">
> >> <wd:label>Finished</wd:label>
> >> </wd:item>
> >> <wd:item value="2">
> >> <wd:label>Running</wd:label>
> >> </wd:item>
> >> <wd:item value="3">
> >> <wd:label>Paused</wd:label>
> >> </wd:item>
> >> <wd:item value="3">
> >> <wd:label>Not runned</wd:label>
> >> </wd:item>
> >> </wd:selection-list>
> >> </wd:output>
> >>
> >>but in output i see only values and not labels.
> >>
> >>What am i doing wrong?
> >>
> >>regards,
> >>vasyas
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]