Skip to content

Instantly share code, notes, and snippets.

@rhalff
Created May 23, 2013 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhalff/5638977 to your computer and use it in GitHub Desktop.
Save rhalff/5638977 to your computer and use it in GitHub Desktop.
Ext.define("Reditor.view.SourceProperties", {
extend: 'Ext.grid.property.Grid',
xtype: 'sourceproperties',
title: 'Source Properties',
closable: false,
sourceConfig: {
'type': {
editor: Ext.create('Ext.form.field.ComboBox', { editable: false }),
store: 'DocTypes',
queryMode: 'local'
}
}
});
I have defined a DocTypes store elsewhere.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment