webforge-js-components

1.0.7 • Public • Published

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();
  
});

Readme

Keywords

none

Package Sidebar

Install

npm i webforge-js-components

Weekly Downloads

3

Version

1.0.7

License

MIT

Last publish

Collaborators

  • pscheit