Perfect, thanks!!
I'd like the results to appear just the way they do at this sample
page from the AJAX API, with tabbed alternate searches on the right
side:
http://www.google.com/uds/samples/cse/index.html
I tried getting your example to do this but couldn't get it to work:
// draw the left and right controls
// the right control is drawn in tabbed mode
var drawOptions = new google.search.DrawOptions();
drawOptions.setDrawMode(GSearchControl.DRAW_MODE_TABBED);
this.leftControl.draw(leftScDiv);
this.rightControl.draw(rightScDiv, drawOptions);
Can someone set me straight? Much appreciated,
Nathan
--
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.