Hi,
Wanted to check if anybody has customized the doubleclick event in webtop. We have a requirement where when the user doublelclicks a document , we want to bring up a custom component , a popup giving the user options to either view,edit or checkout.
in all the JSP's the dmf:datagridrowevent event='dblclick' seems to wrap the dmf:link onclick='onclickobject' . The onclickobject JS function calls the server event 'onclickobject'. This method is present in the doclist.class file and looks like i might have to customize this.
I see the call Actionservice.execute("view".... in the class. Would it be a better approach to try to call our custom component here or maybe have the custom component totally separate and have a hotkey for that.
Any other suggestions are totally appreciated.
Thanks,
Prasan