| Summary: Google Search for InfoPanel |
| Author: Jozef Sakalos |
| Published: June 24, 2007 |
| Version: 1.0 |
| Ext Version: 1.1 |
| License: LGPLv3 |
| Demo Link: View Demo |
| Forum Post: View Post |
Contents |
Google Search for InfoPanel is the extension of InfoPanel that beautifies the Google Search form giving it Ext-style look. Search results can be shown either in a new browser window or in a in-page configurable iframe.
<div id="gsearch"> <div>Google Search</div> <div><div class="google-search"> <!-- your google code here --> </div></div> </div>
var gsPanel = new Ext.ux.InfoPanel.GoogleSearch('gsearch', { icon: '../icons/magnifier.png' });