Detail View Customization, How to?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 03:42 PM
When we go to the detail view we see the a fixed set of properties (Name, Description, Size, Created, Modified, Actions) for the contents.
I would like to get rid of the created and modified and add the Author type and some custom types created.
Is this possible by the configuration files? or the renderer for the detail view needs to be customised?
Any help in this regard shall be highly appreciated.
———————–
Thanks, Manmeet
I would like to get rid of the created and modified and add the Author type and some custom types created.
Is this possible by the configuration files? or the renderer for the detail view needs to be customised?
Any help in this regard shall be highly appreciated.
———————–
Thanks, Manmeet
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 04:43 AM
Hi,
I'm presuming you mean the columns displayed.
You would have to change browse.jsp, it is this file that defines which columns are displayed. You'll need to follow the pattern in the file to add a h:column component to show the author field and remove those you don't want.
I'm presuming you mean the columns displayed.
You would have to change browse.jsp, it is this file that defines which columns are displayed. You'll need to follow the pattern in the file to add a h:column component to show the author field and remove those you don't want.
