Unfortunately, it's going to be exceedingly difficult to do this with any reliability using the default SearchControl because the code is compiled so that critical references will change from time to time as the API is updated. The good news, though, is that you can build a custom control without too much trouble that would duplicate the essential structure of the tabbed control and allow you the flexibility to place the result count as you wish.
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 Jan 14, 2010, at 10:51 AM, Daby wrote: > Hi, > > I use the Google AJAX API to do a search engine in my webpage. I am > trying to use the tabbed mode with some problems. > > 1. How can I get the search result count for AJAX page only (The > maximum should be 32 results) in each tab. > 2. Then pass the value of search result count to each tabbed header. > The header format just like "header_label + Result_Count" > 3. And remove the tab if no result. > > Thank you in advance. > > Regards, > Daby > -- > 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.
