|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Add property to explorer view?Hi all,
for every file and folder the explorer view shows the name, title, type, size and dates. For a folder with some files of structured content I want to show an additional column with data from an field in my structured content (e.g. the name of a client). I guess I have to map the specific field to a property in the xsd-definition. But how to view this property in the explorer view? Best Regards, Oliver -- ________________________________ SHAKEN not STIRRED Consulting GmbH & Co. KG Weidenallee 10 b D-20357 Hamburg Telefon: +49 (0)40 411118-0 Telefax: +49 (0)40 411118-88 http://www.snsconsulting.de/ Sitz und Registergericht Hamburg, HRA 104659 Geschäftsführer: André Firmenich _______________________________________________ This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/mailman/listinfo/opencms-dev |
|
|
Re: Add property to explorer view?Hi Oliver,
you have to edit the manifest.xml of your module or the opencms-modules.xml and configure the editoptions of an explorertype like <explorertypes> <explorertype name="abcschema"... > ... <editoptions> <defaultproperties enabled="true" shownavigation="true"> <defaultproperty name="Title" /> <defaultproperty name="locale" /> ... </defaultproperties> But where to define the properties is up to you and your system depending on filetypes and what you want. I do not think you can configure that for certain folders, but only resources in general. Eska
|
| Free embeddable forum powered by Nabble | Forum Help |