FineUIMvc 11.7
企业级 ASP.NET MVC 控件库
载入中...
搜索中...
未找到
FineUIMvc.Notify类 参考

提示对话框帮助类 更多...

Public 成员函数

void Show ()
 显示对话框
 
string GetShowReference ()
 获取显示对话框的客户端脚本
 

静态 Public 属性

static MessageBoxIcon DefaultMessageBoxIcon = MessageBoxIcon.Information
 对话框默认图标
 

属性

string CssClass [get, set]
 样式类名
 
string Message [get, set]
 对话框消息正文
 
string Title [get, set]
 对话框标题
 
Target Target [get, set]
 对话框的目标位置
 
MessageBoxIcon MessageBoxIcon [get, set]
 对话框图标
 
string IconUrl [get, set]
 自定义对话框图标地址
 
Icon Icon [get, set]
 自定义对话框图标
 
IconFont IconFont [get, set]
 预定义图标字体
 
string IconFontClass [get, set]
 自定义图标字体的样式类
 
int? Width [get, set]
 对话框的宽度
 
bool EnableDrag [get, set]
 是否可以移动
 
bool EnableClose [get, set]
 是否可以关闭
 
bool IsModal [get, set]
 是否模式窗口
 
bool HideOnMaskClick [get, set]
 点击遮罩层时是否隐藏窗体
 
bool ShowHeader [get, set]
 是否显示标题栏
 
int DisplayMilliseconds [get, set]
 显示的毫秒数(0:不自动消失)
 
Position PositionX [get, set]
 横向的显示位置
 
Position PositionY [get, set]
 纵向的显示位置
 
string BodyPadding [get, set]
 内容区域的内边距
 
TextAlign MessageAlign [get, set]
 消息正文的排列位置
 
bool ShowLoading [get, set]
 显示正在加载图标
 
int? MinWidth [get, set]
 对话框的最小宽度
 
int? MaxWidth [get, set]
 对话框的最大宽度
 
string ID [get, set]
 对话框ID
 
string HideScript [get, set]
 隐藏通知框时执行的脚本(用户关闭或者自行消失时都会触发)
 
TextAlign TitleAlign [get, set]
 标题文本的排列位置
 

详细描述

提示对话框帮助类

成员函数说明

◆ GetShowReference()

string FineUIMvc.Notify.GetShowReference ( )

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

返回
客户端脚本

◆ Show()

void FineUIMvc.Notify.Show ( )

显示对话框

类成员变量说明

◆ DefaultMessageBoxIcon

MessageBoxIcon FineUIMvc.Notify.DefaultMessageBoxIcon = MessageBoxIcon.Information
static

对话框默认图标

属性说明

◆ BodyPadding

string FineUIMvc.Notify.BodyPadding
getset

内容区域的内边距

◆ CssClass

string FineUIMvc.Notify.CssClass
getset

样式类名

◆ DisplayMilliseconds

int FineUIMvc.Notify.DisplayMilliseconds
getset

显示的毫秒数(0:不自动消失)

◆ EnableClose

bool FineUIMvc.Notify.EnableClose
getset

是否可以关闭

◆ EnableDrag

bool FineUIMvc.Notify.EnableDrag
getset

是否可以移动

◆ HideOnMaskClick

bool FineUIMvc.Notify.HideOnMaskClick
getset

点击遮罩层时是否隐藏窗体

◆ HideScript

string FineUIMvc.Notify.HideScript
getset

隐藏通知框时执行的脚本(用户关闭或者自行消失时都会触发)

◆ Icon

Icon FineUIMvc.Notify.Icon
getset

自定义对话框图标

◆ IconFont

IconFont FineUIMvc.Notify.IconFont
getset

预定义图标字体

◆ IconFontClass

string FineUIMvc.Notify.IconFontClass
getset

自定义图标字体的样式类

◆ IconUrl

string FineUIMvc.Notify.IconUrl
getset

自定义对话框图标地址

◆ ID

string FineUIMvc.Notify.ID
getset

对话框ID

◆ IsModal

bool FineUIMvc.Notify.IsModal
getset

是否模式窗口

◆ MaxWidth

int? FineUIMvc.Notify.MaxWidth
getset

对话框的最大宽度

◆ Message

string FineUIMvc.Notify.Message
getset

对话框消息正文

◆ MessageAlign

TextAlign FineUIMvc.Notify.MessageAlign
getset

消息正文的排列位置

◆ MessageBoxIcon

MessageBoxIcon FineUIMvc.Notify.MessageBoxIcon
getset

对话框图标

◆ MinWidth

int? FineUIMvc.Notify.MinWidth
getset

对话框的最小宽度

◆ PositionX

Position FineUIMvc.Notify.PositionX
getset

横向的显示位置

◆ PositionY

Position FineUIMvc.Notify.PositionY
getset

纵向的显示位置

◆ ShowHeader

bool FineUIMvc.Notify.ShowHeader
getset

是否显示标题栏

◆ ShowLoading

bool FineUIMvc.Notify.ShowLoading
getset

显示正在加载图标

◆ Target

Target FineUIMvc.Notify.Target
getset

对话框的目标位置

◆ Title

string FineUIMvc.Notify.Title
getset

对话框标题

◆ TitleAlign

TextAlign FineUIMvc.Notify.TitleAlign
getset

标题文本的排列位置

◆ Width

int? FineUIMvc.Notify.Width
getset

对话框的宽度


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