Hi Danilo,
On 09/28/2011 10:33 PM, Danilo Ghirardelli wrote:
Perhaps you should look at blossom. It provides an abstraction layer
towards the messy interior of the dialog code. With blossom you can
code your dialogs in java, so you can tie in all sorts of business
objects and decide everything at runtime.
Thank you, I already know blossom. It's helpful to compose dialogs
dynamically, but in my case I would still have to extend all controls
to customize them, and (biggest problem) there is no other way than
the standard saveHandler to change the saving behaviour.
I suppose this is an irrecoverable corner case... Thank you anyway.
Regards, Danilo.
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------
Have you tried to build a custom control that extends
ConfigurableFreemarkerDialog?
If you need special 'controls' I think you can define it on init method,
then you can add parameters with addToParameters method. In your
template freemarker put the html, the ${name} attribute is the name of
node configured in the dialog tree.
Perhaps it's not the solution you're looking for, but it could be
another point of view.
Cheers
SC
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------