[Seaside] really simple JQuery slider/widget example withoutthe support of the test classes?

Nick Ager nick.ager at gmail.com
Wed Aug 4 16:42:41 UTC 2010


Hi Lawson,

Try something like this

(WAAdmin register: ExampleJQSlider asApplicationAt: 'exampleslider')
     preferenceAt: #scriptGeneratorClass put: JQScriptGenerator;
         addLibrary: JQDeploymentLibrary;
         addLibrary: JQUiDeploymentLibrary;
addLibrary: JQUiLightnessTheme

Should be possible to execute the above in a workspace. I used WAWelcome
class>>initialize as a template

Cheers

Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100804/93270bb4/attachment.htm


More information about the seaside mailing list