ShoreComponents cant cope with latest Scriptaculous

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

ShoreComponents cant cope with latest Scriptaculous

keith1y
To whom it may concern,

I just tried loading the latest Scriptaculous and it appears to upset
ShoreComponents...

the error I received in firebug is appended

cheers

keith

---

this.setOptions is not a function

initialize("id25", "http://localhost:8082/seaside/store", Object
evalScripts=true)standardScripts.j... (line 258)
klass()prototype.js (line 50)
onclick(click clientX=0, clientY=0)store (line 1)
this.setOptions(options);
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: ShoreComponents cant cope with latest Scriptaculous

Lukas Renggli
> this.setOptions is not a function

I don't know who is calling setOptions? Presumabely this is done from
somewhere in ShoreComponents.

ANN: With the announcement of the final versions of Prototype 1.6.0
and script.aculo.us 1.8.0 I integrated these libraries into the latest
Scriptaculous pacakge. Many internal details of these libraries have
change (see the change-logs in Monticello and on their respective web
sites). Most of these changes are automatically handled on the
Smalltalk side, but if you call private JavaScript methods (like
setOptions) directly you might have to adapt your code.

It could also be that your browser did not refresh all the libraries
and caches some incompatible versions.

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside