类库说明文档
JHModalDialogOperationSucceeded Method (String, Boolean) |
执行成功,关闭模式对话框并回传父窗体数据,回传对象使用固定变量 object
这里固定为父窗体参数对象传递属性 object.IsSucceed = true
Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static void OperationSucceeded( string script, bool isEnd )
Parameters
- script
- Type: SystemString
需要执行的 JS 脚本,可以为需要回传的数据,比如:object.Name = '测试' - isEnd
- Type: SystemBoolean
是否结束当前页面输出
See Also