FineUIPro  8.2.1
企业级 ASP.NET UI 控件库
FineUIPro.ConfigSection类 参考

FineUIPro在Web.config中的配置节 更多...

继承自 ConfigurationSection .

属性

string Theme [get, set]
 主题 更多...
 
string JSLibrary [get, set]
 包含的JS库 更多...
 
string Language [get, set]
 语言 更多...
 
string FormDotSeparator [get, set]
 小数分隔符(默认为点号)(仅限于数字输入框的客户端显示) 更多...
 
string FormCommaSeparator [get, set]
 千分位分隔符(默认为逗号)(仅限于数字输入框的客户端显示) 更多...
 
string FormMessageTarget [get, set]
 表单验证消息的提示位置 更多...
 
string FormLabelAlign [get, set]
 表单中标签的位置 更多...
 
string FormRedStarPosition [get, set]
 表单中红色星号的位置 更多...
 
int FormOffsetRight [get, set]
 表单控件右侧距离边界的距离 更多...
 
int FormLabelWidth [get, set]
 表单控件标签的宽度 更多...
 
int ToolbarItemSpace [get, set]
 工具栏子项之间的间距 更多...
 
int FormRowItemSpace [get, set]
 表单行子项之间的间距 更多...
 
int ToolbarItemsSpace [get, set]
 工具栏子项之间的间距 更多...
 
int FormRowItemsSpace [get, set]
 表单行子项之间的间距 更多...
 
int TabStripTabSpace [get, set]
 选项卡标题之间的间距 更多...
 
string FormLabelSeparator [get, set]
 表单控件标签的分隔符 更多...
 
bool EnableShim [get, set]
 是否启用遮罩层(防止ActiveX、Flash等对象覆盖弹出窗体) 更多...
 
bool EnableAnimation [get, set]
 是否启用动画(仅Webkit浏览器支持动画效果) 更多...
 
bool EnableIFrameLoading [get, set]
 是否启用IFrame面板的页面加载提示 更多...
 
bool EnableAjax [get, set]
 是否启用AJAX 更多...
 
bool EnableAjaxLoading [get, set]
 是否显示AJAX提示 更多...
 
string AjaxLoadingType [get, set]
 AJAX提示的类型 更多...
 
int LoadingCSSNumber [get, set]
 CSS加载动画的类型 更多...
 
int LoadingImageNumber [get, set]
 图片加载动画的类型 更多...
 
string AjaxLoadingText [get, set]
 AJAX提示的文本 更多...
 
string LoadingImageUrl [get, set]
 自定义页面加载图片 更多...
 
string AjaxLoadingMaskText [get, set]
 Mask类型的AJAX提示文本 更多...
 
bool ShowAjaxLoadingMaskText [get, set]
 是否显示Mask类型的提示文本 更多...
 
int AjaxTimeout [get, set]
 客户端AJAX超时时间 更多...
 
bool DebugMode [get, set]
 是否启用调试模式 更多...
 
bool IEEdge [get, set]
 是否向页面输出IE=edge标识 更多...
 
bool ContentUTF8 [get, set]
 是否向页面输出utf-8标识 更多...
 
bool MobileAdaption [get, set]
 是否启用移动浏览器自适应 更多...
 
bool MAC2 [get, set]
 是否使用另外一种获取网卡地址的方式(PageManager::GetRequestIPMAC) 更多...
 
bool SimpleError [get, set]
 使用简单的提示框显示服务器返回的错误信息 更多...
 
bool EnableCompactMode [get, set]
 是否启用紧凑模式 更多...
 
bool EnableLargeMode [get, set]
 是否启用大字体模式 更多...
 
bool EnableFormChangeConfirm [get, set]
 是否启用表单改变确认对话框 更多...
 
string JSBasePath [get, set]
 JS文件夹所在的根目录 更多...
 
string IconBasePath [get, set]
 图标所在的根目录 更多...
 
string CustomThemeBasePath [get, set]
 自定义主题所在的根目录 更多...
 
string CustomTheme [get, set]
 自定义主题名称 更多...
 
string CustomThemeEmbedLoadingImage [get, set]
 自定义主题对应的内置加载图片 更多...
 
string CustomLanguageBasePath [get, set]
 自定义语言所在的根目录 更多...
 
string CustomLanguage [get, set]
 自定义语言名称 更多...
 
bool EnableFStateCompress [get, set]
 是否启用FState压缩(不支持!!) 更多...
 
bool EnableFStateValidation [get, set]
 是否启用FState验证(默认为false) 更多...
 
string DisplayMode [get, set]
 显示模式 更多...
 
bool CustomScrollbar [get, set]
 是否自定义滚动条样式(仅在桌面端Chrome、Edge、Safari浏览器下有效)(默认为false) 更多...
 

详细描述

FineUIPro在Web.config中的配置节

属性说明

◆ AjaxLoadingMaskText

string FineUIPro.ConfigSection.AjaxLoadingMaskText
getset

Mask类型的AJAX提示文本

◆ AjaxLoadingText

string FineUIPro.ConfigSection.AjaxLoadingText
getset

AJAX提示的文本

◆ AjaxLoadingType

string FineUIPro.ConfigSection.AjaxLoadingType
getset

AJAX提示的类型

◆ AjaxTimeout

int FineUIPro.ConfigSection.AjaxTimeout
getset

客户端AJAX超时时间

◆ ContentUTF8

bool FineUIPro.ConfigSection.ContentUTF8
getset

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

◆ CustomLanguage

string FineUIPro.ConfigSection.CustomLanguage
getset

自定义语言名称

◆ CustomLanguageBasePath

string FineUIPro.ConfigSection.CustomLanguageBasePath
getset

自定义语言所在的根目录

◆ CustomScrollbar

bool FineUIPro.ConfigSection.CustomScrollbar
getset

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

◆ CustomTheme

string FineUIPro.ConfigSection.CustomTheme
getset

自定义主题名称

◆ CustomThemeBasePath

string FineUIPro.ConfigSection.CustomThemeBasePath
getset

自定义主题所在的根目录

◆ CustomThemeEmbedLoadingImage

string FineUIPro.ConfigSection.CustomThemeEmbedLoadingImage
getset

自定义主题对应的内置加载图片

◆ DebugMode

bool FineUIPro.ConfigSection.DebugMode
getset

是否启用调试模式

◆ DisplayMode

string FineUIPro.ConfigSection.DisplayMode
getset

显示模式

◆ EnableAjax

bool FineUIPro.ConfigSection.EnableAjax
getset

是否启用AJAX

◆ EnableAjaxLoading

bool FineUIPro.ConfigSection.EnableAjaxLoading
getset

是否显示AJAX提示

◆ EnableAnimation

bool FineUIPro.ConfigSection.EnableAnimation
getset

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

◆ EnableCompactMode

bool FineUIPro.ConfigSection.EnableCompactMode
getset

是否启用紧凑模式

◆ EnableFormChangeConfirm

bool FineUIPro.ConfigSection.EnableFormChangeConfirm
getset

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

◆ EnableFStateCompress

bool FineUIPro.ConfigSection.EnableFStateCompress
getset

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

◆ EnableFStateValidation

bool FineUIPro.ConfigSection.EnableFStateValidation
getset

是否启用FState验证(默认为false)

◆ EnableIFrameLoading

bool FineUIPro.ConfigSection.EnableIFrameLoading
getset

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

◆ EnableLargeMode

bool FineUIPro.ConfigSection.EnableLargeMode
getset

是否启用大字体模式

◆ EnableShim

bool FineUIPro.ConfigSection.EnableShim
getset

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

◆ FormCommaSeparator

string FineUIPro.ConfigSection.FormCommaSeparator
getset

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

◆ FormDotSeparator

string FineUIPro.ConfigSection.FormDotSeparator
getset

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

◆ FormLabelAlign

string FineUIPro.ConfigSection.FormLabelAlign
getset

表单中标签的位置

◆ FormLabelSeparator

string FineUIPro.ConfigSection.FormLabelSeparator
getset

表单控件标签的分隔符

◆ FormLabelWidth

int FineUIPro.ConfigSection.FormLabelWidth
getset

表单控件标签的宽度

◆ FormMessageTarget

string FineUIPro.ConfigSection.FormMessageTarget
getset

表单验证消息的提示位置

◆ FormOffsetRight

int FineUIPro.ConfigSection.FormOffsetRight
getset

表单控件右侧距离边界的距离

◆ FormRedStarPosition

string FineUIPro.ConfigSection.FormRedStarPosition
getset

表单中红色星号的位置

◆ FormRowItemSpace

int FineUIPro.ConfigSection.FormRowItemSpace
getset

表单行子项之间的间距

◆ FormRowItemsSpace

int FineUIPro.ConfigSection.FormRowItemsSpace
getset

表单行子项之间的间距

◆ IconBasePath

string FineUIPro.ConfigSection.IconBasePath
getset

图标所在的根目录

◆ IEEdge

bool FineUIPro.ConfigSection.IEEdge
getset

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

◆ JSBasePath

string FineUIPro.ConfigSection.JSBasePath
getset

JS文件夹所在的根目录

◆ JSLibrary

string FineUIPro.ConfigSection.JSLibrary
getset

包含的JS库

◆ Language

string FineUIPro.ConfigSection.Language
getset

语言

◆ LoadingCSSNumber

int FineUIPro.ConfigSection.LoadingCSSNumber
getset

CSS加载动画的类型

◆ LoadingImageNumber

int FineUIPro.ConfigSection.LoadingImageNumber
getset

图片加载动画的类型

◆ LoadingImageUrl

string FineUIPro.ConfigSection.LoadingImageUrl
getset

自定义页面加载图片

◆ MAC2

bool FineUIPro.ConfigSection.MAC2
getset

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

◆ MobileAdaption

bool FineUIPro.ConfigSection.MobileAdaption
getset

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

◆ ShowAjaxLoadingMaskText

bool FineUIPro.ConfigSection.ShowAjaxLoadingMaskText
getset

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

◆ SimpleError

bool FineUIPro.ConfigSection.SimpleError
getset

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

◆ TabStripTabSpace

int FineUIPro.ConfigSection.TabStripTabSpace
getset

选项卡标题之间的间距

◆ Theme

string FineUIPro.ConfigSection.Theme
getset

主题

◆ ToolbarItemSpace

int FineUIPro.ConfigSection.ToolbarItemSpace
getset

工具栏子项之间的间距

◆ ToolbarItemsSpace

int FineUIPro.ConfigSection.ToolbarItemsSpace
getset

工具栏子项之间的间距


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