Re: Wonder bindings design in AjaxSlider (bigger issue)
Re: Wonder bindings design in AjaxSlider (bigger issue)
- Subject: Re: Wonder bindings design in AjaxSlider (bigger issue)
- From: "Les Vogel" <email@hidden>
- Date: Mon, 26 Nov 2007 15:25:56 -1000
Sigh, yep - that works.
Thanks.
On 11/26/07, Timo Hoepfner <email@hidden> wrote:
Am 27.11.2007 um 01:46 schrieb Les Vogel:
> I translate that code to 5.4 style as:
>
> <wo:AjaxSlider orientation="horizontal"
> value="[dg.currentBatchIndex]" minimum="1"
> maximum="[ dg.batchCount]" { $
> ('value').innerHTML = Math.floor(v) }" { $
> ('value').innerHTML = Math.floor(v)}" >> "tableBodyUpdate()"/>
>
> The key point is minimum is "1", as =1 won't parse correctly.
Hi,
I'm not using 5.4, but I'd try
minimum="[1]"
If you would use Wonder's inline parser, you would have to specify
minimum="$1"
Timo
--
Les Vogel
808 870-0418
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden