Advanced Search Modification ...

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 12:08 AM
Hi all,
In the Alfresco's advanced search, under "Look in Location", there are 2 options given, namely "All Spaces" & "Specify Space". When i click the "Click here to select a Space" option under "Specify Space", i get the various spaces i have.
Currently, these spaces are listed as radio buttons, so im able to select only one particular space. My requirement is to make these as checkboxes, so that the user can select more than one space for performing the search.
To accomplish this, in the advanced-search.jsp, i modified "h:selectOneRadio" to "h:selectManyCheckbox". However, this is going to return a list of items instead of just one. So can someone please help me in making this change.
Thanx,
Vidi
In the Alfresco's advanced search, under "Look in Location", there are 2 options given, namely "All Spaces" & "Specify Space". When i click the "Click here to select a Space" option under "Specify Space", i get the various spaces i have.
Currently, these spaces are listed as radio buttons, so im able to select only one particular space. My requirement is to make these as checkboxes, so that the user can select more than one space for performing the search.
To accomplish this, in the advanced-search.jsp, i modified "h:selectOneRadio" to "h:selectManyCheckbox". However, this is going to return a list of items instead of just one. So can someone please help me in making this change.
Thanx,
Vidi
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 05:06 AM
hey someone plz help people :x atleast temme if this is possible … ive been breaking my head on this one … alfresco engineers … help plz !!!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 07:13 AM
Hi
It is possible to do what you want in the repo - from the UI you will have to do some work. You want a selector like the category selector where you can pick more than one folder, rather than just one at the moment. Then you would have to support building the correct query.
Regards
Andy
It is possible to do what you want in the repo - from the UI you will have to do some work. You want a selector like the category selector where you can pick more than one folder, rather than just one at the moment. Then you would have to support building the correct query.
Regards
Andy
