[Seaside] Re: Scriptaculous and Move

Gaëtan Le Brun gaetan.lebrun at gmail.com
Tue Sep 30 15:08:42 UTC 2008


It works for me if i replace :
new Effect.Move('testMove',10,10,{'duration':1})
with :
new Effect.Move('testMove',{'x':10,'y':10,'duration':1})

Gaëtan

On Tue, Sep 30, 2008 at 4:55 PM, Squeaker <squeakman at gmail.com> wrote:

>
>  Did FireBug say anything?
>>>
>>>
>  No I saw no error messages from FireBug - nothing in the console.
>>
>> I am assuming that any complaints would be reported in the console?
>>
>> ...Frank
>>
>
> Below is the generated HTML, in case this helps is spotting the problem.
>
> <div onclick="new Effect.Move('testMove',10,10,{'duration':1})"
> id="testMove" style="position: relative; left: 0px; top: 0px;">this is a
> test</div>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



-- 
Gaëtan Le Brun

"The best way to predict the future is to invent it.", A.Kay, 1971
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20080930/d40243d8/attachment.htm


More information about the seaside mailing list