Hello,
I am trying to customize the double click action in the search results page in webtop 6.7. Apparently it doesn't correspond to the view action in the file menu. The action is actually a javascript call.
Is my searchresults.jsp page I see the following:
<dmf:datagridRowEvent eventname="dblclick">
<dmf:link name='doclnk' onclick='onClickDocbaseObject' datafield='object_name' runatclient='true'>
<dmf:argument name='objectId' datafield='r_object_id'/>
<dmf:argument name='type' datafield='r_object_type'/>
<dmf:argument name="isVirtualDoc" datafield='r_is_virtual_doc'/>
<dmf:argument name='assembledFromId' datafield='r_assembled_from_id'/>
<dmf:argument name="linkCount" datafield='r_link_cnt'/>
</dmf:link>
</dmf:datagridRowEvent>
Is this the right event to customize? How can I customize it to change what folder link to open when called?