« Return to Thread: Scriptaculous integration

Re: Scriptaculous integration

by Rob Rothwell-2 :: Rate this Message:

Reply to Author | View in Thread

On Mon, Mar 31, 2008 at 6:01 PM, Nicolas Petton <petton.nicolas@...> wrote:
> To me this is possible, Nico showed it in a way (note I'll find nicer
> to just have draggable counter that stay in position)... What you want
> is configure webelement or component directly from the page. Maybe,
> adding kind of halo on them could help there ;)  (only accessible in
> edit mode)...  Just a thought...
>
>
> The difficulty is to be generic. Prototype windows are cool but
> difficult (I think) to link to actual smalltlak code (objects). It's
> mainly windows with static html inside. Am I wrong ?  Nico, can you
> easily put counters in prototype windows you've show lastly ?
>
Yes, of course:

e := WebElement new.
self counters do: [:each |
   e addWIndowFor: each size: 50@50]

Very simple :)

And this is not ALREADY in your online demo because...  ;)

Rob
_______________________________________________
Aida mailing list
Aida@...
http://lists.aidaweb.si/mailman/listinfo/aida

 « Return to Thread: Scriptaculous integration