FineUIPro 10.0
企业级 ASP.NET UI 控件库
|
全局配置参数 更多...
静态 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] |
当前版本 | |
全局配置参数
|
static |
Mask类型的AJAX提示文本
|
static |
AJAX提示的文本
|
static |
AJAX提示的类型
|
static |
AJAX超时时间(单位:秒,默认:120s)
|
static |
根网址
|
static |
是否向页面输出utf-8标识
|
static |
自定义语言的名称
|
static |
自定义语言的根路径
|
static |
是否自定义滚动条样式(仅在桌面端Chrome、Edge、Safari浏览器下有效)(默认为false)
|
static |
自定义样式的名称
|
static |
自定义样式的根路径
|
static |
自定义样式对应的内置加载图片
|
static |
DEBUG 模式
|
static |
Refer:http://flimflan.com/blog/AccessingWebconfigAtDesignTimeInNET20.aspx
site |
|
static |
显示模式
|
static |
是否启用Ajax
|
static |
是否显示AJAX提示
|
static |
是否启用动画(仅Webkit浏览器支持动画效果)
|
static |
是否启用紧凑模式
|
static |
是否启用控件的圆角边框
|
static |
是否启用表单改变确认对话框
|
static |
是否启用FState压缩(不支持!!)
|
static |
是否启用FState验证
|
static |
启用IFrame面板的页面加载提示
|
static |
是否启用大字体模式
|
static |
是否启用遮罩层(防止ActiveX、Flash等对象覆盖弹出窗体)
|
static |
是否在客户端进行HTML编码
|
static |
千分位分隔符(默认为逗号)(仅限于数字输入框的客户端显示)
|
static |
小数分隔符(默认为点号)(仅限于数字输入框的客户端显示)
|
static |
表单中标签的位置
|
static |
表单中字段与标签的分隔符
|
static |
表单中字段标签的宽度
|
static |
表单中消息的位置
|
static |
表单中字段距离右侧的宽度
|
static |
表单中红色星号的位置
|
static |
表单行子项之间的间距
|
static |
图标的根路径
|
static |
是否向页面输出IE=edge标识
|
static |
包含的JS库
|
static |
语言
|
static |
CSS加载动画的数字编号
|
static |
图片加载动画的数字编号
|
static |
自定义页面加载图片
|
static |
是否使用另外一种获取网卡地址的方式(PageManager::GetRequestIPMAC)
|
static |
是否启用移动浏览器自适应
|
static |
是否显示Mask类型的提示文本
|
static |
使用简单的提示框显示服务器返回的错误信息
|
static |
选项卡标题之间的间距
|
static |
主题
|
static |
工具栏子项之间的间距
|
staticget |
产品名称
|
staticget |
当前版本