[Seaside-dev] WAError: You can no longer call #addLoadScript: on WASession

Lukas Renggli renggli at gmail.com
Wed Mar 18 12:51:40 UTC 2009


> The patter I usually follow is this one:
>
>    html div class: 'foo'; class: 'bar'; ...

What I forgot to mention, that blends in nicely with #class:if: ...

    html listItem
       class: 'todo';
       class: 'done' if: item isDone;
       class: 'overdue' if: item isOverdue;
       with: item title

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside-dev mailing list