customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
var options = new google.search.DrawOptions();
//options.enableSearchResultsOnly();
+ options.setAutoComplete(true);
options.enableSearchboxOnly("http://google.com/cse?cx="+cse_api_key, null, true);
customSearchControl.draw('cse');
}, true);
</script>
+ <div ide="cse" style="width: 100%;">Loading</div>
<input type="text" id="search_input" />
<input type="button" onclick="executeGoogleSearch()" value="Search" />
</div>