Actually the Feed Control is designed to deliver only snippets.  I
used the feed load with :

container.appendChild(div);
var div = document.createElement("div");
div.innerHTML = entry.content;
container.appendChild(div);

Vin
http://www.blogdoctor.me


On Feb 15, 5:31 am, jt <[email protected]> wrote:
> weird I don't see it used once in either of your examples.
>
> On Feb 14, 12:36 am, pan <[email protected]> wrote:
>
> > Use 'entry.content'  to get full entry.  I have used it in my first
> > two gadgets here :
>
> >http://mygadgetshowcase.blogspot.com/
>
> > Vinhttp://www.blogdoctor.me
>
> > On Feb 13, 3:56 am, jt <[email protected]> wrote:
>
> > > when using:
>
> > > feedControl.draw(document.getElementById("content"));
>
> > > what in the feed is considered "content" and why doesn't it return the
> > > full content of the blog entry?
>
> > > I want to see the full blog entry and not just a snippet.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to