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

Lawson English lenglish5 at cox.net
Wed Aug 4 07:14:11 UTC 2010


On 8/4/10 12:08 AM, Lukas Renggli wrote:
> You should subclass WAComponent, not WASlider (this is not a component).
>
> Lukas
>
>    

Subclassed WAComponent, but nothing appears.

WAComponent subclass: #ExampleJQSlider
     instanceVariableNames: 'count current'
     classVariableNames: ''
     poolDictionaries: ''
     category: 'JQuery-Examples'


The source turns out to be:

<div id="id8"></div>


:-/


Lawson



More information about the seaside mailing list