Adrian Butnaru ha scritto:
Matteo,
If I understood well I should use the existing magnolia tree and override few items.

No! :-)
The existing Magnolia Tree can not do what you need.
You might want to consider to create your personal tree with your personal needs.

What I wrote is only a suggestion for the configuration side, but it is NOT already implemented.

Hope this is clear, sorry for the missunderstanding

Matteo

You can create, I think, a general JCRExtendedAdminTree, and read from
configuration the column you need.
Configuration is below <config>/modules/data/trees


I can imagine something like this:

[-] trees
   [-] Students
       [-] displayMapping
           [-] columns
               [-] name
                   [ ] title        | Name
                   [ ] jcrField     | name
                   [ ] color        | #FF0000
                   [ ] ...          | ...
               [-] gender
                   [ ] title        | Gender
                   [ ] jcrField     | gender
                   [ ] color        | #0000FF
                   [ ] ...          | ...
               [-] age
                   [ ] title        | Age
                   [ ] jcrField     | age
                   [ ] color        | #00FF00
                   [ ] ...          | ...



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to