MASelectionColumn >> renderCellLinkContent:on:
Reza Razavi
razavi at acm.org
Wed Dec 8 21:43:49 MET 2010
Hi,
In the following method:
MASelectionColumn >> renderCellLinkContent:on:
I was wondering if this:
html anchor class: (selected isNil ifFalse: [ 'selected' ]);
Shouldn't be rather like this:
html anchor class: (selected ifTrue: [ 'selected' ]);
Note: "selected " is computed as follows:
selected := self isSelected: anObject.
Which in principal returns a boolean.
Regards,
Reza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.iam.unibe.ch/pipermail/smallwiki/attachments/20101208/5de1ff9f/attachment.html>
More information about the smallwiki
mailing list