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

Lawson English lenglish5 at cox.net
Wed Aug 4 07:33:25 UTC 2010


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


More information about the seaside mailing list