In cases where there is an MASelectorAccessor, I'd like to make the default
label = `the accessor capitalized unCamelCased`. It seems the overwhelmingly
common use case is `... #accessor: #dateCreated; #label: 'Date Created'`.
The current behavior is
MADescription>>#label
^ self propertyAt: #label ifAbsent: [ self class defaultLabel ]
Is anyone using (or can state a plausible use case for) this
subclass-customizable class-side #defaultLabel?
If no one is relying on the existing behavior, I'll make the change...
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Default-labels-tp4827879.html
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
Hi,
is there any photo gallery available for Pier? I mean a widget where I
could upload pictures and they are rendered in a nice way. I started
one 4 years ago but I abandoned it.
Bye
--
Damien Cassou
http://damiencassou.seasidehosting.st
Hi,
We often use MAReport to display tables of data. We'd like to also be
able to edit cells in such a table. There is MADescribedComponentColumn
which allows using a component in a cell, but it does not quite do the
trick because it is read-only (and its implementation does not allow
otherwise).
I am currently on a mission to figure out how we can do this cleanly
using Magritte.
Has anyone else had such a requirement / plan to solve it out there?
Regards
- Iwan
--
Reahl, the Python only web framework: http://www.reahl.org