Google Custom Search Engine/Voorbeeld met Bootstrap styling: verschil tussen versies
Uit MediaWikiGids
(→Voorbeeld 2 - Bootstrap styling) |
|||
(2 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
Regel 1: | Regel 1: | ||
== Voorbeeld 2 - Bootstrap styling == | == Voorbeeld 2 - Bootstrap styling == | ||
+ | |||
+ | Bron: https://rafed123.github.io/blog/implement-google-custom-search | ||
+ | Status: Fout | ||
<html> | <html> | ||
Regel 24: | Regel 27: | ||
return false; | return false; | ||
} | } | ||
− | |||
− | |||
− | |||
</script> | </script> | ||
Regel 32: | Regel 32: | ||
<div class="input-group"> | <div class="input-group"> | ||
<input type="text" class="form-control" id="cse-search-input-box-id" size="25" autocomplete="off"> | <input type="text" class="form-control" id="cse-search-input-box-id" size="25" autocomplete="off"> | ||
− | + | <script async type="text/javascript" src="//cse.google.com/cse/brand?form=cse-search-box-form-id&inputbox=cse-search-input-box-id"></script> | |
− | |||
− | |||
<span class="input-group-btn"> | <span class="input-group-btn"> | ||
<button type="submit" class="btn btn-default"> | <button type="submit" class="btn btn-default"> |
Huidige versie van 26 mrt 2019 om 11:39
Voorbeeld 2 - Bootstrap styling
Bron: https://rafed123.github.io/blog/implement-google-custom-search Status: Fout