Skip to content

Instantly share code, notes, and snippets.

@kstenson
kstenson / gist:796724
Created January 26, 2011 14:03
extjs grid override getCellEditor
var store = new Ext.data.SimpleStore({
data: [
['Value 1', 'text', 'text'],
['Value 2', 'number', 1],
['Value 3', 'date', new Date()]
],
fields: ['name', 'type', 'value']
});
var comboStore = new Ext.data.SimpleStore({
id: 0,
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2" namespace="Exova.LIMS.Contract.Entities">
<class name="Client, Exova.LIMS.Contract" writeTable="" replicationTable="[Sales].[Client]" table="[Sales].[Client_View]">
</class>
</hibernate-mapping>