[Seaside] WATableReport + Checkbox

alexandre bp abalonpe at ulb.ac.be
Fri Dec 3 16:51:59 UTC 2010


Thx for your answer
yes I do have a #form around it.

2010/12/3 Lukas Renggli <renggli at gmail.com>

> Do you have a #form: around your table?
>
> Lukas
>
> On 3 December 2010 13:02, alexandre bp <abalonpe at ulb.ac.be> wrote:
> > Hi,
> > I have a problem with checkboxes. I'm trying to add a checkbox at each
> line
> > of a table.
> > I have tried several things(the last tries are in comments):
> > addActionColumn
> > columns
> > add:
> > ((WAReportColumn new)
> > title: '';
> > valueBlock: [ :row :html |
> > html span
> > with:[
> >
> >   "checked ifTrue:[BibliList bibliCollection add: row]."
> >
> > html checkbox
> > value: checked;
> > onTrue:[BibliList bibliCollection add: row]
> > onFalse:[].
> > "onClick: [checked := true]"
> >
> >    "callback:[:value | value ifTrue: [BibliList bibliCollection add:
> row]]"
> >
> >          ]]).
> > Unfortunately, nothing seems to work...when I click on the checkbox,
> nothing
> > happen and my list bibliCollection (which is an OrderedCollection) is
> still
> > empty.
> > Thx for your help
> > alex
> >
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
> >
>
>
>
> --
> Lukas Renggli
> www.lukas-renggli.ch
> _______________________________________________
> 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/20101203/91de6521/attachment.htm


More information about the seaside mailing list