FineUIPro 11.6
企业级 ASP.NET UI 控件库
载入中...
搜索中...
未找到
FineUIPro.ActiveWindow类 参考

当前活动窗体帮助类(静态类) 更多...

静态 Public 成员函数

static string GetWriteBackValueReference (params string[] values)
 获取将values值写回控件的客户端脚本
 
static string GetHideReference ()
 获取关闭当前激活窗体的客户端脚本
 
static string GetHideRefreshReference ()
 获取关闭当前激活窗体并刷新父页面的客户端脚本
 
static string GetHidePostBackReference ()
 获取关闭当前激活窗体并回发父页面的客户端脚本
 
static string GetHidePostBackReference (string argument)
 获取关闭当前激活窗体并回发父页面的客户端脚本
 
static string GetHideExecuteScriptReference (string argument)
 获取关闭当前激活窗体并执行脚本的客户端脚本
 

详细描述

当前活动窗体帮助类(静态类)

成员函数说明

◆ GetHideExecuteScriptReference()

static string FineUIPro.ActiveWindow.GetHideExecuteScriptReference ( string  argument)
static

获取关闭当前激活窗体并执行脚本的客户端脚本

参数
argument回发参数
返回
客户端脚本

◆ GetHidePostBackReference() [1/2]

static string FineUIPro.ActiveWindow.GetHidePostBackReference ( )
static

获取关闭当前激活窗体并回发父页面的客户端脚本

返回
客户端脚本

◆ GetHidePostBackReference() [2/2]

static string FineUIPro.ActiveWindow.GetHidePostBackReference ( string  argument)
static

获取关闭当前激活窗体并回发父页面的客户端脚本

参数
argument回发参数
返回
客户端脚本

◆ GetHideReference()

static string FineUIPro.ActiveWindow.GetHideReference ( )
static

获取关闭当前激活窗体的客户端脚本

返回
客户端脚本

◆ GetHideRefreshReference()

static string FineUIPro.ActiveWindow.GetHideRefreshReference ( )
static

获取关闭当前激活窗体并刷新父页面的客户端脚本

返回
客户端脚本

◆ GetWriteBackValueReference()

static string FineUIPro.ActiveWindow.GetWriteBackValueReference ( params string[]  values)
static

获取将values值写回控件的客户端脚本

参数
values需要写回的字符串列表
返回
客户端脚本

该类的文档由以下文件生成: