On 09.01.2008, at 17:33, Philipp Bracher wrote:

Data TreeBrowser
- Lists the nodes (especially also mgnl:contentNodes) on certain repository (in our case "data") - Lists only a certain type, i.e. "data" module type -> see config /modules/data/config/types - At this point I'm not sure if the actual data node knows anything about its type. I have not checked the meta data yet. - Maybe the type is defined by the path, so on should be able to limit the TreeBrowser to a certain path as defined in /modules/ data/config/types/[my_type]/rootPath - Define which fields should be displayed (Only the "name" will probably not do)
        - Ability to filter, especially when there are many records?
        - Ability to sort?
When ever you create a type (with the GUI) it creates such a tree even if this tree is limited it is already very helpful. You find the trees under /modules/data/trees

To define which fields are listed in the tree view (or tree browsing view) you can use the property in the dialog definition:
- list (rendered in the normal tree/list view)
- browse (rendered in browse mode too)

Thanks to your help I was able to link one data module record to an other. However I could not figure out yet how to modify the tree configuration so that it would not only list the "name" column, but also arbitrary additional fields - without writing my own tree controll class. Can this even be done via the configuration? Thanks!

...or maybe it's just too late and I should call it a day.

Regards,
Will

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to