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

全局配置参数 更多...

静态 Public 成员函数

static ConfigSection GetDesignTimeSection (ISite site)
 Refer:http://flimflan.com/blog/AccessingWebconfigAtDesignTimeInNET20.aspx
 
static Theme GetTheme ()
 主题
 
static Language GetLanguage ()
 语言
 
static string GetFormCommaSeparator ()
 千分位分隔符(默认为逗号)(仅限于数字输入框的客户端显示)
 
static string GetFormDotSeparator ()
 小数分隔符(默认为点号)(仅限于数字输入框的客户端显示)
 
static MessageTarget GetFormMessageTarget ()
 表单中消息的位置
 
static LabelAlign GetFormLabelAlign ()
 表单中标签的位置
 
static RedStarPosition GetFormRedStarPosition ()
 表单中红色星号的位置
 
static int GetFormOffsetRight ()
 表单中字段距离右侧的宽度
 
static int GetFormLabelWidth ()
 表单中字段标签的宽度
 
static int GetTabStripTabSpace ()
 选项卡标题之间的间距
 
static int GetFormRowItemSpace ()
 表单行子项之间的间距
 
static int GetToolbarItemSpace ()
 工具栏子项之间的间距
 
static string GetFormLabelSeparator ()
 表单中字段与标签的分隔符
 
static int GetAjaxTimeout ()
 AJAX超时时间(单位:秒,默认:120s)
 
static bool GetEnableAjax ()
 是否启用Ajax
 
static bool GetEnableShim ()
 是否启用遮罩层(防止ActiveX、Flash等对象覆盖弹出窗体)
 
static bool GetEnableAnimation ()
 是否启用动画(仅Webkit浏览器支持动画效果)
 
static bool GetEnableIFrameLoading ()
 启用IFrame面板的页面加载提示
 
static bool GetIEEdge ()
 是否向页面输出IE=edge标识
 
static bool GetContentUTF8 ()
 是否向页面输出utf-8标识
 
static bool GetMobileAdaption ()
 是否启用移动浏览器自适应
 
static bool GetMAC2 ()
 是否使用另外一种获取网卡地址的方式(PageManager::GetRequestIPMAC)
 
static bool GetSimpleError ()
 使用简单的提示框显示服务器返回的错误信息
 
static bool GetEnableCompactMode ()
 是否启用紧凑模式
 
static bool GetEnableLargeMode ()
 是否启用大字体模式
 
static bool GetEnableFormChangeConfirm ()
 是否启用表单改变确认对话框
 
static bool GetEnableAjaxLoading ()
 是否显示AJAX提示
 
static AjaxLoadingType GetAjaxLoadingType ()
 AJAX提示的类型
 
static int GetLoadingCSSNumber ()
 CSS加载动画的数字编号
 
static int GetLoadingImageNumber ()
 图片加载动画的数字编号
 
static string GetAjaxLoadingText ()
 AJAX提示的文本
 
static string GetLoadingImageUrl ()
 自定义页面加载图片
 
static string GetAjaxLoadingMaskText ()
 Mask类型的AJAX提示文本
 
static bool GetShowAjaxLoadingMaskText ()
 是否显示Mask类型的提示文本
 
static bool GetDebugMode ()
 DEBUG 模式
 
static string GetIconBasePath ()
 图标的根路径
 
static string GetBaseUrl ()
 根网址
 
static string GetCustomThemeBasePath ()
 自定义样式的根路径
 
static string GetCustomTheme ()
 自定义样式的名称
 
static string GetCustomThemeEmbedLoadingImage ()
 自定义样式对应的内置加载图片
 
static string GetCustomLanguageBasePath ()
 自定义语言的根路径
 
static string GetCustomLanguage ()
 自定义语言的名称
 
static bool GetEnableFStateCompress ()
 是否启用FState压缩(不支持!!)
 
static bool GetEnableFStateValidation ()
 是否启用FState验证
 
static JSLibrary GetJSLibrary ()
 包含的JS库
 
static DisplayMode GetDisplayMode ()
 显示模式
 
static bool GetCustomScrollbar ()
 是否自定义滚动条样式(仅在桌面端Chrome、Edge、Safari浏览器下有效)(默认为false)
 
static bool GetEnableDefaultCorner ()
 是否启用控件的圆角边框
 
static bool GetEncodeText ()
 是否启用HTML编码
 

属性

static string ProductName [get]
 产品名称
 
static string ProductVersion [get]
 当前版本
 

详细描述

全局配置参数

成员函数说明

◆ GetAjaxLoadingMaskText()

static string FineUIPro.GlobalConfig.GetAjaxLoadingMaskText ( )
static

Mask类型的AJAX提示文本

◆ GetAjaxLoadingText()

static string FineUIPro.GlobalConfig.GetAjaxLoadingText ( )
static

AJAX提示的文本

◆ GetAjaxLoadingType()

static AjaxLoadingType FineUIPro.GlobalConfig.GetAjaxLoadingType ( )
static

AJAX提示的类型

◆ GetAjaxTimeout()

static int FineUIPro.GlobalConfig.GetAjaxTimeout ( )
static

AJAX超时时间(单位:秒,默认:120s)

◆ GetBaseUrl()

static string FineUIPro.GlobalConfig.GetBaseUrl ( )
static

根网址

◆ GetContentUTF8()

static bool FineUIPro.GlobalConfig.GetContentUTF8 ( )
static

是否向页面输出utf-8标识

◆ GetCustomLanguage()

static string FineUIPro.GlobalConfig.GetCustomLanguage ( )
static

自定义语言的名称

◆ GetCustomLanguageBasePath()

static string FineUIPro.GlobalConfig.GetCustomLanguageBasePath ( )
static

自定义语言的根路径

◆ GetCustomScrollbar()

static bool FineUIPro.GlobalConfig.GetCustomScrollbar ( )
static

是否自定义滚动条样式(仅在桌面端Chrome、Edge、Safari浏览器下有效)(默认为false)

◆ GetCustomTheme()

static string FineUIPro.GlobalConfig.GetCustomTheme ( )
static

自定义样式的名称

◆ GetCustomThemeBasePath()

static string FineUIPro.GlobalConfig.GetCustomThemeBasePath ( )
static

自定义样式的根路径

◆ GetCustomThemeEmbedLoadingImage()

static string FineUIPro.GlobalConfig.GetCustomThemeEmbedLoadingImage ( )
static

自定义样式对应的内置加载图片

◆ GetDebugMode()

static bool FineUIPro.GlobalConfig.GetDebugMode ( )
static

DEBUG 模式

◆ GetDesignTimeSection()

static ConfigSection FineUIPro.GlobalConfig.GetDesignTimeSection ( ISite  site)
static

Refer:http://flimflan.com/blog/AccessingWebconfigAtDesignTimeInNET20.aspx

参数
site
返回

◆ GetDisplayMode()

static DisplayMode FineUIPro.GlobalConfig.GetDisplayMode ( )
static

显示模式

◆ GetEnableAjax()

static bool FineUIPro.GlobalConfig.GetEnableAjax ( )
static

是否启用Ajax

◆ GetEnableAjaxLoading()

static bool FineUIPro.GlobalConfig.GetEnableAjaxLoading ( )
static

是否显示AJAX提示

◆ GetEnableAnimation()

static bool FineUIPro.GlobalConfig.GetEnableAnimation ( )
static

是否启用动画(仅Webkit浏览器支持动画效果)

◆ GetEnableCompactMode()

static bool FineUIPro.GlobalConfig.GetEnableCompactMode ( )
static

是否启用紧凑模式

◆ GetEnableDefaultCorner()

static bool FineUIPro.GlobalConfig.GetEnableDefaultCorner ( )
static

是否启用控件的圆角边框

◆ GetEnableFormChangeConfirm()

static bool FineUIPro.GlobalConfig.GetEnableFormChangeConfirm ( )
static

是否启用表单改变确认对话框

◆ GetEnableFStateCompress()

static bool FineUIPro.GlobalConfig.GetEnableFStateCompress ( )
static

是否启用FState压缩(不支持!!)

◆ GetEnableFStateValidation()

static bool FineUIPro.GlobalConfig.GetEnableFStateValidation ( )
static

是否启用FState验证

◆ GetEnableIFrameLoading()

static bool FineUIPro.GlobalConfig.GetEnableIFrameLoading ( )
static

启用IFrame面板的页面加载提示

◆ GetEnableLargeMode()

static bool FineUIPro.GlobalConfig.GetEnableLargeMode ( )
static

是否启用大字体模式

◆ GetEnableShim()

static bool FineUIPro.GlobalConfig.GetEnableShim ( )
static

是否启用遮罩层(防止ActiveX、Flash等对象覆盖弹出窗体)

◆ GetEncodeText()

static bool FineUIPro.GlobalConfig.GetEncodeText ( )
static

是否启用HTML编码

◆ GetFormCommaSeparator()

static string FineUIPro.GlobalConfig.GetFormCommaSeparator ( )
static

千分位分隔符(默认为逗号)(仅限于数字输入框的客户端显示)

◆ GetFormDotSeparator()

static string FineUIPro.GlobalConfig.GetFormDotSeparator ( )
static

小数分隔符(默认为点号)(仅限于数字输入框的客户端显示)

◆ GetFormLabelAlign()

static LabelAlign FineUIPro.GlobalConfig.GetFormLabelAlign ( )
static

表单中标签的位置

◆ GetFormLabelSeparator()

static string FineUIPro.GlobalConfig.GetFormLabelSeparator ( )
static

表单中字段与标签的分隔符

◆ GetFormLabelWidth()

static int FineUIPro.GlobalConfig.GetFormLabelWidth ( )
static

表单中字段标签的宽度

◆ GetFormMessageTarget()

static MessageTarget FineUIPro.GlobalConfig.GetFormMessageTarget ( )
static

表单中消息的位置

◆ GetFormOffsetRight()

static int FineUIPro.GlobalConfig.GetFormOffsetRight ( )
static

表单中字段距离右侧的宽度

◆ GetFormRedStarPosition()

static RedStarPosition FineUIPro.GlobalConfig.GetFormRedStarPosition ( )
static

表单中红色星号的位置

◆ GetFormRowItemSpace()

static int FineUIPro.GlobalConfig.GetFormRowItemSpace ( )
static

表单行子项之间的间距

◆ GetIconBasePath()

static string FineUIPro.GlobalConfig.GetIconBasePath ( )
static

图标的根路径

◆ GetIEEdge()

static bool FineUIPro.GlobalConfig.GetIEEdge ( )
static

是否向页面输出IE=edge标识

◆ GetJSLibrary()

static JSLibrary FineUIPro.GlobalConfig.GetJSLibrary ( )
static

包含的JS库

◆ GetLanguage()

static Language FineUIPro.GlobalConfig.GetLanguage ( )
static

语言

◆ GetLoadingCSSNumber()

static int FineUIPro.GlobalConfig.GetLoadingCSSNumber ( )
static

CSS加载动画的数字编号

◆ GetLoadingImageNumber()

static int FineUIPro.GlobalConfig.GetLoadingImageNumber ( )
static

图片加载动画的数字编号

◆ GetLoadingImageUrl()

static string FineUIPro.GlobalConfig.GetLoadingImageUrl ( )
static

自定义页面加载图片

◆ GetMAC2()

static bool FineUIPro.GlobalConfig.GetMAC2 ( )
static

是否使用另外一种获取网卡地址的方式(PageManager::GetRequestIPMAC)

◆ GetMobileAdaption()

static bool FineUIPro.GlobalConfig.GetMobileAdaption ( )
static

是否启用移动浏览器自适应

◆ GetShowAjaxLoadingMaskText()

static bool FineUIPro.GlobalConfig.GetShowAjaxLoadingMaskText ( )
static

是否显示Mask类型的提示文本

◆ GetSimpleError()

static bool FineUIPro.GlobalConfig.GetSimpleError ( )
static

使用简单的提示框显示服务器返回的错误信息

◆ GetTabStripTabSpace()

static int FineUIPro.GlobalConfig.GetTabStripTabSpace ( )
static

选项卡标题之间的间距

◆ GetTheme()

static Theme FineUIPro.GlobalConfig.GetTheme ( )
static

主题

◆ GetToolbarItemSpace()

static int FineUIPro.GlobalConfig.GetToolbarItemSpace ( )
static

工具栏子项之间的间距

属性说明

◆ ProductName

string FineUIPro.GlobalConfig.ProductName
staticget

产品名称

◆ ProductVersion

string FineUIPro.GlobalConfig.ProductVersion
staticget

当前版本


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