On 20 aug. 2013, at 16:58, Udo Schneider <udo.schneider(a)homeaddress.de> wrote:
I'm currently hitting some roadblocks where I
think I'm missing some general understanding of Magritte/Seaside.
Did you take a look at Lukas' Magritte documents? His masters thesis?
I feel like to create a comprehensive Bootstrap usage
I have to duplicate most of the MA* renderers (hierarchy).
Probably not.
So I'm wondering whether I missed some
functionality to plugin custom behavior into the hierarchy or whether the provided
hierarchies are "just" an example which only can be customized to a certain
point. Everything beyond has to be manual
You can create a subclass of MAVisitor, or even MAPragmaBuilder, and probably want a
different MAMemento too. You can monkeypatch properties, as MAObject has a properties
dictionary. Lots of choice, just difficult to decide what you actually need.
Stephan