cmmn-js

WebJar for cmmn-js

License

License

Categories

Categories

JavaScript Languages Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-bpmn-io-cmmn-js
Last Version

Last Version

0.7.4
Release Date

Release Date

Type

Type

jar
Description

Description

cmmn-js
WebJar for cmmn-js
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/bpmn-io/cmmn-js

Download github-com-bpmn-io-cmmn-js

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-bpmn-io-cmmn-js/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-bpmn-io-cmmn-js</artifactId>
    <version>0.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-bpmn-io-cmmn-js/
implementation 'org.webjars.npm:github-com-bpmn-io-cmmn-js:0.7.4'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-bpmn-io-cmmn-js/
implementation ("org.webjars.npm:github-com-bpmn-io-cmmn-js:0.7.4")
'org.webjars.npm:github-com-bpmn-io-cmmn-js:jar:0.7.4'
<dependency org="org.webjars.npm" name="github-com-bpmn-io-cmmn-js" rev="0.7.4">
  <artifact name="github-com-bpmn-io-cmmn-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-bpmn-io-cmmn-js', version='0.7.4')
)
libraryDependencies += "org.webjars.npm" % "github-com-bpmn-io-cmmn-js" % "0.7.4"
[org.webjars.npm/github-com-bpmn-io-cmmn-js "0.7.4"]

Dependencies

compile (9)

Group / Artifact Type Version
org.webjars.npm : diagram-js-direct-editing jar [0.17.1,0.18)
org.webjars.npm : tiny-svg jar [0.1.1,0.2)
org.webjars.npm : object-refs jar [0.1.1,0.2)
org.webjars.npm : diagram-js jar [0.18.0,0.19)
org.webjars.npm » cmmn-moddle jar [0.3.4,0.4)
org.webjars.npm : ids jar [0.2.0,0.3)
org.webjars.npm : inherits jar [2.0.1,3)
org.webjars.npm : min-dom jar [0.2.0,0.3)
org.webjars.npm : lodash jar [3.0.1,4)

Project Modules

There are no modules declared in this project.

cmmn-js - CMMN 1.1 for the web

Build Status

View and edit CMMN 1.1 diagrams in the browser.

Installation

Use the library pre-packaged or include it via npm into your node-style web-application.

Usage

To get started, create a cmmn-js instance and render CMMN 1.1 diagrams in the browser:

var xml; // my CMMN 1.1 xml
var viewer = new CmmnJS({
  container: 'body'
});

viewer.importXML(xml, function(err) {

  if (err) {
    console.log('error rendering', err);
  } else {
    console.log('rendered');
  }
});

Checkout our examples for many more supported usage scenarios.

Dynamic Attach/Detach

You may attach or detach the viewer dynamically to any element on the page, too:

var viewer = new CmmnJS();

// attach it to some element
viewer.attachTo('#container');

// detach the panel
viewer.detach();

Resources

Building the Project

Perform the following steps to build the library, including running all tests:

cd cmmn-js
npm install
npm run all

You may need to perform additional project setup when building the latest development snapshot.

Please checkout our contributing guidelines if you plan to file an issue or pull request.

Related

cmmn-js builds on top of a few additional powerful tools:

  • cmmn-moddle: Read / write support for CMMN 1.1 XML in the browsers
  • diagram-js: Diagram rendering and editing toolkit

License

Use under the terms of the bpmn.io license.

org.webjars.npm

bpmn.io

Rendering toolkits and editors for BPMN 2.0, CMMN, DMN, and forms.

Versions

Version
0.7.4