partkeepr

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

PartUnitComboBox.js (249B)


      1 Ext.define("PartKeepr.PartUnitComboBox",{
      2     extend:"PartKeepr.ReloadableComboBox",
      3     alias: 'widget.PartUnitComboBox',
      4     initComponent: function () {
      5 		this.store = PartKeepr.getApplication().getPartUnitStore();
      6 		this.callParent();
      7     }
      8 });