Hi Daniele, a @TabFactory method will do one thing: add a tab to a dialog, and let you edit that tab (add fields etc). Now every @Template class in Blossom has - by default - a dialog, so you can add tabs to it with @TabFactory.
However, if that is not enough, you can override the complete dialog by providing a @DialogFactory method, or even refactoring it into your own dialog class. So it is essentially "tab" vs "dialog". -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=a6e4b709-351c-47ef-9166-da4e15eb5337 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
