类库说明文档
![]() | JHModalDialogOperationSucceeded Method (String) |
执行成功,关闭模式对话框并回传父窗体数据
这里固定为父窗体参数对象传递属性 object.IsSucceed = true
Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)

C#
public static void OperationSucceeded( string script )
Parameters
- script
- Type: SystemString
需要执行的 JS 脚本,可以为需要回传的数据,比如:object.Name = '测试'
