5 messages in com.googlegroups.google-desktop-developerRe: Manually trigger an event in Java...
FromSent OnAttachments
will...@gmail.com27 Nov 2005 22:22 
poz27 Nov 2005 22:55 
will...@gmail.com28 Nov 2005 00:08 
poz28 Nov 2005 08:53 
songs28 Nov 2005 11:58 
Subject:Re: Manually trigger an event in JavaScript?
From:poz (sati@hotmail.com)
Date:11/27/2005 10:55:29 PM
List:com.googlegroups.google-desktop-developer

overriding details view is simple, just set your "pluginHelper.onDetailsView = <your function name>" (check out the Calendar plugin, it uses that). And if you dont return anything from that function no details view is shown. That way you can just use it as a single click handler.