Ext JS - Learning Center

Extension:InfoPanelGs

From Learn About the Ext JavaScript Library

Jump to: navigation, search
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

Description

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.

Usage

HTML markup:
<div id="gsearch">
    <div>Google Search</div>
    <div><div class="google-search">
        <!-- your google code here -->
    </div></div>
</div>


Javascript Code
var gsPanel = new Ext.ux.InfoPanel.GoogleSearch('gsearch', {
    icon: '../icons/magnifier.png'
});


Changelog

  • Ver.: 1.0 current stable version


Screenshot

Google Search form in the InfoPanel

  • This page was last modified 10:43, 2 August 2007.
  • This page has been accessed 4,507 times.