I have a requirment like when i have a search result ,in that relsult i should be able to display mouse hover functionality for each search result?can nay one suggest how can it be possible.
Moving this discussion to the Documentum Developer Community forum.
Hi,
This can be done in 2 ways,
1) Create a hidden div tag and place the required content for mouse over in it while preparing the search results. Create mouse over event and show this div
2) On mouse over event, get the object id of the search result record and post an ajax call to get the required data and present the information.
-Siva