Ext.each(me.records, function(value)
        {
            ids.push(value.get(me.valueField));
        });