Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
How to search DCR in "file browse" window
Clod
Hi,
I have a dct with "browse" button.
How can I add a search feature in the file browser popup?
I must use a callout function?
Tnk, Clod.
Find more posts tagged with
Comments
RonaldV
You'll probaly have to write yourself a perl-cgi that mimics the file-browser baheviour AND on top of that handles the search-for-functionality. This cgi can then be called from the dct in a text-field via a callout.
This is a lot of work and very, very error-prone. Writing a script like that is very, very complex.
:-(
Good luck, ROnald
soka
see tst.650.dev.pdf page 43. and Appendix B for the description ... as far as I know the original Browse pop up window can not be modified, but you can add one more button behind it ... Search for example ...
... when it comes to callouts you can pick a perl or a java based solution ... as I can see in the ts.650.sp2.rn.pdf - Service pack 1 : "Support for full text and metadata search is now available at the API level in ContentServices for TeamSite 2.5 Service Pack 1, released as part of this Service Pack." That would mean it can be called from java/jsp in a nice way ... if you meant that kind of search
good luck
soka