wvrossem
wvrossem

Reputation: 107

JQuery UI + Seaside set-up

Which package(s) do I need to load for jQuery UI in Seaside?

Currently I have these installed/loaded:

However when I run this example I get the error "MessageNotUnderstood: WARenderCanvas>>jQuery"

Upvotes: 3

Views: 846

Answers (1)

Lukas Renggli
Lukas Renggli

Reputation: 8947

builder.seaside.st should give you a working load script for any possible configuration. Make sure to check jQuery and jQueryUI and then click on Load Script to download a script that you can drag & drop onto a Pharo Dev Image. Note, that jQuery is not available for Seaside 2.8.

Upvotes: 5

Related Questions