/*
 * File: HeaderPanel.js
 * Date: Wed Aug 25 2010 21:54:36 GMT-0400 (EDT)
 * 
 * This file was generated by Ext Designer version xds-1.0.2.11.
 * http://www.extjs.com/products/designer/
 *
 * This file will be generated the first time you export.
 *
 * You should implement event handling and custom methods in this
 * class.
 */

HeaderPanel = Ext.extend(HeaderPanelUi, {
    initComponent: function() {
        HeaderPanel.superclass.initComponent.call(this);
		
		this['centeredmenu'].on('render', function(cm) {
			Ext.apply(cm,{contentEl:'centeredmenu'});
		}, this);
    }
});

