API
Class

BeforeOpenDialogEvent ($UI/system/components/justep/process/process#BeforeOpenDialogEvent)

使用范围:UI2

Contents

class BeforeOpenDialogEvent ($UI/system/components/justep/process/process#BeforeOpenDialogEvent)

打开流程对话框前事件类

See OnBeforeOpenDialog

Constructor Top

  BeforeOpenDialogEvent ()

Properties Top

String action

当前执行的流程动作

Boolean cancel = false

是否取消后续操作

ProcessControl data

ProcessControl对象

JSON options

可选参数

String task

任务标识

Constructor details Top

public BeforeOpenDialogEvent ()

打开流程对话框前事件类

See OnBeforeOpenDialog

Properties Detail Top

public String action

当前执行的流程动作

public Boolean cancel = false

是否取消后续操作

public ProcessControl data

ProcessControl对象

public JSON options

可选参数

public String task

任务标识