3 messages in com.googlegroups.google-mashup-editor[gme] Re: image as a link
FromSent OnAttachments
avi a30 Apr 2008 13:05 
Jason02 May 2008 12:53 
avi a03 May 2008 00:57 
Subject:[gme] Re: image as a link
From:Jason (gmej@google.com)
Date:05/02/2008 12:53:15 PM
List:com.googlegroups.google-mashup-editor

As a matter of fact, yes. :) A new 'imgref' attribute has been added to the gm:link control which allows you to reference elements containing image URLs and display the image links instead of hypertext. This doesn't appear to be documented in the tag reference, and I'll file a bug for this now. In the meantime, you can use the following sample to get started:

<gm:page title="My App" authenticate="false"> <gm:list data="http://digg.com/rss/index.xml" template="myTemplate"/

<gm:template id="myTemplate"> <div repeat="true"> <gm:link ref="atom:link/@href" imgref="digg:submitter/ digg:userimage"/> </div> </gm:template> </gm:page>

On Apr 30, 1:06 pm, avi a <avia@gmail.com> wrote:

Hi, I saw that
thread:http://groups.google.com/group/google-mashup-editor/browse_thread/thr... and wanted to ask is there any thing new about it? thanks.