在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 基于mxgraph的流程建模js框架

基于mxgraph的流程建模js框架

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.03M
  • 下载次数:4
  • 浏览次数:230
  • 发布时间:2020-10-17
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
基于mxgraph的流程建模js框架,部分实现了fireflow的建模环境
【实例截图】
【核心代码】
mxgraph
└── mxgraph
├── src
│   └── LeaveApplicationProcess.xml
└── WebRoot
├── editors
│   ├── config
│   │   ├── diagrameditor.xml
│   │   ├── editor-commons.xml
│   │   ├── keyhandler-commons.xml
│   │   ├── keyhandler-minimal.xml
│   │   ├── layouteditor.xml
│   │   ├── processeditor.xml
│   │   ├── wfeditor-commons.xml
│   │   ├── wfgraph-commons.xml
│   │   ├── wftoolbar-commons.xml
│   │   └── workfloweditor.xml
│   ├── css
│   │   ├── grapheditor.css
│   │   ├── grapheditor_.css
│   │   ├── process.css
│   │   ├── wordpress.css
│   │   └── wordpress_.css
│   ├── diagrameditor.html
│   ├── diagrams
│   │   ├── empty.xml
│   │   ├── swimlanes.xml
│   │   ├── travel-booking.xml
│   │   └── withdrawal.xml
│   ├── grapheditor-gears.html
│   ├── grapheditor.html
│   ├── help
│   │   ├── index-all.html
│   │   └── index.html
│   ├── images
│   │   ├── actor.gif
│   │   ├── alignbottom.gif
│   │   ├── aligncenter.gif
│   │   ├── alignleft.gif
│   │   ├── alignmiddle.gif
│   │   ├── alignright.gif
│   │   ├── aligntop.gif
│   │   ├── arrow.gif
│   │   ├── bell.png
│   │   ├── block_end.gif
│   │   ├── block_start.gif
│   │   ├── bold.gif
│   │   ├── bottom.gif
│   │   ├── box.png
│   │   ├── camera.gif
│   │   ├── center.gif
│   │   ├── classic_end.gif
│   │   ├── classic_start.gif
│   │   ├── cloud.gif
│   │   ├── collapse.gif
│   │   ├── connect.gif
│   │   ├── connector.gif
│   │   ├── console.gif
│   │   ├── copy.gif
│   │   ├── cube_green.png
│   │   ├── cut.gif
│   │   ├── cylinder.gif
│   │   ├── delete.gif
│   │   ├── diagram.gif
│   │   ├── diamond_end.gif
│   │   ├── diamond_start.gif
│   │   ├── doubleellipse.gif
│   │   ├── down.gif
│   │   ├── draw
│   │   │   ├── drawbgcolor.jpg
│   │   │   ├── drawbg.jpg
│   │   │   ├── drawfooter.jpg
│   │   │   ├── drawheader.jpg
│   │   │   └── mxlogo.jpg
│   │   ├── dude3.png
│   │   ├── earth.png
│   │   ├── ellipse.gif
│   │   ├── entity.gif
│   │   ├── expand.gif
│   │   ├── fillcolor.gif
│   │   ├── fit.gif
│   │   ├── fontcolor.gif
│   │   ├── font.gif
│   │   ├── gear.gif
│   │   ├── gear.png
│   │   ├── grid.gif
│   │   ├── group.gif
│   │   ├── help.gif
│   │   ├── hexagon.gif
│   │   ├── hline.gif
│   │   ├── house.gif
│   │   ├── house.png
│   │   ├── image.gif
│   │   ├── italic.gif
│   │   ├── left.gif
│   │   ├── linecolor.gif
│   │   ├── link.gif
│   │   ├── loading.gif
│   │   ├── middle.gif
│   │   ├── new.gif
│   │   ├── open_end.gif
│   │   ├── open.gif
│   │   ├── open_start.gif
│   │   ├── outline.gif
│   │   ├── oval_end.gif
│   │   ├── oval_start.gif
│   │   ├── overlays
│   │   │   ├── check.png
│   │   │   ├── error.png
│   │   │   ├── flash.png
│   │   │   ├── forbidden.png
│   │   │   ├── help.png
│   │   │   ├── house.png
│   │   │   ├── information.png
│   │   │   ├── lightbulb_on.png
│   │   │   ├── pencil.png
│   │   │   ├── printer.png
│   │   │   ├── user3.png
│   │   │   ├── users3.png
│   │   │   └── workplace.png
│   │   ├── package.png
│   │   ├── pan.gif
│   │   ├── paste.gif
│   │   ├── plain.gif
│   │   ├── preferences.gif
│   │   ├── press.gif
│   │   ├── preview.gif
│   │   ├── printer.png
│   │   ├── print.gif
│   │   ├── properties.gif
│   │   ├── rectangle.gif
│   │   ├── redo.gif
│   │   ├── refresh.gif
│   │   ├── rhombus.gif
│   │   ├── right.gif
│   │   ├── rounded.gif
│   │   ├── saveas.gif
│   │   ├── save.gif
│   │   ├── script.gif
│   │   ├── select.gif
│   │   ├── server.png
│   │   ├── straight.gif
│   │   ├── swimlane.gif
│   │   ├── symbols
│   │   │   ├── cancel_end.png
│   │   │   ├── cancel_intermediate.png
│   │   │   ├── error.png
│   │   │   ├── event_end.png
│   │   │   ├── event_intermediate.png
│   │   │   ├── event.png
│   │   │   ├── fork.png
│   │   │   ├── inclusive.png
│   │   │   ├── link.png
│   │   │   ├── merge.png
│   │   │   ├── message_end.png
│   │   │   ├── message_intermediate.png
│   │   │   ├── message.png
│   │   │   ├── multiple.png
│   │   │   ├── rule.png
│   │   │   ├── small_cancel_end.gif
│   │   │   ├── small_cancel_intermediate.gif
│   │   │   ├── small_error.gif
│   │   │   ├── small_event_end.gif
│   │   │   ├── small_event.gif
│   │   │   ├── small_event_intermediate.gif
│   │   │   ├── small_fork.gif
│   │   │   ├── small_inclusive.gif
│   │   │   ├── small_link.gif
│   │   │   ├── small_merge.gif
│   │   │   ├── small_message_end.gif
│   │   │   ├── small_message.gif
│   │   │   ├── small_message_intermediate.gif
│   │   │   ├── small_multiple.gif
│   │   │   ├── small_rule.gif
│   │   │   ├── small_terminate.gif
│   │   │   ├── small_timer.gif
│   │   │   ├── terminate.png
│   │   │   └── timer.png
│   │   ├── tasks.gif
│   │   ├── text.gif
│   │   ├── toback.gif
│   │   ├── tofront.gif
│   │   ├── toolbar.gif
│   │   ├── top.gif
│   │   ├── tree.gif
│   │   ├── triangle.gif
│   │   ├── underline.gif
│   │   ├── undo.gif
│   │   ├── ungroup.gif
│   │   ├── up.gif
│   │   ├── vertical.gif
│   │   ├── workplace.png
│   │   ├── wrench.png
│   │   ├── zoomactual.gif
│   │   ├── zoom.gif
│   │   ├── zoomin.gif
│   │   └── zoomout.gif
│   ├── js
│   │   ├── DiagramPanel.js
│   │   ├── DiagramStore.js
│   │   ├── GraphEditor.js
│   │   ├── LibraryPanel.js
│   │   ├── MainPanel.js
│   │   └── mxApplication.js
│   ├── layouteditor.html
│   ├── processeditor.html
│   ├── resources
│   │   ├── basic-style.xml
│   │   ├── default-style.xml
│   │   ├── mxApplication_de.properties
│   │   ├── mxApplication.properties
│   │   └── mxApplication_zh.properties
│   └── workfloweditor.html
├── editors_ff
│   ├── config
│   │   ├── diagrameditor.xml
│   │   ├── editor-commons.xml
│   │   └── keyhandler-commons.xml
│   ├── css
│   │   ├── grapheditor.css
│   │   └── wordpress.css
│   ├── diagrameditor.html
│   ├── images
│   │   ├── actor.gif
│   │   ├── arrow.gif
│   │   ├── bold.gif
│   │   ├── cloud.gif
│   │   ├── collapse.gif
│   │   ├── connect.gif
│   │   ├── connector.gif
│   │   ├── console.gif
│   │   ├── copy.gif
│   │   ├── cut.gif
│   │   ├── cylinder.gif
│   │   ├── delete.gif
│   │   ├── doubleellipse.gif
│   │   ├── down.gif
│   │   ├── draw
│   │   │   ├── drawbg.jpg
│   │   │   ├── drawfooter.jpg
│   │   │   └── drawheader.jpg
│   │   ├── ellipse.gif
│   │   ├── end.gif
│   │   ├── expand.gif
│   │   ├── fillcolor.gif
│   │   ├── fireflow
│   │   │   ├── activities16.gif
│   │   │   ├── activity16-2.gif
│   │   │   ├── activity16.gif
│   │   │   ├── activity_manual_16.gif
│   │   │   ├── activity_subflow_16.gif
│   │   │   ├── activity_tool_16.gif
│   │   │   ├── application16.gif
│   │   │   ├── application16_new.gif
│   │   │   ├── arrow16.gif
│   │   │   ├── clear_16.gif
│   │   │   ├── complete_workitem_16.gif
│   │   │   ├── complete_workitem_as_16.gif
│   │   │   ├── datafield16-2.gif
│   │   │   ├── datafield16.gif
│   │   │   ├── emptyactivity.gif
│   │   │   ├── endNode16.gif
│   │   │   ├── endNode9.gif
│   │   │   ├── foldclose_16.gif
│   │   │   ├── foldopen_16.gif
│   │   │   ├── go16.gif
│   │   │   ├── jumpTo_16.gif
│   │   │   ├── jumpTo_as_16.gif
│   │   │   ├── logo2.jpg
│   │   │   ├── logo.gif
│   │   │   ├── loop16-2.gif
│   │   │   ├── loop16.gif
│   │   │   ├── loopTo_16.gif
│   │   │   ├── loopTo_as_16.gif
│   │   │   ├── manual16.gif
│   │   │   ├── manual_task_16.gif
│   │   │   ├── reject16.gif
│   │   │   ├── run_auto_16.gif
│   │   │   ├── run_step_by_step_16.gif
│   │   │   ├── sign_workitem_16.gif
│   │   │   ├── sign_workitem_as_16.gif
│   │   │   ├── startNode16-2.gif
│   │   │   ├── startNode16.gif
│   │   │   ├── stop_16.gif
│   │   │   ├── subflow_task_16.gif
│   │   │   ├── synchronizer16-3.gif
│   │   │   ├── synchronizer16.gif
│   │   │   ├── task16.gif
│   │   │   ├── taskRef16-3.gif
│   │   │   ├── taskRef16.gif
│   │   │   ├── Thumbs.db
│   │   │   ├── tool_task_16.gif
│   │   │   ├── transition16-5.gif
│   │   │   ├── transition16.gif
│   │   │   ├── Version.class
│   │   │   ├── version.properties
│   │   │   ├── withdraw16.gif
│   │   │   └── workflowprocess16.gif
│   │   ├── fontcolor.gif
│   │   ├── formtask.gif
│   │   ├── group.gif
│   │   ├── help.gif
│   │   ├── hexagon.gif
│   │   ├── hline.gif
│   │   ├── image.gif
│   │   ├── italic.gif
│   │   ├── linecolor.gif
│   │   ├── link.gif
│   │   ├── loading.gif
│   │   ├── outline.gif
│   │   ├── pan.gif
│   │   ├── paste.gif
│   │   ├── preview.gif
│   │   ├── print.gif
│   │   ├── properties.gif
│   │   ├── rectangle.gif
│   │   ├── redo.gif
│   │   ├── rhombus.gif
│   │   ├── rounded.gif
│   │   ├── save.gif
│   │   ├── select.gif
│   │   ├── start.gif
│   │   ├── straight.gif
│   │   ├── swimlane.gif
│   │   ├── symbols
│   │   │   ├── cancel_end.png
│   │   │   ├── cancel_intermediate.png
│   │   │   ├── error.png
│   │   │   ├── event_end.png
│   │   │   ├── event_intermediate.png
│   │   │   ├── event.png
│   │   │   ├── fork.png
│   │   │   ├── inclusive.png
│   │   │   ├── link.png
│   │   │   ├── merge.png
│   │   │   ├── message_end.png
│   │   │   ├── message_intermediate.png
│   │   │   ├── message.png
│   │   │   ├── multiple.png
│   │   │   ├── rule.png
│   │   │   ├── small_cancel_end.gif
│   │   │   ├── small_cancel_intermediate.gif
│   │   │   ├── small_error.gif
│   │   │   ├── small_event_end.gif
│   │   │   ├── small_event.gif
│   │   │   ├── small_event_intermediate.gif
│   │   │   ├── small_fork.gif
│   │   │   ├── small_inclusive.gif
│   │   │   ├── small_link.gif
│   │   │   ├── small_merge.gif
│   │   │   ├── small_message_end.gif
│   │   │   ├── small_message.gif
│   │   │   ├── small_message_intermediate.gif
│   │   │   ├── small_terminate.gif
│   │   │   ├── small_timer.gif
│   │   │   ├── terminate.png
│   │   │   └── timer.png
│   │   ├── synchronizer.gif
│   │   ├── tasks.gif
│   │   ├── text.gif
│   │   ├── toback.gif
│   │   ├── tofront.gif
│   │   ├── triangle.gif
│   │   ├── undo.gif
│   │   ├── ungroup.gif
│   │   ├── up.gif
│   │   ├── zoomactual.gif
│   │   ├── zoom.gif
│   │   ├── zoomin.gif
│   │   └── zoomout.gif
│   ├── js
│   │   └── mxApplication.js
│   └── resources
│   ├── mxApplication.properties
│   └── mxApplication_zh.properties
├── images
│   ├── check.png
│   ├── icons48
│   │   ├── earth.png
│   │   ├── gear.png
│   │   ├── keys.png
│   │   ├── mail_new.png
│   │   └── server.png
│   ├── key.png
│   ├── plus.png
│   └── spacer.gif
└── src
├── css
│   ├── common.css
│   └── explorer.css
├── images
│   ├── button.gif
│   ├── close.gif
│   ├── collapsed.gif
│   ├── error.gif
│   ├── expanded.gif
│   ├── maximize.gif
│   ├── minimize.gif
│   ├── normalize.gif
│   ├── point.gif
│   ├── resize.gif
│   ├── separator.gif
│   ├── submenu.gif
│   ├── transparent.gif
│   ├── warning.gif
│   ├── warning.png
│   ├── window.gif
│   └── window-title.gif
├── js
│   ├── editor
│   │   ├── mxDefaultKeyHandler.js
│   │   ├── mxDefaultPopupMenu.js
│   │   ├── mxDefaultToolbar.js
│   │   └── mxEditor.js
│   ├── handler
│   │   ├── mxCellHighlight.js
│   │   ├── mxCellMarker.js
│   │   ├── mxCellTracker.js
│   │   ├── mxConnectionHandler.js
│   │   ├── mxConstraintHandler.js
│   │   ├── mxEdgeHandler.js
│   │   ├── mxElbowEdgeHandler.js
│   │   ├── mxGraphHandler.js
│   │   ├── mxKeyHandler.js
│   │   ├── mxPanningHandler.js
│   │   ├── mxRubberband.js
│   │   ├── mxSelectionCellsHandler.js
│   │   ├── mxTooltipHandler.js
│   │   └── mxVertexHandler.js
│   ├── io
│   │   ├── mxChildChange.js
│   │   ├── mxCodec.js
│   │   ├── mxCodecRegistry.js
│   │   ├── mxCodecRegistry_.js
│   │   ├── mxObjectCodec.js
│   │   ├── mxRootChange.js
│   │   └── mxTerminalChange.js
│   ├── layout
│   │   ├── hierarchical
│   │   │   ├── model
│   │   │   │   ├── mxGraphAbstractHierarchyCell.js
│   │   │   │   ├── mxGraphHierarchyEdge.js
│   │   │   │   ├── mxGraphHierarchyModel.js
│   │   │   │   └── mxGraphHierarchyNode.js
│   │   │   ├── mxHierarchicalLayout.js
│   │   │   └── stage
│   │   │   ├── mxCoordinateAssignment.js
│   │   │   ├── mxHierarchicalLayoutStage.js
│   │   │   ├── mxMedianHybridCrossingReduction.js
│   │   │   └── mxMinimumCycleRemover.js
│   │   ├── mxCircleLayout.js
│   │   ├── mxCompactTreeLayout.js
│   │   ├── mxCompositeLayout.js
│   │   ├── mxEdgeLabelLayout.js
│   │   ├── mxFastOrganicLayout.js
│   │   ├── mxGraphLayout.js
│   │   ├── mxParallelEdgeLayout.js
│   │   ├── mxPartitionLayout.js
│   │   └── mxStackLayout.js
│   ├── MedianCellSorter.js
│   ├── model
│   │   ├── mxCell.js
│   │   ├── mxCellPath.js
│   │   ├── mxGeometry.js
│   │   └── mxGraphModel.js
│   ├── mxCellAttributeChange.js
│   ├── mxclient-ff-1409.js
│   ├── mxclient-ie-1409.js
│   ├── mxclient.js
│   ├── mxCollapseChange.js
│   ├── mxCurrentRootChange.js
│   ├── mxGeometryChange.js
│   ├── mxSelectionChange.js
│   ├── mxStyleChange.js
│   ├── mxTerminalChange.js
│   ├── mxValueChange.js
│   ├── mxVisibleChange.js
│   ├── prototype.js
│   ├── shape
│   │   ├── mxActor.js
│   │   ├── mxArrow.js
│   │   ├── mxCloud.js
│   │   ├── mxConnector.js
│   │   ├── mxCylinder.js
│   │   ├── mxDoubleEllipse.js
│   │   ├── mxEllipse.js
│   │   ├── mxEnd.js
│   │   ├── mxHexagon.js
│   │   ├── mxImageShape.js
│   │   ├── mxLabel.js
│   │   ├── mxLine.js
│   │   ├── mxPolyline.js
│   │   ├── mxRectangleShape.js
│   │   ├── mxRhombus.js
│   │   ├── mxShape.js
│   │   ├── mxStart.js
│   │   ├── mxSwimlane.js
│   │   ├── mxSynchronizer.js
│   │   ├── mxText.js
│   │   ├── mxTriangle.js
│   │   └── raphael.js
│   ├── util
│   │   ├── mxAnimation.js
│   │   ├── mxAutoSaveManager.js
│   │   ├── mxClipboard.js
│   │   ├── mxConstants.js
│   │   ├── mxDictionary.js
│   │   ├── mxDivResizer.js
│   │   ├── mxEffects.js
│   │   ├── mxEvent.js
│   │   ├── mxEventObject.js
│   │   ├── mxEventSource.js
│   │   ├── mxForm.js
│   │   ├── mxImage.js
│   │   ├── mxLog.js
│   │   ├── mxMorphing.js
│   │   ├── mxMouseEvent.js
│   │   ├── mxObjectIdentity.js
│   │   ├── mxPath.js
│   │   ├── mxPoint.js
│   │   ├── mxPopupMenu.js
│   │   ├── mxRectangle.js
│   │   ├── mxResources.js
│   │   ├── mxSession.js
│   │   ├── mxToolbar.js
│   │   ├── mxUndoableEdit.js
│   │   ├── mxUndoManager.js
│   │   ├── mxUtils.js
│   │   ├── mxWindow.js
│   │   └── mxXmlRequest.js
│   ├── view
│   │   ├── mxCellEditor.js
│   │   ├── mxCellOverlay.js
│   │   ├── mxCellRenderer.js
│   │   ├── mxCellState.js
│   │   ├── mxCellStatePreview.js
│   │   ├── mxConnectionConstraint.js
│   │   ├── mxEdgeStyle.js
│   │   ├── mxGraph.js
│   │   ├── mxGraphSelectionModel.js
│   │   ├── mxGraphView.js
│   │   ├── mxLayoutManager.js
│   │   ├── mxMultiplicity.js
│   │   ├── mxOutline.js
│   │   ├── mxPerimeter.js
│   │   ├── mxPrintPreview.js
│   │   ├── mxSpaceManager.js
│   │   ├── mxStyleRegistry.js
│   │   ├── mxStylesheet.js
│   │   ├── mxSwimlaneManager.js
│   │   └── mxTemporaryCellStates.js
│   └── WeightedCellSorter.js
└── resources
├── editor.properties
└── graph.properties

41 directories, 513 files

标签:

实例下载地址

基于mxgraph的流程建模js框架

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警