adrexia/flowchart

Silverstripe 内图形流程图创建器的原型

安装: 187

依赖: 0

建议者: 0

安全: 0

星标: 15

关注者: 3

分支: 5

公开问题: 7

语言:JavaScript

类型:silverstripe-module

0.3 2014-02-24 11:22 UTC

This package is auto-updated.

Last update: 2024-09-06 15:33:08 UTC


README

#Silverstripe 流程图

在 Silverstripe 中使用 JSPlumb 实现创建和存储图形流程图

使用 JSPlumb 构建

http://jsplumbtoolkit.com/

方法

  1. 在 FlowchartPage 类型中网格字段输入数据
  2. 在 ModelAdmin 中使用这些数据手动构建图纸

##设置 使用 composer 通过 Packagist 安装或克隆仓库。模块名称应为 flowchart。运行 dev/build?flush=all。

(注意:如果流程图管理员看起来有问题,您可能需要在管理员内部运行 flush=all(模块覆盖网格字段内的编辑表单)。

开发

有关任务和里程碑状态的概述,请参阅: https://huboard.com/adrexia/silverstripe-flowchart/

##屏幕截图