J'ai trouver c'est bon.
Voila la solution pour ce qui cherche :
google.setOnLoadCallback(function(){
var customSearchControl = new
google.search.CustomSearchControl('ID');
customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
searcher = new google.search.WebSearch();
searcher.setUserDefinedLabel("Name");
searcher.setUserDefinedClassSuffix("searcher");
searcher.setSiteRestriction("ID");
var options = new google.search.DrawOptions();
options.setSearchFormRoot('cse-search-form');
customSearchControl.draw('cse', options);
}, true);
--
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.