FineUICore 13.0.0
ASP.NET 低代码快速开发框架
载入中...
搜索中...
未找到
FineUICore.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 FineUICore.Notify.GetShowReference ( )

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

返回
客户端脚本

◆ Show()

void FineUICore.Notify.Show ( )

显示对话框

类成员变量说明

◆ DefaultMessageBoxIcon

MessageBoxIcon FineUICore.Notify.DefaultMessageBoxIcon = MessageBoxIcon.Information
static

对话框默认图标

属性说明

◆ BodyPadding

string FineUICore.Notify.BodyPadding
getset

内容区域的内边距

◆ CssClass

string FineUICore.Notify.CssClass
getset

样式类名

◆ DisplayMilliseconds

int FineUICore.Notify.DisplayMilliseconds
getset

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

◆ EnableClose

bool FineUICore.Notify.EnableClose
getset

是否可以关闭

◆ EnableDrag

bool FineUICore.Notify.EnableDrag
getset

是否可以移动

◆ HideOnMaskClick

bool FineUICore.Notify.HideOnMaskClick
getset

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

◆ HideScript

string FineUICore.Notify.HideScript
getset

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

◆ Icon

Icon FineUICore.Notify.Icon
getset

自定义对话框图标

◆ IconFont

IconFont FineUICore.Notify.IconFont
getset

预定义图标字体

◆ IconFontClass

string FineUICore.Notify.IconFontClass
getset

自定义图标字体的样式类

◆ IconUrl

string FineUICore.Notify.IconUrl
getset

自定义对话框图标地址

◆ ID

string FineUICore.Notify.ID
getset

对话框ID

◆ IsModal

bool FineUICore.Notify.IsModal
getset

是否模式窗口

◆ MaxWidth

int? FineUICore.Notify.MaxWidth
getset

对话框的最大宽度

◆ Message

string FineUICore.Notify.Message
getset

对话框消息正文

◆ MessageAlign

TextAlign FineUICore.Notify.MessageAlign
getset

消息正文的排列位置

◆ MessageBoxIcon

MessageBoxIcon FineUICore.Notify.MessageBoxIcon
getset

对话框图标

◆ MinWidth

int? FineUICore.Notify.MinWidth
getset

对话框的最小宽度

◆ PositionX

Position FineUICore.Notify.PositionX
getset

横向的显示位置

◆ PositionY

Position FineUICore.Notify.PositionY
getset

纵向的显示位置

◆ ShowHeader

bool FineUICore.Notify.ShowHeader
getset

是否显示标题栏

◆ ShowLoading

bool FineUICore.Notify.ShowLoading
getset

显示正在加载图标

◆ Target

Target FineUICore.Notify.Target
getset

对话框的目标位置

◆ Title

string FineUICore.Notify.Title
getset

对话框标题

◆ TitleAlign

TextAlign FineUICore.Notify.TitleAlign
getset

标题文本的排列位置

◆ Width

int? FineUICore.Notify.Width
getset

对话框的宽度


该类的文档由以下文件生成:
  • Notify.cs