Hi all..
following this idea, I've manage to have a set of reusable tabs spread
all over my application.
I have this "side effect": avery time I want "instanciate" a shared tab,
I have also to redeclare labels and descriptions in module
messages_xx.properties.
Every time, otherwise the usual
** dialog.common.tab.propertyName.label **
** dialog.common.tab.propertyName.description **
come out (they are defined by me into the share tab definition).
This is wanted or it is a bug?
There is a way to share also label definitions?
Thanks..
Matteo
Thomas Martin ha scritto:
Hi Matteo
A simple Example would be:
| dialogs
| dialogA
+ tabProps
+ lineBelow
. buttonLabel - true - String
. controlType - checkboxSwitch - String
. label - Show line - String
. name - lineBelow - String
. type - Boolean - String
| dialogB
+ tabProps
. controlType - tab - String
. reference - ../../dialogA/tabProps - String
whereas
| = folder
+ = content node
.. = node data
HTH - Thomas
----------------------------------------------------------------
for list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
----------------------------------------------------------------