参考手册

FineUI(开源版) 参考手册,包含所有控件的属性方法和事件的详细描述。

 全部  命名空间 函数 变量 枚举 枚举值 属性
属性 | 所有成员列表
FineUI.ConfigSection类 参考

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

继承自 ConfigurationSection .

属性

string Theme [get, set]
 主题 更多...
 
string Language [get, set]
 语言 更多...
 
string FormMessageTarget [get, set]
 表单验证消息的提示位置 更多...
 
string FormLabelAlign [get, set]
 表单中标签的位置 更多...
 
int FormOffsetRight [get, set]
 表单控件右侧距离边界的距离 更多...
 
int FormLabelWidth [get, set]
 表单控件标签的宽度 更多...
 
string FormLabelSeparator [get, set]
 表单控件标签的分隔符 更多...
 
bool EnableAjax [get, set]
 启用AJAX 更多...
 
bool EnableAjaxLoading [get, set]
 启用AJAX加载提示信息 更多...
 
string AjaxLoadingType [get, set]
 AJAX提示信息的类型 更多...
 
int AjaxTimeout [get, set]
 客户端AJAX超时时间 更多...
 
bool EnableBigFont [get, set]
 是否启用大字体(将ExtJS所有11px字体改为12px) 更多...
 
bool DebugMode [get, set]
 是否启用调试模式 更多...
 
string JSBasePath [get, set]
 JS文件夹所在的根目录 更多...
 
string IconBasePath [get, set]
 图标所在的根目录 更多...
 
string CustomThemeBasePath [get, set]
 自定义主题所在的根目录 更多...
 
string CustomTheme [get, set]
 自定义主题名称 更多...
 
bool EnableFStateCompress [get, set]
 是否启用FState压缩(默认为true) 更多...
 

详细描述

FineUI在Web.config中的配置节

属性说明

string FineUI.ConfigSection.AjaxLoadingType
getset

AJAX提示信息的类型

int FineUI.ConfigSection.AjaxTimeout
getset

客户端AJAX超时时间

string FineUI.ConfigSection.CustomTheme
getset

自定义主题名称

string FineUI.ConfigSection.CustomThemeBasePath
getset

自定义主题所在的根目录

bool FineUI.ConfigSection.DebugMode
getset

是否启用调试模式

bool FineUI.ConfigSection.EnableAjax
getset

启用AJAX

bool FineUI.ConfigSection.EnableAjaxLoading
getset

启用AJAX加载提示信息

bool FineUI.ConfigSection.EnableBigFont
getset

是否启用大字体(将ExtJS所有11px字体改为12px)

bool FineUI.ConfigSection.EnableFStateCompress
getset

是否启用FState压缩(默认为true)

string FineUI.ConfigSection.FormLabelAlign
getset

表单中标签的位置

string FineUI.ConfigSection.FormLabelSeparator
getset

表单控件标签的分隔符

int FineUI.ConfigSection.FormLabelWidth
getset

表单控件标签的宽度

string FineUI.ConfigSection.FormMessageTarget
getset

表单验证消息的提示位置

int FineUI.ConfigSection.FormOffsetRight
getset

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

string FineUI.ConfigSection.IconBasePath
getset

图标所在的根目录

string FineUI.ConfigSection.JSBasePath
getset

JS文件夹所在的根目录

string FineUI.ConfigSection.Language
getset

语言

string FineUI.ConfigSection.Theme
getset

主题


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