/*
 * File: TypeOfEvent.js
 * Date: Thu Jan 27 2011 16:54:44 GMT-0500 (Eastern Standard Time)
 * 
 * This file was generated by Ext Designer version xds-1.0.3.2.
 * http://www.extjs.com/products/designer/
 *
 * This file will be auto-generated each and everytime you export.
 *
 * Do NOT hand edit this file.
 */

TypeOfEvent = Ext.extend(Ext.data.JsonStore, {
    constructor: function(cfg) {
        cfg = cfg || {};
        TypeOfEvent.superclass.constructor.call(this, Ext.apply({
            url: '/RequestPriceQoute/RegistrationData.json',
            root: 'TypeOfEvent',
            storeId: 'TypeOfEvent',
            autoLoad: true,
            fields: [
                {
                    name: 'Text'
                }
            ]
        }, cfg));
    }
});
new TypeOfEvent();
