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

对话框帮助类 更多...

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 messageIcon, 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 CssClass [get, set]
 样式类名
 
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]
 自定义对话框图标
 
IconFont IconFont [get, set]
 预定义图标字体
 
string IconFontClass [get, set]
 自定义图标字体的样式类
 
Unit Width [get, set]
 对话框的宽度
 
Unit MinWidth [get, set]
 对话框的最小宽度
 
Unit MaxWidth [get, set]
 对话框的最大宽度
 
string ID [get, set]
 对话框ID
 
bool EnableClose [get, set]
 是否可以关闭
 
bool ButtonFill [get, set]
 按钮填充整个工具栏
 
bool ButtonPlain [get, set]
 简单按钮样式(启用分组按钮,并去除按钮的边框和外边距)
 
TextAlign MessageAlign [get, set]
 消息正文的排列位置
 
bool ShowHeader [get, set]
 是否显示标题栏
 
bool AutoFocus [get, set]
 打开后是否自动获取焦点
 
TextAlign TitleAlign [get, set]
 标题文本的排列位置
 

详细描述

对话框帮助类

成员函数说明

◆ GetShowInParentReference() [1/6]

static string FineUIPro.Alert.GetShowInParentReference ( string  message)
static

获取在父页面中显示对话框的客户端脚本

参数
message对话框消息
返回
客户端脚本

◆ GetShowInParentReference() [2/6]

static string FineUIPro.Alert.GetShowInParentReference ( string  message,
MessageBoxIcon  icon 
)
static

获取在父页面中显示对话框的客户端脚本

参数
message对话框消息
icon对话框消息图标
返回
客户端脚本

◆ GetShowInParentReference() [3/6]

static string FineUIPro.Alert.GetShowInParentReference ( string  message,
string  title 
)
static

获取在父页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
返回
客户端脚本

◆ GetShowInParentReference() [4/6]

static string FineUIPro.Alert.GetShowInParentReference ( string  message,
string  title,
MessageBoxIcon  icon 
)
static

获取在父页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
icon对话框消息图标
返回
客户端脚本

◆ GetShowInParentReference() [5/6]

static string FineUIPro.Alert.GetShowInParentReference ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript 
)
static

获取在父页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
icon对话框消息图标
okScript点击确定按钮执行的客户端脚本
返回
客户端脚本

◆ GetShowInParentReference() [6/6]

static string FineUIPro.Alert.GetShowInParentReference ( string  message,
string  title,
string  okScript 
)
static

获取在父页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
okScript点击确定按钮执行的客户端脚本
返回
客户端脚本

◆ GetShowInTopReference() [1/6]

static string FineUIPro.Alert.GetShowInTopReference ( string  message)
static

获取在最上层页面中显示对话框的客户端脚本

参数
message对话框消息
返回
客户端脚本

◆ GetShowInTopReference() [2/6]

static string FineUIPro.Alert.GetShowInTopReference ( string  message,
MessageBoxIcon  icon 
)
static

获取在最上层页面中显示对话框的客户端脚本

参数
message对话框消息
icon对话框消息图标
返回
客户端脚本

◆ GetShowInTopReference() [3/6]

static string FineUIPro.Alert.GetShowInTopReference ( string  message,
string  title 
)
static

获取在最上层页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
返回
客户端脚本

◆ GetShowInTopReference() [4/6]

static string FineUIPro.Alert.GetShowInTopReference ( string  message,
string  title,
MessageBoxIcon  icon 
)
static

获取在最上层页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
icon对话框消息图标
返回
客户端脚本

◆ GetShowInTopReference() [5/6]

static string FineUIPro.Alert.GetShowInTopReference ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript 
)
static

获取在最上层页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
icon对话框消息图标
okScript点击确定按钮执行的客户端脚本
返回
客户端脚本

◆ GetShowInTopReference() [6/6]

static string FineUIPro.Alert.GetShowInTopReference ( string  message,
string  title,
string  okScript 
)
static

获取在最上层页面中显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
okScript点击确定按钮执行的客户端脚本
返回
客户端脚本

◆ GetShowReference() [1/9]

string FineUIPro.Alert.GetShowReference ( )

获取显示对话框的客户端脚本

返回
客户端脚本

◆ GetShowReference() [2/9]

static string FineUIPro.Alert.GetShowReference ( string  message)
static

获取显示对话框的客户端脚本

参数
message对话框消息
返回
客户端脚本

◆ GetShowReference() [3/9]

static string FineUIPro.Alert.GetShowReference ( string  message,
MessageBoxIcon  icon 
)
static

获取显示对话框的客户端脚本

参数
message对话框消息
icon对话框消息图标
返回
客户端脚本

◆ GetShowReference() [4/9]

static string FineUIPro.Alert.GetShowReference ( string  message,
string  title 
)
static

获取显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
返回
客户端脚本

◆ GetShowReference() [5/9]

static string FineUIPro.Alert.GetShowReference ( string  message,
string  title,
MessageBoxIcon  icon 
)
static

获取显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
icon对话框消息图标
返回
客户端脚本

◆ GetShowReference() [6/9]

static string FineUIPro.Alert.GetShowReference ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript 
)
static

获取显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
icon对话框消息图标
okScript点击确定按钮执行的客户端脚本
返回
客户端脚本

◆ GetShowReference() [7/9]

static string FineUIPro.Alert.GetShowReference ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript,
Target  target 
)
static

获取显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
icon对话框消息图标
okScript点击确定按钮执行的客户端脚本
target显示对话框的目标页面
返回
客户端脚本

◆ GetShowReference() [8/9]

static string FineUIPro.Alert.GetShowReference ( string  message,
string  title,
MessageBoxIcon  messageIcon,
string  okScript,
Target  target,
Icon  icon,
string  iconUrl 
)
static

获取显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
messageIcon对话框消息图标
okScript点击确定按钮执行的客户端脚本
target显示对话框的目标页面
icon自定义对话框图标
iconUrl自定义对话框图标地址
返回
客户端脚本

◆ GetShowReference() [9/9]

static string FineUIPro.Alert.GetShowReference ( string  message,
string  title,
string  okScript 
)
static

获取显示对话框的客户端脚本

参数
message对话框消息
title对话框标题
okScript点击确定按钮执行的客户端脚本
返回
客户端脚本

◆ Show() [1/9]

void FineUIPro.Alert.Show ( )

显示对话框

◆ Show() [2/9]

static void FineUIPro.Alert.Show ( string  message)
static

显示对话框

参数
message消息正文

◆ Show() [3/9]

static void FineUIPro.Alert.Show ( string  message,
MessageBoxIcon  icon 
)
static

显示对话框

参数
message消息正文
icon图标

◆ Show() [4/9]

static void FineUIPro.Alert.Show ( string  message,
string  title 
)
static

显示对话框

参数
message消息正文
title标题

◆ Show() [5/9]

static void FineUIPro.Alert.Show ( string  message,
string  title,
MessageBoxIcon  icon 
)
static

显示对话框

参数
message对话框消息
title对话框标题
icon对话框消息图标

◆ Show() [6/9]

static void FineUIPro.Alert.Show ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript 
)
static

显示对话框

参数
message对话框消息
title对话框标题
icon对话框消息图标
okScript点击确定按钮执行的客户端脚本

◆ Show() [7/9]

static void FineUIPro.Alert.Show ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript,
Target  target 
)
static

显示对话框

参数
message对话框消息
title对话框标题
icon对话框消息图标
okScript点击确定按钮执行的客户端脚本
target显示对话框的目标页面

◆ Show() [8/9]

static void FineUIPro.Alert.Show ( string  message,
string  title,
MessageBoxIcon  messageBoxIcon,
string  okScript,
Target  target,
Icon  icon,
string  iconUrl 
)
static

显示对话框

参数
message对话框消息
title对话框标题
messageBoxIcon
okScript点击确定按钮执行的客户端脚本
target显示对话框的目标页面
icon对话框消息图标
iconUrl自定义对话框图标地址

◆ Show() [9/9]

static void FineUIPro.Alert.Show ( string  message,
string  title,
string  okScript 
)
static

显示对话框

参数
message对话框消息
title对话框标题
okScript点击确定按钮执行的客户端脚本

◆ ShowInParent() [1/6]

static void FineUIPro.Alert.ShowInParent ( string  message)
static

在父页面中显示对话框

参数
message消息正文

◆ ShowInParent() [2/6]

static void FineUIPro.Alert.ShowInParent ( string  message,
MessageBoxIcon  icon 
)
static

在父页面中显示对话框

参数
message消息正文
icon图标

◆ ShowInParent() [3/6]

static void FineUIPro.Alert.ShowInParent ( string  message,
string  title 
)
static

在父页面中显示对话框

参数
message消息正文
title标题

◆ ShowInParent() [4/6]

static void FineUIPro.Alert.ShowInParent ( string  message,
string  title,
MessageBoxIcon  icon 
)
static

在父页面中显示对话框

参数
message对话框消息
title对话框标题
icon对话框消息图标

◆ ShowInParent() [5/6]

static void FineUIPro.Alert.ShowInParent ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript 
)
static

在父页面中显示对话框

参数
message对话框消息
title对话框标题
icon对话框消息图标
okScript点击确定按钮执行的客户端脚本

◆ ShowInParent() [6/6]

static void FineUIPro.Alert.ShowInParent ( string  message,
string  title,
string  okScript 
)
static

在父页面中显示对话框

参数
message对话框消息
title对话框标题
okScript点击确定按钮执行的客户端脚本

◆ ShowInTop() [1/6]

static void FineUIPro.Alert.ShowInTop ( string  message)
static

在顶层窗口中显示对话框

参数
message消息正文

◆ ShowInTop() [2/6]

static void FineUIPro.Alert.ShowInTop ( string  message,
MessageBoxIcon  icon 
)
static

在顶层窗口中显示对话框

参数
message消息正文
icon对话框消息图标

◆ ShowInTop() [3/6]

static void FineUIPro.Alert.ShowInTop ( string  message,
string  title 
)
static

在顶层窗口中显示对话框

参数
message消息正文
title对话框标题

◆ ShowInTop() [4/6]

static void FineUIPro.Alert.ShowInTop ( string  message,
string  title,
MessageBoxIcon  icon 
)
static

在顶层窗口中显示对话框

参数
message消息正文
title对话框标题
icon对话框消息图标

◆ ShowInTop() [5/6]

static void FineUIPro.Alert.ShowInTop ( string  message,
string  title,
MessageBoxIcon  icon,
string  okScript 
)
static

在顶层窗口中显示对话框

参数
message对话框消息
title对话框标题
icon对话框消息图标
okScript点击确定按钮执行的客户端脚本

◆ ShowInTop() [6/6]

static void FineUIPro.Alert.ShowInTop ( string  message,
string  title,
string  okScript 
)
static

在顶层窗口中显示对话框

参数
message消息正文
title对话框标题
okScript点击确定按钮执行的客户端脚本

类成员变量说明

◆ DefaultMessageBoxIcon

readonly MessageBoxIcon FineUIPro.Alert.DefaultMessageBoxIcon = MessageBoxIcon.Information
static

默认提示对话图标

属性说明

◆ AutoFocus

bool FineUIPro.Alert.AutoFocus
getset

打开后是否自动获取焦点

◆ ButtonFill

bool FineUIPro.Alert.ButtonFill
getset

按钮填充整个工具栏

◆ ButtonPlain

bool FineUIPro.Alert.ButtonPlain
getset

简单按钮样式(启用分组按钮,并去除按钮的边框和外边距)

◆ CssClass

string FineUIPro.Alert.CssClass
getset

样式类名

◆ EnableClose

bool FineUIPro.Alert.EnableClose
getset

是否可以关闭

◆ Icon

Icon FineUIPro.Alert.Icon
getset

自定义对话框图标

◆ IconFont

IconFont FineUIPro.Alert.IconFont
getset

预定义图标字体

◆ IconFontClass

string FineUIPro.Alert.IconFontClass
getset

自定义图标字体的样式类

◆ IconUrl

string FineUIPro.Alert.IconUrl
getset

自定义对话框图标地址

◆ ID

string FineUIPro.Alert.ID
getset

对话框ID

◆ MaxWidth

Unit FineUIPro.Alert.MaxWidth
getset

对话框的最大宽度

◆ Message

string FineUIPro.Alert.Message
getset

对话框消息正文

◆ MessageAlign

TextAlign FineUIPro.Alert.MessageAlign
getset

消息正文的排列位置

◆ MessageBoxIcon

MessageBoxIcon FineUIPro.Alert.MessageBoxIcon
getset

对话框图标

◆ MinWidth

Unit FineUIPro.Alert.MinWidth
getset

对话框的最小宽度

◆ OkScript

string FineUIPro.Alert.OkScript
getset

点击确认按钮执行的JavaScript脚本

◆ ShowHeader

bool FineUIPro.Alert.ShowHeader
getset

是否显示标题栏

◆ Target

Target FineUIPro.Alert.Target
getset

对话框的目标位置

◆ Title

string FineUIPro.Alert.Title
getset

对话框标题

◆ TitleAlign

TextAlign FineUIPro.Alert.TitleAlign
getset

标题文本的排列位置

◆ Width

Unit FineUIPro.Alert.Width
getset

对话框的宽度


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