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

Nick Ager nick.ager at gmail.com
Wed Aug 4 07:43:33 UTC 2010


Is the initialize method on the class side?
If so it it won't be executed until the code is reloaded so call it
manually: MyClass initialize

On 4 August 2010 08:33, Lawson English <lenglish5 at cox.net> wrote:

> On 8/4/10 12:22 AM, Gerhard Obermann wrote:
>
>> Did you add the JQ libs?
>>
>> See JQUiAllFunctionalTests as an example
>>
>
> Thanks. Added:
>
> initialize
>    | application |
>    application := WAAdmin register: self asApplicationAt: 'exampleslider'.
>    application preferenceAt: #scriptGeneratorClass put: JQScriptGenerator.
>    application
>        addLibrary: JQDeploymentLibrary;
>        addLibrary: JQUiDeploymentLibrary
>
>
>
> But still <div id="id8"></div>  in the source.
>
>
>
> Lawson
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100804/7ce83a1b/attachment.htm


More information about the seaside mailing list