I'm evaluating QxTransformer for a project and making my way through
the docs. I'm particularly interested in the code life cycle. That
is, being able to update the xml and regenerate the js once the js
contains customizations.
http://sites.google.com/a/qxtransformer.org/qxtransformer/Documentation/generated-application-life-cycle
mentions that:
3) Calls post create UI function. Sometimes you need to do some
operations when your UI has been built. In this case you can use post
create function. You need to define initFunctionName (name will be
changed in future) attribute name in your qx:application tag.
but adding an initFunctionName line to my xml had no effect and I'm
suspicious because I don't see specific support for it in dialects/
qxml/templates/body/qx/application.mako
Can someone point me in the right direction, or is this not actually
supported?