4 messages in com.googlegroups.google-desktop-developerRe: How to set action or link for gdd...
FromSent OnAttachments
Michael21 May 2007 00:37 
zap21 May 2007 10:59 
Michael22 May 2007 08:01 
Michael28 May 2007 10:48 
Subject:Re: How to set action or link for gddDetailsViewFlagToolbarOpen?
From:zap (poz@gmail.com)
Date:05/21/2007 10:59:56 AM
List:com.googlegroups.google-desktop-developer

you can set the link in the 'ContentItem.open_command' property. Or you can set the 'ContentItem.OpenItem()' callback to a JS function and receive the call when the item is double clicked or when the title of the details view is clicked (both are treated as opening the item)

On May 21, 12:38 pm, Michael <fj4s@temporaryinbox.com> wrote:

Hi,

how do I specify an link for gddDetailsViewFlagToolbarOpen Flag, so if user clicks on title it will be opened in Browser?

Thanks