That's exactly what i will do.

Many thanks for irrefragable answer,
vasyas.

Jan Hoskens wrote:

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






---------------------------------------------------------------------
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]



Reply via email to