/*!
 * Ext JS Library 3.1.0
 * Copyright(c) 2006-2009 Ext JS, LLC
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
Ext.onReady(function(){
    Ext.QuickTips.init();

    var converted_1 = new Ext.form.ComboBox({
        editable: true,
        typeAhead: true,
        triggerAction: 'all',
        transform:'sel_St_id',
        width:210,
        forceSelection:true
    });
    

    var converted_2 = new Ext.form.ComboBox({
        editable: true,
        typeAhead: true,
        triggerAction: 'all',
        transform:'begin_st',
        width:200,
        forceSelection:true
    });
    

    var converted_3 = new Ext.form.ComboBox({
        editable: true,
        typeAhead: true,
        triggerAction: 'all',
        transform:'end_st',
        width:200,
        forceSelection:true
    });
    

    var converted_4 = new Ext.form.ComboBox({
        editable: true,
        typeAhead: true,
        triggerAction: 'all',
        transform:'across_st',
        width:200,
        forceSelection:true
    });
    

    var converted_5 = new Ext.form.ComboBox({
        editable: true,
        typeAhead: true,
        triggerAction: 'all',
        transform:'time_depart',
        width:70,
        forceSelection:true
    });
    

});
