>From what I see on your site, you're trying to change the "ticker" display. >Sadly, because the GFdynamicFeedControl utilizes a standard FeedControl >internally to generate this HTML element. In other words, it's difficult to >locate and simply overwrite the functionality. The line to look for is in >GFdynamicFeedControl.prototype.createListEntries_ and looks like this: >this.feedControl.createHtml(entries[i]); By changing that out, you can use >document.createElement, document.appendChild, and other DOM manipulation >methods to build the element however you like. Just remember that you >ultimately need to assign that back to entry[i].html
Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com [email protected] If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On May 16, 2010, at 9:56 AM, Ian M wrote: > I am currently using the dynamic feed control in horizontal mode. I > want to be able to pick the entry description out of the feed and use > that text to form the text of the link rather than using the entry > title. I want the URL to remain the same. > > Here's where I am currently up to: > http://www.stickycreations.co.uk/test/gajaxfeeds-custom.htm > > I have tried messing around with the javascript but I am not able to > achieve this. > > I would be greatful if anyone could help. > > -- > You received this message because you are subscribed to the Google Groups > "Google AJAX APIs" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
