1.0.7 • Published 8 years ago

webforge-js-components v1.0.7

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

js-components

define('Webforge/Bootache/Modal', function(Modal) {

  var substModal = new Modal({
    label: 'Ersatz hinzufügen',
    name: 'substitution',
    templateName: 'substitution-form.html',
    withBinding: '$root.activeModalModel',
    closeButton: true,
    saveButton: false
  });

  substModal.show();
  
});
1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago