Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

webforge-labs/js-components

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published