I have tried omitting url param and title as well. But I'm getting JS error and displaying nothing.
Thanks, Sumesh On Nov 21, 5:28 am, Vision Jinx <[email protected]> wrote: > Did you try omitting the url param then? > > On Nov 14, 12:30 pm, Zigma Solutions <[email protected]> wrote: > > > Hi Team, > > > In the below code block, it's news feed. I want disable the link for > > title. > > > For Eg; 'TMZ' is the title for that news. How do I disable link only > > for this title? > > > <script type="text/javascript"> > > function LoadDynamicFeedControl() { > > var feeds = [ > > {title: 'TMZ', > > url: 'http://www.tmz.com/rss.xml' > > }]; > > var options = { > > stacked : false, > > horizontal : true, > > title : "" > > } > > ................... > > Thanks, > > > Sumesh -- 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=.
