English | 中文
This repository contains a number of examples showing how use and integrate bpmn-js it into my applications. Please visit the official address for more examples.
- basic : Basic bpmn editor demo
- custom-menu : An example showing how to change the options of events. demo
- custom-palette : An example showing how to change the palettes. demo
- custom-property : An example showing how to extend the properties panel with custom controls. demo
- custom-toolbar : Add a custom toolbar for operation(e.g. open/save/publish). demo
- custom-elements : A modeler that allows you to create or change custom elements on a bpmn diagram. demo
- i18n : Use a custom translation module with bpmn-js. demo
- keyboard : Add custom keyboard shortcuts. demo