I've hacked Glamour in two places recently to great effect, and I wonder what the community thinks about these new features. |
Hi Sam,
On Fri, Jan 10, 2014 at 5:58 PM, Sam Adams <[hidden email]> wrote:
Interesting. We certainly do need to extend Glamour to support preferences not just actions, and a toggle is one kind of preferences. With your approach, you would not have access from the browser to the value of the toggle, and this would make it less valuable. A better approach would be to subclass Action with a ToggleAction and model it explicitly. Would you like to give this a try?
Nice. I integrated this one simply by calling asMorph to content. Cheers, Doru
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Sam Adams-2
Hi sam
renderAction: anAction
I was reading the following and I do not like the isMorph usage (because it looks like a case statements) and I’m fighting with morphic to remove them. Why not making the icon always Morph or something polymorphic?
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |