thank you for your reply... however, both the solutions require intervention in every dialog in config, which I want to avoid... for example, i do not want to change anything in my dialogs or paragraphs (that I use in different projects) but I need to add or not add some properties regarding specific project (for example coloured titles, positioning of the paragraph...).. with dynamic adding of a dialog I can achieve this without modifying anything in the jsp or css...
there are many other advantages of this feature, so I hope somebody shares theirs opinion on this.. :) best regards, Vasko On Wed, May 7, 2008 at 9:25 AM, Philipp Bracher <[email protected]> wrote: > two possibilities > > A) use the reference property (point to an other tab) > > B) write your own dialog handler class and configure the dialog > - subclass info.magnolia.module.admininterface.dialogs.ParagraphEditDialog > - override createDialog > - set class property on dialog configuration > > > > > > > On 05.05.2008, at 15:46, Vasko Gjurovski wrote: > > > > > > > > > > I need to add my tab with my controls on every dialog for every > > paragraph without putting the tab in every possible dialog in config. > > Is this possible at all in magnolia? > > i have tried to add my custom filter, but realised that you cannot get > > the dialog through the filter, because the dialogs are rendered at the > > end of the chain filter, which means that my filter is activate either > > too early (before even the dialog exists) or doesent activate at all, > > because the chain has ended. > > Other ideas are welcomed too... > > > > thanx, > > Vasko > > > > > > ---------------------------------------------------------------- > > for list details see > > http://documentation.magnolia.info/ > > ---------------------------------------------------------------- > > > > > > ---------------------------------------------------------------- > for list details see > http://documentation.magnolia.info/ > ---------------------------------------------------------------- > ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/ ----------------------------------------------------------------
