对话框帮助类 更多...
Public 成员函数 | |
void | Show () |
显示对话框 更多... | |
string | GetShowReference () |
获取显示对话框的客户端脚本 更多... | |
静态 Public 成员函数 | |
static void | Show (string message) |
显示对话框 更多... | |
static void | Show (string message, string title) |
显示对话框 更多... | |
static void | Show (string message, MessageBoxIcon icon) |
显示对话框 更多... | |
static void | Show (string message, string title, string okScript) |
显示对话框 更多... | |
static void | Show (string message, string title, MessageBoxIcon icon) |
显示对话框 更多... | |
static void | Show (string message, string title, MessageBoxIcon icon, string okScript) |
显示对话框 更多... | |
static void | Show (string message, string title, MessageBoxIcon icon, string okScript, Target target) |
显示对话框 更多... | |
static void | Show (string message, string title, MessageBoxIcon messageBoxIcon, string okScript, Target target, Icon icon, string iconUrl) |
显示对话框 更多... | |
static void | ShowInParent (string message) |
在父页面中显示对话框 更多... | |
static void | ShowInParent (string message, string title) |
在父页面中显示对话框 更多... | |
static void | ShowInParent (string message, MessageBoxIcon icon) |
在父页面中显示对话框 更多... | |
static void | ShowInParent (string message, string title, string okScript) |
在父页面中显示对话框 更多... | |
static void | ShowInParent (string message, string title, MessageBoxIcon icon) |
在父页面中显示对话框 更多... | |
static void | ShowInParent (string message, string title, MessageBoxIcon icon, string okScript) |
在父页面中显示对话框 更多... | |
static void | ShowInTop (string message) |
在顶层窗口中显示对话框 更多... | |
static void | ShowInTop (string message, string title) |
在顶层窗口中显示对话框 更多... | |
static void | ShowInTop (string message, MessageBoxIcon icon) |
在顶层窗口中显示对话框 更多... | |
static void | ShowInTop (string message, string title, string okScript) |
static void | ShowInTop (string message, string title, MessageBoxIcon icon) |
static void | ShowInTop (string message, string title, MessageBoxIcon icon, string okScript) |
在顶层窗口中显示对话框 更多... | |
static string | GetShowReference (string message) |
获取显示对话框的客户端脚本 更多... | |
static string | GetShowReference (string message, string title) |
获取显示对话框的客户端脚本 更多... | |
static string | GetShowReference (string message, MessageBoxIcon icon) |
获取显示对话框的客户端脚本 更多... | |
static string | GetShowReference (string message, string title, MessageBoxIcon icon) |
获取显示对话框的客户端脚本 更多... | |
static string | GetShowReference (string message, string title, string okScript) |
获取显示对话框的客户端脚本 更多... | |
static string | GetShowReference (string message, string title, MessageBoxIcon icon, string okScript) |
获取显示对话框的客户端脚本 更多... | |
static string | GetShowReference (string message, string title, MessageBoxIcon icon, string okScript, Target target) |
获取显示对话框的客户端脚本 更多... | |
static string | GetShowReference (string message, string title, MessageBoxIcon messageBoxIcon, string okScript, Target target, Icon icon, string iconUrl) |
获取显示对话框的客户端脚本 更多... | |
static string | GetShowInParentReference (string message) |
获取在父页面中显示对话框的客户端脚本 更多... | |
static string | GetShowInParentReference (string message, string title) |
获取在父页面中显示对话框的客户端脚本 更多... | |
static string | GetShowInParentReference (string message, MessageBoxIcon icon) |
获取在父页面中显示对话框的客户端脚本 更多... | |
static string | GetShowInParentReference (string message, string title, MessageBoxIcon icon) |
获取在父页面中显示对话框的客户端脚本 更多... | |
static string | GetShowInParentReference (string message, string title, string okScript) |
获取在父页面中显示对话框的客户端脚本 更多... | |
static string | GetShowInParentReference (string message, string title, MessageBoxIcon icon, string okScript) |
获取在父页面中显示对话框的客户端脚本 更多... | |
static string | GetShowInTopReference (string message) |
获取在最上层页面中显示对话框的客户端脚本 更多... | |
static string | GetShowInTopReference (string message, string title) |
获取在最上层页面中显示对话框的客户端脚本 更多... | |
static string | GetShowInTopReference (string message, MessageBoxIcon icon) |
获取在最上层页面中显示对话框的客户端脚本 更多... | |
static string | GetShowInTopReference (string message, string title, MessageBoxIcon icon) |
获取在最上层页面中显示对话框的客户端脚本 更多... | |
static string | GetShowInTopReference (string message, string title, string okScript) |
获取在最上层页面中显示对话框的客户端脚本 更多... | |
static string | GetShowInTopReference (string message, string title, MessageBoxIcon icon, string okScript) |
获取在最上层页面中显示对话框的客户端脚本 更多... | |
静态 Public 属性 | |
static readonly MessageBoxIcon | DefaultMessageBoxIcon = MessageBoxIcon.Information |
默认提示对话图标 更多... | |
属性 | |
string | Message [get, set] |
对话框消息正文 更多... | |
string | Title [get, set] |
对话框标题 更多... | |
MessageBoxIcon | MessageBoxIcon [get, set] |
对话框图标 更多... | |
string | OkScript [get, set] |
点击确认按钮执行的JavaScript脚本 更多... | |
Target | Target [get, set] |
对话框的目标位置 更多... | |
string | IconUrl [get, set] |
自定义对话框图标地址 更多... | |
Icon | Icon [get, set] |
自定义对话框图标 更多... | |
对话框帮助类
|
static |
获取在父页面中显示对话框的客户端脚本
message | 对话框消息 |
|
static |
获取在父页面中显示对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
|
static |
获取在父页面中显示对话框的客户端脚本
message | 对话框消息 |
icon | 自定义对话框图标 |
|
static |
获取在父页面中显示对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
icon | 自定义对话框图标 |
|
static |
获取在父页面中显示对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
okScript | 点击确定按钮执行的客户端脚本 |
|
static |
获取在父页面中显示对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
icon | 自定义对话框图标 |
okScript | 点击确定按钮执行的客户端脚本 |
|
static |
获取在最上层页面中显示对话框的客户端脚本
message | 对话框消息 |
|
static |
获取在最上层页面中显示对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
|
static |
获取在最上层页面中显示对话框的客户端脚本
message | 对话框消息 |
icon | 自定义对话框图标 |
|
static |
获取在最上层页面中显示对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
icon | 自定义对话框图标 |
|
static |
获取在最上层页面中显示对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
okScript | 点击确定按钮执行的客户端脚本 |
|
static |
获取在最上层页面中显示对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
icon | 自定义对话框图标 |
okScript | 点击确定按钮执行的客户端脚本 |
string FineUI.Alert.GetShowReference | ( | ) |
获取显示对话框的客户端脚本
|
static |
获取显示对话框的客户端脚本
message | 对话框消息 |
|
static |
获取显示对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
|
static |
获取显示对话框的客户端脚本
message | 对话框消息 |
icon | 自定义对话框图标 |
|
static |
获取显示对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
icon | 自定义对话框图标 |
|
static |
获取显示对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
okScript | 点击确定按钮执行的客户端脚本 |
|
static |
获取显示对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
icon | 自定义对话框图标 |
okScript | 点击确定按钮执行的客户端脚本 |
|
static |
获取显示对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
icon | 自定义对话框图标 |
okScript | 点击确定按钮执行的客户端脚本 |
target | 显示对话框的目标页面 |
|
static |
获取显示对话框的客户端脚本
message | 对话框消息 |
title | 对话框标题 |
messageBoxIcon | |
okScript | 点击确定按钮执行的客户端脚本 |
target | 显示对话框的目标页面 |
icon | |
iconUrl | 自定义对话框图标地址 |
void FineUI.Alert.Show | ( | ) |
显示对话框
|
static |
显示对话框
message | 消息正文 |
|
static |
显示对话框
message | 消息正文 |
title | 标题 |
|
static |
显示对话框
message | 消息正文 |
icon | 图标 |
|
static |
显示对话框
message | 对话框消息 |
title | 对话框标题 |
okScript | 点击确定按钮执行的客户端脚本 |
|
static |
显示对话框
message | 对话框消息 |
title | 对话框标题 |
icon | 自定义对话框图标 |
|
static |
显示对话框
message | 对话框消息 |
title | 对话框标题 |
icon | 自定义对话框图标 |
okScript | 点击确定按钮执行的客户端脚本 |
|
static |
显示对话框
message | 对话框消息 |
title | 对话框标题 |
icon | 自定义对话框图标 |
okScript | 点击确定按钮执行的客户端脚本 |
target | 显示对话框的目标页面 |
|
static |
显示对话框
message | 对话框消息 |
title | 对话框标题 |
messageBoxIcon | |
okScript | 点击确定按钮执行的客户端脚本 |
target | 显示对话框的目标页面 |
icon | 自定义对话框图标 |
iconUrl | 自定义对话框图标地址 |
|
static |
在父页面中显示对话框
message | 消息正文 |
|
static |
在父页面中显示对话框
message | 消息正文 |
title | 标题 |
|
static |
在父页面中显示对话框
message | 消息正文 |
icon | 图标 |
|
static |
在父页面中显示对话框
message | 对话框消息 |
title | 对话框标题 |
okScript | 点击确定按钮执行的客户端脚本 |
|
static |
在父页面中显示对话框
message | 对话框消息 |
title | 对话框标题 |
icon | 自定义对话框图标 |
|
static |
在父页面中显示对话框
message | 对话框消息 |
title | 对话框标题 |
icon | 自定义对话框图标 |
okScript | 点击确定按钮执行的客户端脚本 |
|
static |
在顶层窗口中显示对话框
message | 消息正文 |
|
static |
在顶层窗口中显示对话框
message | 消息正文 |
title | 对话框标题 |
|
static |
在顶层窗口中显示对话框
message | 消息正文 |
icon | 自定义对话框图标 |
|
static |
message | 消息正文 |
title | 对话框标题 |
okScript | 点击确定按钮执行的客户端脚本 |
|
static |
message | 消息正文 |
title | 对话框标题 |
icon | 自定义对话框图标 |
|
static |
在顶层窗口中显示对话框
message | 对话框消息 |
title | 对话框标题 |
icon | 自定义对话框图标 |
okScript | 点击确定按钮执行的客户端脚本 |
|
static |
默认提示对话图标
|
getset |
自定义对话框图标
|
getset |
自定义对话框图标地址
|
getset |
对话框消息正文
|
getset |
对话框图标
|
getset |
点击确认按钮执行的JavaScript脚本
|
getset |
对话框的目标位置
|
getset |
对话框标题