UNPKG

comindware.core.ui

Version:

Comindware Core UI provides the basic components like editors, lists, dropdowns, popups that we so desperately need while creating Marionette-based single-page applications.

9 lines (6 loc) 338 B
// @flow /* * This class is fully compatible with Backbone.Form.editors.Base and should be used to create Marionette-based editors for Backbone.Form * */ import MarionetteEditorPrototype from './MarionetteEditorPrototype'; export default Marionette.CollectionView.extend(MarionetteEditorPrototype(Marionette.CollectionView));