FineUIPro 11.6
企业级 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 BaseUrl [get, set]
 根网址
 
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)
 
bool EnableDefaultCorner [get, set]
 是否启用控件的圆角边框
 
bool EncodeText [get, set]
 是否启用HTML编码
 

详细描述

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超时时间

◆ BaseUrl

string FineUIPro.ConfigSection.BaseUrl
getset

根网址

◆ 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

是否启用紧凑模式

◆ EnableDefaultCorner

bool FineUIPro.ConfigSection.EnableDefaultCorner
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等对象覆盖弹出窗体)

◆ EncodeText

bool FineUIPro.ConfigSection.EncodeText
getset

是否启用HTML编码

◆ 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标识

◆ 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

工具栏子项之间的间距


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