定制 jinowom/yii2-workflow-view 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jinowom/yii2-workflow-view

最新稳定版本:1.0.0

Composer 安装命令:

composer require jinowom/yii2-workflow-view

包简介

A simple widget to display your workflows

README 文档

README

PROOF OF CONCEPT - NOT ACTIVELY MAINTAINED

yii2-workflow-view

A Widget to display workflows created with yii2-workflow

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist jinowom/yii2-workflow-view "*"

or add

"jinowom/yii2-workflow-view": "*"

to the require section of your composer.json file.

Usage

To display a workflow with the widget, you must have ... a workflow to display ! Once you have it, just assign it to the workflow parameter of the WorkflowViewWidget.

In the example below we are assuming that the Post model is attached to a SimpleWorkflowBehavior and that it has been correctly initialized.

<?php
$post = new app\models\Post();

jinowom\workflow\view\WorkflowViewWidget::widget([
	'workflow'    => $post,
	'containerId' => 'myWorkflowView'
]);
?>

<div id="myWorkflowView" style="height: 400px;"></div>

In this example we have passed model instance to the widget but can also pass a Workflow instance to display it. When a model is passed to the widget, it will display the workflow the model is in, and if the model is not in a workflow (i.e. it has no status), the widget displays the default workflow.

Here is an example of workflow view produced by the widget :

workflow view

As you can see, the initial status is highlighted with a green thick border.

For more information on the SimpleWorkflowBehavior and the wonderful world of workflows with Yii2, please refer to yii2-workflow

Note that this widget relies on vis.js to render the workflow.

License

yii2-workflow-view is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.

统计信息

  • 总下载量: 20
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2022-10-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固