partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

PartAttachmentGrid.js (177B)


      1 Ext.define('PartKeepr.PartAttachmentGrid', {
      2 	extend: 'PartKeepr.AttachmentGrid',
      3 	alias: 'widget.PartAttachmentGrid',
      4 	
      5 	model: "PartKeepr.PartBundle.Entity.PartAttachment"
      6 });