Load the attached st file
and execute the following snippet:
(PluggableMultiColumnListMorph
�� �� �� �� on: MyModelExample new
�� �� �� �� list: #list
�� �� �� �� selected: #selected
�� �� �� �� changeSelected: #selected:
�� �� �� �� menu: nil
�� �� �� �� wrapSelector: #wrap:at:) openInWindow
If you have questions, do not hesitate :)
Ben
On Jan 3, 2013, at 2:25 PM, J. P. L. Mart��n wrote:
> Someone could give me a little example on PluggableMultiColumnListMorph? Does it work with OrderedCollections?
>
> Thanks in advance!