Czy można zmodyfikowac wygląd searchbar, w google API search ?
Np. nadac mu jakies własne style ?
Tworzenie obiektu:
// create a draw options object so that we // can position the search form root var options = new google.search.DrawOptions(); options.setSearchFormRoot(document.getElementById("searchForm"));