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

/webforge-js-components/

    Package Sidebar

    Install

    npm i webforge-js-components

    Weekly Downloads

    4

    Version

    1.0.7

    License

    MIT

    Last publish

    Collaborators

    • pscheit