FineUI
表单容器控件基类
可折叠面板控件基类(抽象类)
面板控件基类(抽象类)
容器控件基类(抽象类)
控件基类(抽象类)
控件基类(抽象类)
控件基类(抽象类)
构造函数
添加服务器AJAX属性
属性列表
添加客户端AJAX属性
属性列表
添加Gzip压缩属性
属性列表
标示是否初始化完成
页面初始化事件
在备份初始化属性之前修改属性值
此时对控件的属性做修改是安全的:
1. 页面第一次加载时,运行到这里 ASPX 上面的标签已经初始化完毕
2. 页面回发时(包括正常回发或者AJAX回发),此时请求表单中 X_STATE 已经恢复完毕
重载 RenderControl,为了向子控件公开 RenderBeginTag 和 RenderEndTag 两个方法
服务器控件输出流
渲染控件的开始标签
输出流
渲染控件的结束标签
输出流
渲染 HTML 之前调用
渲染 HTML 之前调用(计算被修改属性列表之前调用,可以在此修改属性)
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
获取XState的JS变量
回发过程中此属性是否被改变
如果是客户端可以改变的属性,仅在服务器端改变时才返回 true,
(如果仅是客户端改变,则返回 false,因为客户端改变的属性不需要再输出相应的 JavaScript 脚本)
回发过程中这些属性是否被改变
只要任何属性被改变,就返回 true
从JObject恢复控件的属性
对象属性的JObject形式
将控件的属性列表转化为JObject对象
属性列表
属性列表的JObject形式
AJAX 回发阶段,添加反映属性改变的 JavaScript 脚本
AJAX 回发阶段,添加反映属性改变的 JavaScript 脚本
添加CSS样式
键
CSS内容
删除CSS样式
键
向页面添加控件无关脚本
客户端脚本
向页面添加控件无关脚本
客户端脚本
脚本层级
添加控件相关脚本
客户端脚本
获取 Hidden 属性改变的 JavaScript 脚本
有些控件可能需要特别的逻辑,因此这里为虚函数(比如 Window 控件)
客户端脚本
获取 Enabled 属性改变的 JavaScript 脚本
有些控件可能需要特别的逻辑,因此这里为虚函数
客户端脚本
获取回发页面的客户端脚本(比如:__doPostBack('btnChangeEnable','');)
客户端脚本
获取回发页面的客户端脚本(比如:__doPostBack('btnChangeEnable','true');)
事件参数
客户端脚本
获取修改隐藏表单字段值的脚本(如果此隐藏表单字段不存在,则添加)
隐藏字段ID
隐藏字段值
获取修改隐藏表单字段值的脚本(如果此隐藏表单字段不存在,则添加)
隐藏字段ID
隐藏字段值
隐藏字段所在的页面对象(JavaScript实例window)
客户端脚本
添加Attributes中的属性值
HtmlNodeBuilder对象
XState用来在服务器和客户端之间持久化控件状态。
目前Gzippped的属性支持JObject/JArray/String类型
JavaScript中使用ID(比如:x0, x1)
获取控件实例的JavaScript代码(比如:X('RegionPanel1_Button1'))
是否向页面输出控件的外部容器(默认:true)
否:只创建Javascript对象而不添加到页面中
是:创建Javascript对象,并添加到页面中,页面上添加占位符
参数对象创建器
从 HTTP 请求中恢复当前控件的状态
比如当前请求 Request.Form["X_STATE"] = {"btnClientClick":{"OnClientClick":"X.util.alert(\"This is an alert dialog\",\"\",Ext.MessageBox.INFO,'');"},"btnPressed":{"Pressed":false}}
并且当前控件的 ClientID 是 "btnPressed",则返回值为 JObject 对象 {"Pressed":false}
此控件所在的集合分组,只在BaseCollection中使用
不支持此属性(禁用控件默认的ViewState)
控件的客户端ID(比如:RegionPanel1_Button1)
控件外部容器的客户端ID(比如:Button1_wrapper)
产品名称
产品版本
HTML标签属性
控件ID
[AJAX属性]是否可用
指示控件是否被渲染出来(如果想要显示隐藏控件,请使用Hidden属性)
[AJAX属性]是否隐藏控件
隐藏模式
是否启用AJAX
是否启用XState压缩(默认为true)
是否启用Ajax正在加载提示
Ajax正在加载提示的类型
是否处于FineUI的AJAX回发过程
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
使控件获得焦点
使控件获得焦点,并选中控件中的文本内容
是否选中控件中的文本内容
使控件获得焦点,并选中控件中的文本内容
是否选中控件中的文本内容
使控件获得焦点前延迟的毫秒数
获得使控件获得焦点的脚本
JS脚本
获得使控件获得焦点,并选中控件中的文本内容的脚本
是否选中控件中的文本内容
JS脚本
获得使控件获得焦点,并选中控件中的文本内容的脚本
是否选中控件中的文本内容
使控件获得焦点前延迟的毫秒数
JS脚本
为已经添加到OB中的Style增加新的样式
注意:这个key-value不会保存到属性CssStyle中
页面加载后立即获得焦点
[AJAX属性]控件样式类名
[AJAX属性]控件样式
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
宽度
高度
锚点值(当父容器的Layout=Anchor时有效)
列的宽度(当父容器的Layout=Column时有效)
行的宽度(当父容器的Layout=Row时有效)
绝对定位的X坐标(当父容器的Layout=Absolute时有效)
绝对定位的Y坐标(当父容器的Layout=Absolute时有效)
表格列数(当父容器的Layout=Table时有效)
表格合并行(当父容器的Layout=Table时有效)
表格合并列(当父容器的Layout=Table时有效)
控制子控件的位置(当本容器的Layout=VBox或者HBox时有效)
控制子控件的位置(当本容器的Layout=VBox或者HBox时有效)
内边距(当本容器的Layout=VBox或者HBox时有效)
子控件的外边距(当本容器的Layout=VBox或者HBox时有效)
控制子控件的尺寸(当父容器的Layout=VBox或者HBox时有效)
外边距(当父容器的Layout=VBox或者HBox时有效)
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
不支持此属性
布局类型
构造函数
渲染控件的开始标签
输出流
渲染控件的结束标签
输出流
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
刷新面板中的IFrame页面
获取刷新面板中IFrame页面的客户端脚本
客户端脚本
重置面板中所有字段
获取重置面板中所有字段的客户端脚本
是否自动滚动
页脚工具栏的排列位置
启用自定义的圆角边框
废弃EnableBackgroundColor属性,以便和ExtJS保持一致。
内容区域的样式
内容区域的内边距,字符串类型,可以设置上下左右的内边距,比如'0px 5px'或'5px 10px 2px 2px'
是否显示边框
工具栏控件
子控件
[AJAX属性]IFrame的地址
IFrame的名称
是否启用IFrame
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理回发数据
回发数据键
回发数据集
回发数据是否改变
触发回发数据改变事件
是否展开
[AJAX属性]是否折叠
是否允许折叠
[AJAX属性]标题
是否显示标题栏
图标地址
图标
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
不支持此属性
不支持此属性
不支持此属性
[只读]布局类型
标签的宽度
标签与字段的分隔符
距离右侧边界的宽度
标签的位置
表单中消息的位置
表单文本输入框字段基类(抽象类)
表单文本输入框字段基类(抽象类)
表单字段基类(抽象类)
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
重置此字段的值(比如用来清空FileUpload的内容)
获取重置此字段的客户端脚本
获取此字段值的客户端脚本(注意返回的脚本不带结束分号)
客户端脚本
是否显示标签
是否显示空白的标签
[AJAX属性]标签文本
表单中字段与标签的分隔符
在标签后面显示红色的星号(用来标识必填项)
[AJAX属性]表单控件的只读状态
Tab按键的跳转顺序
距离右侧边界的宽度
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
设置字段验证失败的提示信息
提示信息
清除验证失败的提示信息
获取字段验证失败提示信息的客户端脚本
提示信息
客户端脚本
获取清除验证失败提示信息的客户端脚本
客户端脚本
是否必填项
为空时提示信息
最大长度
超过最大长度时提示信息
最小长度
少于最小长度时提示信息
RegexPattern
正则表达式
不满足正则表达式时提示信息
正则表达式是否忽略大小写
需要比较的控件ID
需要比较的值
比较操作符
比较的类型
不满足比较条件时提示信息
下一步获得焦点的控件(响应回车事件)
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理回发数据
回发数据键
回发数据集
回发数据是否改变
触发回发数据改变事件
触发文本改变事件
事件参数
处理回发事件
事件参数
触发失去焦点事件
事件参数
文本框为空时显示的文本
[AJAX属性]文本
是否自动回发(文本值改变)
启用失去焦点事件
文本改变事件(需要启用AutoPostBack)
失去焦点事件(需要启用EnableBlurEvent)
表格可编辑字段的类型
自动(默认值)
字符串
整型
浮点数
布尔型
日期
表格可编辑字段的类型名称
表格可编辑字段渲染器
无(默认值)
首字母大写
日期(RendererArgument来指定日期格式化字符串)
RendererArgument:
1. d 月中的某一天。一位数的日期没有前导零。
2. dd 月中的某一天。一位数的日期有一个前导零。
3. ddd 周中某天的缩写名称,在 AbbreviatedDayNames 中定义。
4. dddd 周中某天的完整名称,在 DayNames 中定义。
5. M 月份数字。一位数的月份没有前导零。
6. MM 月份数字。一位数的月份有一个前导零。
7. MMM 月份的缩写名称,在 AbbreviatedMonthNames 中定义。
8. MMMM 月份的完整名称,在 MonthNames 中定义。
9. y 不包含纪元的年份。如果不包含纪元的年份小于 10,则显示不具有前导零的年份。
10. yy 不包含纪元的年份。如果不包含纪元的年份小于 10,则显示具有前导零的年份。
11. yyyy 包括纪元的四位数的年份。
截断字符串并添加省略号(RendererArgument来指定最大长度)
文件大小
HTML编码
HTML解码
转化为小写字符
转化为大写字符
换行符转换为HTML标签
格式化为数字(RendererArgument来指定数字的显示格式)
RendererArgument:
1. 0 - (123456) 只显示数字,没有精度
2. 0.00 - (123456.78) 只显示数字,两位精度
3. 0.0000 - (123456.7890) 只显示数字,四位精度
4. 0,000 - (123,456) 显示数字和逗号,没有精度
5. 0,000.00 - (123,456.78) 显示数字和逗号,两位精度
删除所有的脚本标签
删除所有的标签
清除字符串两端的空白字符
美元
表格可编辑字段渲染器名称
表单客户端验证提示消息的类型
浮动提示(默认值)
使用HTML标签的title属性
在字段下面通过一个div层来显示消息
在字段右侧显示一个错误图标
不显示错误信息
提示消息的类型名称
复选框/单选框/复选框菜单按钮的事件参数
构造函数
是否选中
是否选中
控件集合
控件集合
构造函数
父控件实例
向集合中插入一个元素
删除集合中的一个元素
清空集合
获取类型 T 在父控件子集中的开始位置
构造函数
父控件实例
控件集合
构造函数
父控件实例
控件内部不允许存在非标签形式的字符串
不允许空白字符
忽略游离于标签外的字符串
支持页分析器生成控件及其包含的子控件
允许空白字符
不忽略游离于标签外的字符串
全局配置参数
初始化section对象,如果在Web.config中没有定义,则初始化为空对象
Runtime Section
Refer:http://flimflan.com/blog/AccessingWebconfigAtDesignTimeInNET20.aspx
主题
语言
表单中消息的位置
表单中标签的位置
表单中字段距离右侧的宽度
表单中字段标签的宽度
表单中字段与标签的分隔符
AJAX超时时间(单位:秒,默认:60s)
是否启用Ajax
是否启用AJAX提示
AJAX提示的类型
DEBUG 模式
图标的根路径
Extjs库的根路径
自定义样式的根路径
自定义样式的名称
是否启用XState压缩
获取默认的背景颜色
用于CSS的背景颜色值
产品名称
当前版本
为设计时提供集合编辑器
构造函数
控件类型
获取此集合编辑器可包含的数据类型
类型集合
为设计时提供的菜单项集合编辑器
构造函数
控件类型
获取此集合编辑器可包含的数据类型
类型集合
为设计时提供的工具栏项集合编辑器
构造函数
控件类型
获取此集合编辑器可包含的数据类型
类型集合
为设计时提供的表格列编辑器集合编辑器
构造函数
控件类型
获取此集合编辑器可包含的数据类型
类型集合
相比较的数据类型(用于表单控件的客户端验证)
浮点数
整形
字符串(默认值)
隐藏的模式
通过设置CSS属性visibility来控制显示隐藏
通过设置CSS属性top/left来控制显示隐藏
通过设置CSS属性display来控制显示隐藏(默认值)
隐藏的模式名称
预定义图标
None
Accept
Add
Anchor
Application
ApplicationAdd
ApplicationCascade
ApplicationDelete
ApplicationDouble
ApplicationEdit
ApplicationError
ApplicationForm
ApplicationFormAdd
ApplicationFormDelete
ApplicationFormEdit
ApplicationFormMagnify
ApplicationGet
ApplicationGo
ApplicationHome
ApplicationKey
ApplicationLightning
ApplicationLink
ApplicationOsx
ApplicationOsxAdd
ApplicationOsxCascade
ApplicationOsxDelete
ApplicationOsxDouble
ApplicationOsxError
ApplicationOsxGet
ApplicationOsxGo
ApplicationOsxHome
ApplicationOsxKey
ApplicationOsxLightning
ApplicationOsxLink
ApplicationOsxSplit
ApplicationOsxStart
ApplicationOsxStop
ApplicationOsxTerminal
ApplicationPut
ApplicationSideBoxes
ApplicationSideContract
ApplicationSideExpand
ApplicationSideList
ApplicationSideTree
ApplicationSplit
ApplicationStart
ApplicationStop
ApplicationTileHorizontal
ApplicationTileVertical
ApplicationViewColumns
ApplicationViewDetail
ApplicationViewGallery
ApplicationViewIcons
ApplicationViewList
ApplicationViewTile
ApplicationXp
ApplicationXpTerminal
ArrowBranch
ArrowDivide
ArrowDown
ArrowEw
ArrowIn
ArrowInout
ArrowInLonger
ArrowJoin
ArrowLeft
ArrowMerge
ArrowNe
ArrowNs
ArrowNsew
ArrowNw
ArrowNwNeSwSe
ArrowNwSe
ArrowOut
ArrowOutLonger
ArrowRedo
ArrowRefresh
ArrowRefreshSmall
ArrowRight
ArrowRotateAnticlockwise
ArrowRotateClockwise
ArrowSe
ArrowSw
ArrowSwitch
ArrowSwitchBluegreen
ArrowSwNe
ArrowTurnLeft
ArrowTurnRight
ArrowUndo
ArrowUp
AsteriskOrange
AsteriskRed
AsteriskYellow
Attach
AwardStarAdd
AwardStarBronze1
AwardStarBronze2
AwardStarBronze3
AwardStarDelete
AwardStarGold1
AwardStarGold2
AwardStarGold3
AwardStarSilver1
AwardStarSilver2
AwardStarSilver3
Basket
BasketAdd
BasketDelete
BasketEdit
BasketError
BasketGo
BasketPut
BasketRemove
Bell
BellAdd
BellDelete
BellError
BellGo
BellLink
BellSilver
BellSilverStart
BellSilverStop
BellStart
BellStop
Bin
BinClosed
BinEmpty
Blank
Bomb
Book
Bookmark
BookmarkAdd
BookmarkDelete
BookmarkEdit
BookmarkError
BookmarkGo
BookAdd
BookAddresses
BookAddressesAdd
BookAddressesDelete
BookAddressesEdit
BookAddressesError
BookAddressesKey
BookDelete
BookEdit
BookError
BookGo
BookKey
BookLink
BookMagnify
BookNext
BookOpen
BookOpenMark
BookPrevious
BookRed
BookTabs
BorderAll
BorderBottom
BorderDraw
BorderInner
BorderInnerHorizontal
BorderInnerVertical
BorderLeft
BorderNone
BorderOuter
BorderRight
BorderTop
Box
BoxError
BoxPicture
BoxWorld
Brick
Bricks
BrickAdd
BrickDelete
BrickEdit
BrickError
BrickGo
BrickLink
BrickMagnify
Briefcase
Bug
BugAdd
BugDelete
BugEdit
BugError
BugFix
BugGo
BugLink
BugMagnify
Build
Building
BuildingAdd
BuildingDelete
BuildingEdit
BuildingError
BuildingGo
BuildingKey
BuildingLink
BuildCancel
BulletAdd
BulletArrowBottom
BulletArrowDown
BulletArrowTop
BulletArrowUp
BulletBlack
BulletBlue
BulletConnect
BulletCross
BulletDatabase
BulletDatabaseYellow
BulletDelete
BulletDisk
BulletEarth
BulletEdit
BulletEject
BulletError
BulletFeed
BulletGet
BulletGo
BulletGreen
BulletHome
BulletKey
BulletLeft
BulletLightning
BulletMagnify
BulletMinus
BulletOrange
BulletPageWhite
BulletPicture
BulletPink
BulletPlus
BulletPurple
BulletRed
BulletRight
BulletShape
BulletSparkle
BulletStar
BulletStart
BulletStop
BulletStopAlt
BulletTick
BulletToggleMinus
BulletTogglePlus
BulletWhite
BulletWrench
BulletWrenchRed
BulletYellow
Button
Cake
CakeOut
CakeSliced
Calculator
CalculatorAdd
CalculatorDelete
CalculatorEdit
CalculatorError
CalculatorLink
Calendar
CalendarAdd
CalendarDelete
CalendarEdit
CalendarLink
CalendarSelectDay
CalendarSelectNone
CalendarSelectWeek
CalendarStar
CalendarViewDay
CalendarViewMonth
CalendarViewWeek
Camera
CameraAdd
CameraConnect
CameraDelete
CameraEdit
CameraError
CameraGo
CameraLink
CameraMagnify
CameraPicture
CameraSmall
CameraStart
CameraStop
Cancel
Car
Cart
CartAdd
CartDelete
CartEdit
CartError
CartFull
CartGo
CartMagnify
CartPut
CartRemove
CarAdd
CarDelete
CarError
CarRed
CarStart
CarStop
Cd
Cdr
CdrAdd
CdrBurn
CdrCross
CdrDelete
CdrEdit
CdrEject
CdrError
CdrGo
CdrMagnify
CdrPlay
CdrStart
CdrStop
CdrStopAlt
CdrTick
CdAdd
CdBurn
CdDelete
CdEdit
CdEject
CdGo
CdMagnify
CdPlay
CdStop
CdStopAlt
CdTick
ChartBar
ChartBarAdd
ChartBarDelete
ChartBarEdit
ChartBarError
ChartBarLink
ChartCurve
ChartCurveAdd
ChartCurveDelete
ChartCurveEdit
ChartCurveError
ChartCurveGo
ChartCurveLink
ChartLine
ChartLineAdd
ChartLineDelete
ChartLineEdit
ChartLineError
ChartLineLink
ChartOrganisation
ChartOrganisationAdd
ChartOrganisationDelete
ChartOrgInverted
ChartPie
ChartPieAdd
ChartPieDelete
ChartPieEdit
ChartPieError
ChartPieLightning
ChartPieLink
CheckError
Clipboard
Clock
ClockAdd
ClockDelete
ClockEdit
ClockError
ClockGo
ClockLink
ClockPause
ClockPlay
ClockRed
ClockStart
ClockStop
ClockStop2
Cmy
Cog
CogAdd
CogDelete
CogEdit
CogError
CogGo
CogStart
CogStop
Coins
CoinsAdd
CoinsDelete
Color
ColorSwatch
ColorWheel
Comment
Comments
CommentsAdd
CommentsDelete
CommentAdd
CommentDelete
CommentDull
CommentEdit
CommentPlay
CommentRecord
Compass
Compress
Computer
ComputerAdd
ComputerConnect
ComputerDelete
ComputerEdit
ComputerError
ComputerGo
ComputerKey
ComputerLink
ComputerMagnify
ComputerOff
ComputerStart
ComputerStop
ComputerWrench
Connect
Contrast
ContrastDecrease
ContrastHigh
ContrastIncrease
ContrastLow
Controller
ControllerAdd
ControllerDelete
ControllerError
ControlAdd
ControlAddBlue
ControlBlank
ControlBlankBlue
ControlEject
ControlEjectBlue
ControlEnd
ControlEndBlue
ControlEqualizer
ControlEqualizerBlue
ControlFastforward
ControlFastforwardBlue
ControlPause
ControlPauseBlue
ControlPlay
ControlPlayBlue
ControlPower
ControlPowerBlue
ControlRecord
ControlRecordBlue
ControlRemove
ControlRemoveBlue
ControlRepeat
ControlRepeatBlue
ControlRewind
ControlRewindBlue
ControlStart
ControlStartBlue
ControlStop
ControlStopBlue
Creditcards
Cross
Css
CssAdd
CssDelete
CssError
CssGo
CssValid
Cup
CupAdd
CupBlack
CupDelete
CupEdit
CupError
CupGo
CupGreen
CupKey
CupLink
CupTea
Cursor
CursorSmall
Cut
CutRed
Database
DatabaseAdd
DatabaseConnect
DatabaseCopy
DatabaseDelete
DatabaseEdit
DatabaseError
DatabaseGear
DatabaseGo
DatabaseKey
DatabaseLightning
DatabaseLink
DatabaseRefresh
DatabaseSave
DatabaseStart
DatabaseStop
DatabaseTable
DatabaseWrench
DatabaseYellow
DatabaseYellowStart
DatabaseYellowStop
Date
DateAdd
DateDelete
DateEdit
DateError
DateGo
DateLink
DateMagnify
DateNext
DatePrevious
Decline
Delete
DeviceStylus
Disconnect
Disk
DiskBlack
DiskBlackError
DiskBlackMagnify
DiskDownload
DiskEdit
DiskError
DiskMagnify
DiskMultiple
DiskUpload
Door
DoorError
DoorIn
DoorOpen
DoorOut
Drink
DrinkEmpty
DrinkRed
Drive
DriveAdd
DriveBurn
DriveCd
DriveCdr
DriveCdEmpty
DriveDelete
DriveDisk
DriveEdit
DriveError
DriveGo
DriveKey
DriveLink
DriveMagnify
DriveNetwork
DriveNetworkError
DriveNetworkStop
DriveRename
DriveUser
DriveWeb
Dvd
DvdAdd
DvdDelete
DvdEdit
DvdError
DvdGo
DvdKey
DvdLink
DvdStart
DvdStop
EjectBlue
EjectGreen
Email
EmailAdd
EmailAttach
EmailDelete
EmailEdit
EmailError
EmailGo
EmailLink
EmailMagnify
EmailOpen
EmailOpenImage
EmailStar
EmailStart
EmailStop
EmailTransfer
EmoticonEvilgrin
EmoticonGrin
EmoticonHappy
EmoticonSmile
EmoticonSurprised
EmoticonTongue
EmoticonUnhappy
EmoticonWaii
EmoticonWink
Erase
Error
ErrorAdd
ErrorDelete
ErrorGo
Exclamation
Eye
Eyes
Feed
FeedAdd
FeedDelete
FeedDisk
FeedEdit
FeedError
FeedGo
FeedKey
FeedLink
FeedMagnify
FeedStar
Female
Film
FilmAdd
FilmDelete
FilmEdit
FilmEject
FilmError
FilmGo
FilmKey
FilmLink
FilmMagnify
FilmSave
FilmStar
FilmStart
FilmStop
Find
FingerPoint
FlagAd
FlagAe
FlagAf
FlagAg
FlagAi
FlagAl
FlagAm
FlagAn
FlagAo
FlagAr
FlagAs
FlagAt
FlagAu
FlagAw
FlagAx
FlagAz
FlagBa
FlagBb
FlagBd
FlagBe
FlagBf
FlagBg
FlagBh
FlagBi
FlagBj
FlagBlack
FlagBlue
FlagBm
FlagBn
FlagBo
FlagBr
FlagBs
FlagBt
FlagBv
FlagBw
FlagBy
FlagBz
FlagCa
FlagCatalonia
FlagCc
FlagCd
FlagCf
FlagCg
FlagCh
FlagChecked
FlagCi
FlagCk
FlagCl
FlagCm
FlagCn
FlagCo
FlagCr
FlagCs
FlagCu
FlagCv
FlagCx
FlagCy
FlagCz
FlagDe
FlagDj
FlagDk
FlagDm
FlagDo
FlagDz
FlagEc
FlagEe
FlagEg
FlagEh
FlagEngland
FlagEr
FlagEs
FlagEt
FlagEuropeanunion
FlagFam
FlagFi
FlagFj
FlagFk
FlagFm
FlagFo
FlagFr
FlagFrance
FlagGa
FlagGb
FlagGd
FlagGe
FlagGf
FlagGg
FlagGh
FlagGi
FlagGl
FlagGm
FlagGn
FlagGp
FlagGq
FlagGr
FlagGreen
FlagGrey
FlagGs
FlagGt
FlagGu
FlagGw
FlagGy
FlagHk
FlagHm
FlagHn
FlagHr
FlagHt
FlagHu
FlagId
FlagIe
FlagIl
FlagIn
FlagIo
FlagIq
FlagIr
FlagIs
FlagIt
FlagJm
FlagJo
FlagJp
FlagKe
FlagKg
FlagKh
FlagKi
FlagKm
FlagKn
FlagKp
FlagKr
FlagKw
FlagKy
FlagKz
FlagLa
FlagLb
FlagLc
FlagLi
FlagLk
FlagLr
FlagLs
FlagLt
FlagLu
FlagLv
FlagLy
FlagMa
FlagMc
FlagMd
FlagMe
FlagMg
FlagMh
FlagMk
FlagMl
FlagMm
FlagMn
FlagMo
FlagMp
FlagMq
FlagMr
FlagMs
FlagMt
FlagMu
FlagMv
FlagMw
FlagMx
FlagMy
FlagMz
FlagNa
FlagNc
FlagNe
FlagNf
FlagNg
FlagNi
FlagNl
FlagNo
FlagNp
FlagNr
FlagNu
FlagNz
FlagOm
FlagOrange
FlagPa
FlagPe
FlagPf
FlagPg
FlagPh
FlagPink
FlagPk
FlagPl
FlagPm
FlagPn
FlagPr
FlagPs
FlagPt
FlagPurple
FlagPw
FlagPy
FlagQa
FlagRe
FlagRed
FlagRo
FlagRs
FlagRu
FlagRw
FlagSa
FlagSb
FlagSc
FlagScotland
FlagSd
FlagSe
FlagSg
FlagSh
FlagSi
FlagSj
FlagSk
FlagSl
FlagSm
FlagSn
FlagSo
FlagSr
FlagSt
FlagSv
FlagSy
FlagSz
FlagTc
FlagTd
FlagTf
FlagTg
FlagTh
FlagTj
FlagTk
FlagTl
FlagTm
FlagTn
FlagTo
FlagTr
FlagTt
FlagTv
FlagTw
FlagTz
FlagUa
FlagUg
FlagUm
FlagUs
FlagUy
FlagUz
FlagVa
FlagVc
FlagVe
FlagVg
FlagVi
FlagVn
FlagVu
FlagWales
FlagWf
FlagWhite
FlagWs
FlagYe
FlagYellow
FlagYt
FlagZa
FlagZm
FlagZw
FlowerDaisy
Folder
FolderAdd
FolderBell
FolderBookmark
FolderBrick
FolderBug
FolderCamera
FolderConnect
FolderDatabase
FolderDelete
FolderEdit
FolderError
FolderExplore
FolderFeed
FolderFilm
FolderFind
FolderFont
FolderGo
FolderHeart
FolderHome
FolderImage
FolderKey
FolderLightbulb
FolderLink
FolderMagnify
FolderPage
FolderPageWhite
FolderPalette
FolderPicture
FolderStar
FolderTable
FolderUp
FolderUser
FolderWrench
Font
FontAdd
FontColor
FontDelete
FontGo
FontLarger
FontSmaller
ForwardBlue
ForwardGreen
Group
GroupAdd
GroupDelete
GroupEdit
GroupError
GroupGear
GroupGo
GroupKey
GroupLink
Heart
HeartAdd
HeartBroken
HeartConnect
HeartDelete
Help
Hourglass
HourglassAdd
HourglassDelete
HourglassGo
HourglassLink
House
HouseConnect
HouseGo
HouseKey
HouseLink
HouseStar
Html
HtmlAdd
HtmlDelete
HtmlError
HtmlGo
HtmlValid
Image
Images
ImageAdd
ImageDelete
ImageEdit
ImageLink
ImageMagnify
ImageStar
Information
Ipod
IpodCast
IpodCastAdd
IpodCastDelete
IpodConnect
IpodNano
IpodNanoConnect
IpodSound
Joystick
JoystickAdd
JoystickConnect
JoystickDelete
JoystickError
Key
Keyboard
KeyboardAdd
KeyboardConnect
KeyboardDelete
KeyboardMagnify
KeyAdd
KeyDelete
KeyGo
KeyStart
KeyStop
Laptop
LaptopAdd
LaptopConnect
LaptopDelete
LaptopDisk
LaptopEdit
LaptopError
LaptopGo
LaptopKey
LaptopLink
LaptopMagnify
LaptopStart
LaptopStop
LaptopWrench
Layers
Layout
LayoutAdd
LayoutContent
LayoutDelete
LayoutEdit
LayoutError
LayoutHeader
LayoutKey
LayoutLightning
LayoutLink
LayoutSidebar
Lightbulb
LightbulbAdd
LightbulbDelete
LightbulbOff
Lightning
LightningAdd
LightningDelete
LightningGo
Link
LinkAdd
LinkBreak
LinkDelete
LinkEdit
LinkError
LinkGo
Lock
LockAdd
LockBreak
LockDelete
LockEdit
LockGo
LockKey
LockOpen
LockStart
LockStop
Lorry
LorryAdd
LorryDelete
LorryError
LorryFlatbed
LorryGo
LorryLink
LorryStart
LorryStop
MagifierZoomOut
Magnifier
MagnifierZoomIn
Mail
Male
Map
MapAdd
MapClipboard
MapCursor
MapDelete
MapEdit
MapError
MapGo
MapLink
MapMagnify
MapStart
MapStop
MedalBronze1
MedalBronze2
MedalBronze3
MedalBronzeAdd
MedalBronzeDelete
MedalGold1
MedalGold2
MedalGold3
MedalGoldAdd
MedalGoldDelete
MedalSilver1
MedalSilver2
MedalSilver3
MedalSilverAdd
MedalSilverDelete
Money
MoneyAdd
MoneyDelete
MoneyDollar
MoneyEuro
MoneyPound
MoneyYen
Monitor
MonitorAdd
MonitorDelete
MonitorEdit
MonitorError
MonitorGo
MonitorKey
MonitorLightning
MonitorLink
MoonFull
Mouse
MouseAdd
MouseDelete
MouseError
Music
MusicNote
Neighbourhood
New
Newspaper
NewspaperAdd
NewspaperDelete
NewspaperGo
NewspaperLink
NewBlue
NewRed
NextBlue
NextGreen
Note
NoteAdd
NoteDelete
NoteEdit
NoteError
NoteGo
Outline
Overlays
Package
PackageAdd
PackageDelete
PackageDown
PackageGo
PackageGreen
PackageIn
PackageLink
PackageSe
PackageStart
PackageStop
PackageWhite
Page
PageAdd
PageAttach
PageBack
PageBreak
PageBreakInsert
PageCancel
PageCode
PageCopy
PageDelete
PageEdit
PageError
PageExcel
PageFind
PageForward
PageGear
PageGo
PageGreen
PageHeaderFooter
PageKey
PageLandscape
PageLandscapeShot
PageLightning
PageLink
PageMagnify
PagePaintbrush
PagePaste
PagePortrait
PagePortraitShot
PageRed
PageRefresh
PageSave
PageWhite
PageWhiteAcrobat
PageWhiteActionscript
PageWhiteAdd
PageWhiteBreak
PageWhiteC
PageWhiteCamera
PageWhiteCd
PageWhiteCdr
PageWhiteCode
PageWhiteCodeRed
PageWhiteColdfusion
PageWhiteCompressed
PageWhiteConnect
PageWhiteCopy
PageWhiteCplusplus
PageWhiteCsharp
PageWhiteCup
PageWhiteDatabase
PageWhiteDatabaseYellow
PageWhiteDelete
PageWhiteDvd
PageWhiteEdit
PageWhiteError
PageWhiteExcel
PageWhiteFind
PageWhiteFlash
PageWhiteFont
PageWhiteFreehand
PageWhiteGear
PageWhiteGet
PageWhiteGo
PageWhiteH
PageWhiteHorizontal
PageWhiteKey
PageWhiteLightning
PageWhiteLink
PageWhiteMagnify
PageWhiteMedal
PageWhiteOffice
PageWhitePaint
PageWhitePaintbrush
PageWhitePaint2
PageWhitePaste
PageWhitePasteTable
PageWhitePhp
PageWhitePicture
PageWhitePowerpoint
PageWhitePut
PageWhiteRefresh
PageWhiteRuby
PageWhiteSideBySide
PageWhiteStack
PageWhiteStar
PageWhiteSwoosh
PageWhiteText
PageWhiteTextWidth
PageWhiteTux
PageWhiteVector
PageWhiteVisualstudio
PageWhiteWidth
PageWhiteWord
PageWhiteWorld
PageWhiteWrench
PageWhiteZip
PageWord
PageWorld
Paint
Paintbrush
PaintbrushColor
Paintcan
PaintcanRed
PaintCanBrush
Palette
PastePlain
PasteWord
PauseBlue
PauseGreen
PauseRecord
Pencil
PencilAdd
PencilDelete
PencilGo
Phone
PhoneAdd
PhoneDelete
PhoneEdit
PhoneError
PhoneGo
PhoneKey
PhoneLink
PhoneSound
PhoneStart
PhoneStop
Photo
Photos
PhotoAdd
PhotoDelete
PhotoEdit
PhotoLink
PhotoPaint
Picture
Pictures
PicturesThumbs
PictureAdd
PictureClipboard
PictureDelete
PictureEdit
PictureEmpty
PictureError
PictureGo
PictureKey
PictureLink
PictureSave
Pilcrow
Pill
PillAdd
PillDelete
PillError
PillGo
PlayBlue
PlayGreen
Plugin
PluginAdd
PluginDelete
PluginDisabled
PluginEdit
PluginError
PluginGo
PluginKey
PluginLink
PreviousGreen
Printer
PrinterAdd
PrinterCancel
PrinterColor
PrinterConnect
PrinterDelete
PrinterEmpty
PrinterError
PrinterGo
PrinterKey
PrinterMono
PrinterStart
PrinterStop
Rainbow
RainbowStar
RecordBlue
RecordGreen
RecordRed
Reload
Report
ReportAdd
ReportDelete
ReportDisk
ReportEdit
ReportGo
ReportKey
ReportLink
ReportMagnify
ReportPicture
ReportStart
ReportStop
ReportUser
ReportWord
ResultsetFirst
ResultsetLast
ResultsetNext
ResultsetPrevious
ReverseBlue
ReverseGreen
RewindBlue
RewindGreen
Rgb
Rosette
RosetteBlue
Rss
RssAdd
RssDelete
RssError
RssGo
RssValid
Ruby
RubyAdd
RubyDelete
RubyGear
RubyGet
RubyGo
RubyKey
RubyLink
RubyPut
Script
ScriptAdd
ScriptCode
ScriptCodeOriginal
ScriptCodeRed
ScriptDelete
ScriptEdit
ScriptError
ScriptGear
ScriptGo
ScriptKey
ScriptLightning
ScriptLink
ScriptPalette
ScriptSave
ScriptStart
ScriptStop
Seasons
SectionCollapsed
SectionExpanded
Server
ServerAdd
ServerChart
ServerCompressed
ServerConnect
ServerDatabase
ServerDelete
ServerEdit
ServerError
ServerGo
ServerKey
ServerLightning
ServerLink
ServerStart
ServerStop
ServerUncompressed
ServerWrench
Shading
ShapesMany
ShapesManySelect
Shape3d
ShapeAlignBottom
ShapeAlignCenter
ShapeAlignLeft
ShapeAlignMiddle
ShapeAlignRight
ShapeAlignTop
ShapeFlipHorizontal
ShapeFlipVertical
ShapeGroup
ShapeHandles
ShapeMoveBack
ShapeMoveBackwards
ShapeMoveForwards
ShapeMoveFront
ShapeRotateAnticlockwise
ShapeRotateClockwise
ShapeShadeA
ShapeShadeB
ShapeShadeC
ShapeShadow
ShapeShadowToggle
ShapeSquare
ShapeSquareAdd
ShapeSquareDelete
ShapeSquareEdit
ShapeSquareError
ShapeSquareGo
ShapeSquareKey
ShapeSquareLink
ShapeSquareSelect
ShapeUngroup
Share
Shield
ShieldAdd
ShieldDelete
ShieldError
ShieldGo
ShieldRainbow
ShieldSilver
ShieldStart
ShieldStop
Sitemap
SitemapColor
Smartphone
SmartphoneAdd
SmartphoneConnect
SmartphoneDelete
SmartphoneDisk
SmartphoneEdit
SmartphoneError
SmartphoneGo
SmartphoneKey
SmartphoneWrench
SortAscending
SortDescending
Sound
SoundAdd
SoundDelete
SoundHigh
SoundIn
SoundLow
SoundMute
SoundNone
SoundOut
Spellcheck
Sport8ball
SportBasketball
SportFootball
SportGolf
SportGolfPractice
SportRaquet
SportShuttlecock
SportSoccer
SportTennis
Star
StarBronze
StarBronzeHalfGrey
StarGold
StarGoldHalfGrey
StarGoldHalfSilver
StarGrey
StarHalfGrey
StarSilver
StatusAway
StatusBeRightBack
StatusBusy
StatusInvisible
StatusOffline
StatusOnline
Stop
StopBlue
StopGreen
StopRed
Style
StyleAdd
StyleDelete
StyleEdit
StyleGo
Sum
Tab
Table
TableAdd
TableCell
TableColumn
TableColumnAdd
TableColumnDelete
TableConnect
TableDelete
TableEdit
TableError
TableGear
TableGo
TableKey
TableLightning
TableLink
TableMultiple
TableRefresh
TableRelationship
TableRow
TableRowDelete
TableRowInsert
TableSave
TableSort
TabAdd
TabBlue
TabDelete
TabEdit
TabGo
TabGreen
TabRed
Tag
TagsGrey
TagsRed
TagBlue
TagBlueAdd
TagBlueDelete
TagBlueEdit
TagGreen
TagOrange
TagPink
TagPurple
TagRed
TagYellow
Telephone
TelephoneAdd
TelephoneDelete
TelephoneEdit
TelephoneError
TelephoneGo
TelephoneKey
TelephoneLink
TelephoneRed
Television
TelevisionAdd
TelevisionDelete
TelevisionIn
TelevisionOff
TelevisionOut
TelevisionStar
Textfield
TextfieldAdd
TextfieldDelete
TextfieldKey
TextfieldRename
TextAb
TextAlignCenter
TextAlignJustify
TextAlignLeft
TextAlignRight
TextAllcaps
TextBold
TextColumns
TextComplete
TextDirection
TextDoubleUnderline
TextDropcaps
TextFit
TextFlip
TextFontDefault
TextHeading1
TextHeading2
TextHeading3
TextHeading4
TextHeading5
TextHeading6
TextHorizontalrule
TextIndent
TextIndentRemove
TextInverse
TextItalic
TextKerning
TextLeftToRight
TextLetterspacing
TextLetterOmega
TextLinespacing
TextListBullets
TextListNumbers
TextLowercase
TextLowercaseA
TextMirror
TextPaddingBottom
TextPaddingLeft
TextPaddingRight
TextPaddingTop
TextReplace
TextRightToLeft
TextRotate0
TextRotate180
TextRotate270
TextRotate90
TextRuler
TextShading
TextSignature
TextSmallcaps
TextSpelling
TextStrikethrough
TextSubscript
TextSuperscript
TextTab
TextUnderline
TextUppercase
Theme
ThumbDown
ThumbUp
Tick
Time
TimelineMarker
TimeAdd
TimeDelete
TimeGo
TimeGreen
TimeRed
Transmit
TransmitAdd
TransmitBlue
TransmitDelete
TransmitEdit
TransmitError
TransmitGo
TransmitRed
Tux
User
UserAdd
UserAlert
UserB
UserBrown
UserComment
UserCross
UserDelete
UserEarth
UserEdit
UserFemale
UserGo
UserGray
UserGrayCool
UserGreen
UserHome
UserKey
UserMagnify
UserMature
UserOrange
UserRed
UserStar
UserSuit
UserSuitBlack
UserTick
Vcard
VcardAdd
VcardDelete
VcardEdit
VcardKey
Vector
VectorAdd
VectorDelete
VectorKey
Wand
WeatherCloud
WeatherClouds
WeatherCloudy
WeatherCloudyRain
WeatherLightning
WeatherRain
WeatherSnow
WeatherSun
Webcam
WebcamAdd
WebcamConnect
WebcamDelete
WebcamError
WebcamStart
WebcamStop
World
WorldAdd
WorldConnect
WorldDawn
WorldDelete
WorldEdit
WorldGo
WorldKey
WorldLink
WorldNight
WorldOrbit
Wrench
WrenchOrange
Xhtml
XhtmlAdd
XhtmlDelete
XhtmlError
XhtmlGo
XhtmlValid
Zoom
ZoomIn
ZoomOut
SystemClose
SystemNew
SystemSave
SystemSaveClose
SystemSaveNew
SystemSearch
预定义图标名称
获取图标名称
获得图标的服务器地址
图标
图标的服务器地址
获取客户端可用的图标URL地址
图标
URL地址
获取客户端可用的图标URL地址
图标
图标地址
URL地址
将图标字符串转换为图标
图标字符串
是否忽略大小写
图标
将图标转换为图标字符串
图标
图标字符串
样式
蓝色
银灰色
高对比度
海王星(默认值)
样式的类型名称
语言
英文
中文(默认值)
中文(台湾)
葡萄牙文(巴西)
土耳其文
俄文
语言的类型名称
操作符(用于表单控件的客户端验证)
等于(默认值)
大于
大于等于
小于
小于等于
不等于
操作符名称
触发器输入框右侧图标的类型
无(默认值)
搜索图标
清空图标
日期图标
系统图标名称
窗体的初始显示位置
页面的中部
页面的黄金分割点处(默认值)
工具条的位置
顶部(默认值)
底部
页脚
左侧
右侧
底部按钮
工具条的位置名称
按钮类型
普通按钮(默认值)
提交按钮(会为生成的input标签添加type="submit")
重置按钮(会为生成的input标签添加type="reset")
按钮类型名称
窗体以及对话框的显示位置
当前页面(默认值)
父页面
最外层页面
Alert,Confirm,Window显示的位置
Get target name used inside JavaScript code.
正则表达式常用类型(用于表单控件的客户端验证)
无(默认值)
数字
字母
字母数字
字母下划线
字母数字下划线
小写字母
大写字母
电子邮箱
网址
邮政编码(中华人民共和国)
IP地址
身份证(中华人民共和国)
正则表达式常用类型 内容
关闭窗体的动作
关闭窗体(默认值)
关闭窗体后刷新父页面
关闭窗体后会发父页面(需要注册OnClose事件处理函数)
关闭窗体的动作
Region控件所在RegionPanel中的位置
上方
底部
左侧
右侧
中部(默认值)
布局类型名称
Tab标签的显示位置
顶部(默认值)
底部
左侧
右侧
Tab显示的位置名称
按钮上图标的摆放位置
靠上
靠右
靠下
靠左(默认值)
图标摆放位置的名称
按钮的大小
小尺寸(默认值)
中等尺寸
大尺寸
按钮的大小名称
在HBox布局或者VBox布局中,用来控制容器子控件的位置
所有子控件位于父容器的开始位置(废弃,请使用Start代替)
所有子控件位于父容器的中间位置(废弃,请使用Center代替)
所有子控件位于父容器的开始位置(默认值)
所有子控件位于父容器的中间位置
所有子控件被拉伸至父容器的大小
所有子控件被拉伸至最大子控件的大小
HBox或者VBox的位置的名称
在HBox布局或者VBox布局中,用来控制容器子控件的位置
子控件靠父容器的开始位置排列(废弃,请使用Start代替)
子控件靠父容器的中间位置排列
子控件靠父容器的结束位置排列(废弃,请使用End代替)
子控件靠父容器的开始位置排列(默认值)
子控件靠父容器的结束位置排列
HBox或者VBox的位置的名称
页脚工具栏的排列位置
靠右(默认值)
靠左
居中
页脚工具栏的排列位置名称
Ajax提示信息的类型
在页面顶部显示黄色提示框(默认值)
Extjs的页面遮罩提示框
Ajax提示信息的类型名称
文本排列位置
靠左排列(默认值)
居中排列
靠右排列
文本排列位置名称
表单中标签的排列位置
靠左(默认值)
靠右
靠上
表单中标签的排列位置名称
垂直排列位置
居中排列(默认值)
靠上排列
靠下排列
垂直排列位置名称
创建Javascript数组参数的帮助类
构造函数
构造函数
初始属性值
构造函数
初始属性值
是否保持原样
删除属性
属性值
添加属性
属性值
添加属性
属性值
是否保持原样
返回对象的JSON字符串形式
对象的JSON形式
已经添加属性的个数
删除属性
添加属性
添加属性
是否保持原样
使用这个方法需要特别注意,因为这里返回的不是设置的属性了
比如:"margin-right:5px;"被添加到OB中就变成:"\"margin-right:5px;\""
返回对象的Json字符串表示
存在 Page.Items 上下文中,用于生成JavascriptID
添加JS文件到页面的底部
添加样式表到页头
向页面头部添加内容
页头是否包含控件
取得下一个控件的位置
资源处理程序
处理资源的请求
Http请求上下文
只要请求的 URL 相同,则请求可以重用
AJAX输出过滤器
设置引起本次回发的按钮(或其他控件)可用
更新 EventValidation 节点的值
更新 ViewState 节点的值
更新ASP.NET控件
取得 HTML 中一个节点的值
取得 HTML 中一个节点的OuterHtml
获取当前输出流的HTML内容
请求处理模块(主要用来处理Response.Redirect的情况)
清除资源
初始化模块
Http应用程序
存在 Page.Items 上下文中,用于生成JavascriptID
模拟树帮助类(用于表格和树控件)
模拟树结构的节点类
模拟树的节点内容
节点内容
节点内容
节点所在层次(从0开始,0表示根节点)
父节点
是否有弟节点
FineUI控件的状态保持机制
构造函数
控件
增加在当前请求中改变的属性列表(控件可以自己手工设置,以便保存在 X_STATE 中)
备份初始化属性值
在输出 AJAX 回发之前,会拿这个初始属性值和当时属性值做对比,以确定这些属性是否被用户改变
备份 PostData 的属性值(也就是在客户端改变的属性值)
计算被修改的属性列表(更新 ModifiedProperties 和 ClientPropertiesModifiedInServer 两个值)
这个需要在 OnPreRender 中调用,在页面第一次加载,正常的回发以及AJAX回发时都要调用
页面第一次加载至今改变过的属性列表总和(其中可能经历多次正常的页面回发和局部 AJAX 回发)
获取设置 XState 属性值
当前请求中改变的属性列表,既包含服务器端改变的属性,也包含客户端改变的属性
客户端可以改变的属性在服务器端被改变了
控件相关帮助函数
查找父控件
当前控件
查找控件的类型
找到的第一个父控件
根据控件ID查找控件
要查找的控件ID
找到的控件
根据控件类型查找控件
要查找的控件类型
找到的控件
在父控件的所有子控件中查找控件
父控件
要查找的控件ID
找到的控件
在父控件的所有子控件中查找控件
父控件
要查找的控件类型
找到的控件
字符串帮助类
GZIP压缩的ViewState隐藏字段的ID
GZIP压缩的ViewState隐藏字段的ID
获取枚举实例
枚举类型
枚举实例名称
枚举实例
获取枚举实例名称
枚举实例
枚举实例名称
去除字符串中的Html
字符串
字符串
将字符串"1,2,3"转化为整形列表[1,2,3]
字符串
整形列表
将字符串"1,2,3"转化为整形列表[1,2,3]
字符串
返回之前是否对数组进行排序(由小到大)
整形列表
将字符串"ssdd,2,ok"转化为字符串列表["ssdd","2","ok"]
字符串
字符串列表
将字符串"ssdd,2,ok"转化为字符串列表["ssdd","2","ok"]
返回之前是否对数组进行排序(由小到大)
字符串列表
将字符串数组["ssdd","2","ok"]转化为字符串"ssdd,2,ok"
字符串数组
字符串
将整型数组[2,3,4]转化为字符串"2,3,4"
整形数组
字符串
比较两个整形数组是否相等
整形数组1
整形数组2
是否相等
比较两个字符串数组是否相等
字符串数组1
字符串数组2
是否相等
将 10% 转换为 0.1 的字符串的形式
百分比字符串
小数
Base64解码
需要解码的字节数组
解码后的字符串
Base64解码
需要解码的字符串
解码后的字符串
Base64编码
需要编码的字节数组
编码后的字符串
Base64编码
需要编码的字符串
编码后的字符串
Gzip编码字符串
源字符串
Gzip后的字符串
解码Gzip字符串
Gzip后的字符串
源字符串
加载Gzipped的ViewState
生成Gzipped的ViewState
对象帮助类
获取对象的属性值
可能是DataRowView或一个对象
属性名
属性值
获取对象的属性值
对象
属性名("Color"、"BodyStyle"或者"Info.UserName")
属性值
创建HTML节点的帮助类
构造函数
节点名称
设置属性
属性名
属性值
取得属性的值
属性名
属性值
转化为客户端可用的HTML标签字符串
客户端可用的HTML标签字符串
节点内部值
样式帮助类
提取样式字符串
CSS字符串
样式名称
样式字符串
获取背景图片样式
选择符
图片地址
CSS样式
获取背景图片样式(no-repeat)
选择符
图片地址
CSS样式
JSON帮助类
将JArray转换为整型数组
JArray对象
整型数组
将JArray转换为字符串数组
JArray对象
字符串数组
将JArray转换为对象数组
JArray对象
对象数组
A utility class to compute CRC32.
Compute a checksum for a given string.
The string to compute the checksum for.
The computed checksum.
Compute a checksum for a given array of bytes.
The array of bytes to compute the checksum for.
The computed checksum.
Represents an HTML attribute.
Creates a duplicate of this attribute.
The cloned attribute.
Compares the current instance with another attribute. Comparison is based on attributes' name.
An attribute to compare with this instance.
A 32-bit signed integer that indicates the relative order of the names comparison.
Gets the qualified name of the attribute.
Gets or sets the value of the attribute.
Gets the line number of this attribute in the document.
Gets the column number of this attribute in the document.
Gets the stream position of this attribute in the document, relative to the start of the document.
Gets the HTML node to which this attribute belongs.
Gets the HTML document to which this attribute belongs.
Represents a combined list and collection of HTML nodes.
Inserts the specified attribute as the last attribute in the collection.
The attribute to insert. May not be null.
The appended attribute.
Creates and inserts a new attribute as the last attribute in the collection.
The name of the attribute to insert.
The appended attribute.
Creates and inserts a new attribute as the last attribute in the collection.
The name of the attribute to insert.
The value of the attribute to insert.
The appended attribute.
Inserts the specified attribute as the first node in the collection.
The attribute to insert. May not be null.
The prepended attribute.
Removes the attribute at the specified index.
The index of the attribute to remove.
Removes a given attribute from the list.
The attribute to remove. May not be null.
Removes an attribute from the list, using its name. If there are more than one attributes with this name, they will all be removed.
The attribute's name. May not be null.
Remove all attributes in the list.
Returns an enumerator that can iterate through the list.
An IEnumerator for the entire list.
Gets the number of elements actually contained in the list.
Gets a given attribute from the list using its name.
Gets the attribute at the specified index.
Represents an enumerator that can iterate through the list.
Sets the enumerator to its initial position, which is before the first element in the collection.
Advances the enumerator to the next element of the collection.
true if the enumerator was successfully advanced to the next element, false if the enumerator has passed the end of the collection.
Gets the current element in the collection.
Gets the current element in the collection.
Represents an HTML comment.
Represents an HTML node.
Gets the name of a comment node. It is actually defined as '#comment'.
Gets the name of the document node. It is actually defined as '#document'.
Gets the name of a text node. It is actually defined as '#text'.
Gets a collection of flags that define specific behaviors for specific element nodes.
The table contains a DictionaryEntry list with the lowercase tag name as the Key, and a combination of HtmlElementFlags as the Value.
Determines if an element node is closed.
The name of the element node to check. May not be null.
true if the name is the name of a closed element node, false otherwise.
Determines if an element node can be kept overlapped.
The name of the element node to check. May not be null.
true if the name is the name of an element node that can be kept overlapped, false otherwise.
Determines if a text corresponds to the closing tag of an node that can be kept overlapped.
The text to check. May not be null.
true or false.
Determines if an element node is a CDATA element node.
The name of the element node to check. May not be null.
true if the name is the name of a CDATA element node, false otherwise.
Determines if an element node is defined as empty.
The name of the element node to check. May not be null.
true if the name is the name of an empty element node, false otherwise.
Creates an HTML node from a string representing literal HTML.
The HTML text.
The newly created node instance.
Creates a duplicate of the node and the subtree under it.
The node to duplicate. May not be null.
Creates a duplicate of the node.
The node to duplicate. May not be null.
true to recursively clone the subtree under the specified node, false to clone only the node itself.
Creates a new XPathNavigator object for navigating this HTML node.
An XPathNavigator object. The XPathNavigator is positioned on the node from which the method was called. It is not positioned on the root of the document.
Selects the first XmlNode that matches the XPath expression.
The XPath expression. May not be null.
The first HtmlNode that matches the XPath query or a null reference if no matching node was found.
Selects a list of nodes matching the XPath expression.
The XPath expression.
An HtmlNodeCollection containing a collection of nodes matching the XPath query, or null if no node matched the XPath expression.
Creates a duplicate of the node
Creates a duplicate of the node and changes its name at the same time.
The new name of the cloned node. May not be null.
The cloned node.
Creates a duplicate of the node and changes its name at the same time.
The new name of the cloned node. May not be null.
true to recursively clone the subtree under the specified node; false to clone only the node itself.
The cloned node.
Creates a duplicate of the node.
true to recursively clone the subtree under the specified node; false to clone only the node itself.
The cloned node.
Removes all the children and/or attributes of the current node.
Removes all the children of the current node.
Removes the specified child node.
The node being removed. May not be null.
The node removed.
Removes the specified child node.
The node being removed. May not be null.
true to keep grand children of the node, false otherwise.
The node removed.
Replaces the child node oldChild with newChild node.
The new node to put in the child list.
The node being replaced in the list.
The node replaced.
Inserts the specified node immediately before the specified reference node.
The node to insert. May not be null.
The node that is the reference node. The newChild is placed before this node.
The node being inserted.
Inserts the specified node immediately after the specified reference node.
The node to insert. May not be null.
The node that is the reference node. The newNode is placed after the refNode.
The node being inserted.
Adds the specified node to the beginning of the list of children of this node.
The node to add. May not be null.
The node added.
Adds the specified node list to the beginning of the list of children of this node.
The node list to add. May not be null.
Adds the specified node to the end of the list of children of this node.
The node to add. May not be null.
The node added.
Adds the specified node to the end of the list of children of this node.
The node list to add. May not be null.
Helper method to get the value of an attribute of this node. If the attribute is not found, the default value will be returned.
The name of the attribute to get. May not be null.
The default value to return if not found.
The value of the attribute if found, the default value if not found.
Helper method to get the value of an attribute of this node. If the attribute is not found, the default value will be returned.
The name of the attribute to get. May not be null.
The default value to return if not found.
The value of the attribute if found, the default value if not found.
Helper method to get the value of an attribute of this node. If the attribute is not found, the default value will be returned.
The name of the attribute to get. May not be null.
The default value to return if not found.
The value of the attribute if found, the default value if not found.
Helper method to set the value of an attribute of this node. If the attribute is not found, it will be created automatically.
The name of the attribute to set. May not be null.
The value for the attribute.
The corresponding attribute instance.
Saves the current node to the specified TextWriter.
The TextWriter to which you want to save.
Saves the current node to the specified XmlWriter.
The XmlWriter to which you want to save.
Saves all the children of the node to the specified TextWriter.
The TextWriter to which you want to save.
Saves the current node to a string.
The saved string.
Saves all the children of the node to a string.
The saved string.
Gets or sets the value of the 'id' HTML attribute. The document must have been parsed using the OptionUseIdAttribute set to true.
Gets the line number of this node in the document.
Gets the column number of this node in the document.
Gets the stream position of this node in the document, relative to the start of the document.
Gets a value indicating if this node has been closed or not.
Gets or sets this node's name.
Gets or Sets the text between the start and end tags of the object.
Gets or Sets the HTML between the start and end tags of the object.
Gets or Sets the object and its content in HTML.
Gets the HTML node immediately following this element.
Gets the node immediately preceding this node.
Gets the first child of the node.
Gets the last child of the node.
Gets the type of this node.
Gets the parent of this node (for nodes that can have parents).
Gets the HtmlDocument to which this node belongs.
Gets all the children of the node.
Gets a value indicating whether the current node has any attributes.
Gets a value indicating whether the current node has any attributes on the closing tag.
Gets a value indicating whether this node has any child nodes.
Gets the collection of HTML attributes for this node. May not be null.
Gets the collection of HTML attributes for the closing tag. May not be null.
Gets or Sets the HTML between the start and end tags of the object. In the case of a text node, it is equals to OuterHtml.
Gets or Sets the object and its content in HTML.
Gets or Sets the comment text of the node.
Represents a complete HTML document.
Defines if a checksum must be computed for the document while parsing. Default is false.
Defines if declared encoding must be read from the document.
Declared encoding is determined using the meta http-equiv="content-type" content="text/html;charset=XXXXX" html node.
Default is true.
Defines if non closed nodes will be checked at the end of parsing. Default is true.
Defines if the 'id' attribute must be specifically used. Default is true.
Defines if empty nodes must be written as closed during output. Default is false.
Defines if output must conform to XML, instead of HTML.
Defines if name must be output in uppercase. Default is false.
Defines if attribute value output must be optimized (not bound with double quotes if it is possible). Default is false.
Adds Debugging attributes to node. Default is false.
Defines if source text must be extracted while parsing errors.
If the document has a lot of errors, or cascading errors, parsing performance can be dramatically affected if set to true.
Default is false.
Defines if closing for non closed nodes must be done at the end or directly in the document.
Setting this to true can actually change how browsers render the page. Default is false.
Defines if LI, TR, TH, TD tags must be partially fixed when nesting errors are detected. Default is false.
Defines the maximum length of source text or parse errors. Default is 100.
Defines the default stream encoding to use. Default is System.Text.Encoding.Default.
Defines the name of a node that will throw the StopperNodeException when found as an end node. Default is null.
Creates an instance of an HTML document.
Applies HTML encoding to a specified string.
The input string to encode. May not be null.
The encoded string.
Detects the encoding of an HTML stream.
The input stream. May not be null.
The detected encoding.
Detects the encoding of an HTML file.
Path for the file containing the HTML document to detect. May not be null.
The detected encoding.
Detects the encoding of an HTML text.
The input html text. May not be null.
The detected encoding.
Detects the encoding of an HTML text provided on a TextReader.
The TextReader used to feed the HTML. May not be null.
The detected encoding.
Loads an HTML document from a stream.
The input stream.
Loads an HTML document from a stream.
The input stream.
Indicates whether to look for byte order marks at the beginning of the stream.
Loads an HTML document from a stream.
The input stream.
The character encoding to use.
Loads an HTML document from a stream.
The input stream.
The character encoding to use.
Indicates whether to look for byte order marks at the beginning of the stream.
Loads an HTML document from a stream.
The input stream.
The character encoding to use.
Indicates whether to look for byte order marks at the beginning of the stream.
The minimum buffer size.
Loads an HTML document from a file.
The complete file path to be read. May not be null.
Loads an HTML document from a file.
The complete file path to be read. May not be null.
Indicates whether to look for byte order marks at the beginning of the file.
Loads an HTML document from a file.
The complete file path to be read. May not be null.
The character encoding to use. May not be null.
Loads an HTML document from a file.
The complete file path to be read. May not be null.
The character encoding to use. May not be null.
Indicates whether to look for byte order marks at the beginning of the file.
Loads an HTML document from a file.
The complete file path to be read. May not be null.
The character encoding to use. May not be null.
Indicates whether to look for byte order marks at the beginning of the file.
The minimum buffer size.
Loads the HTML document from the specified string.
String containing the HTML document to load. May not be null.
Detects the encoding of an HTML document from a file first, and then loads the file.
The complete file path to be read.
Detects the encoding of an HTML document from a file first, and then loads the file.
The complete file path to be read. May not be null.
true to detect encoding, false otherwise.
Loads the HTML document from the specified TextReader.
The TextReader used to feed the HTML data into the document. May not be null.
Saves the HTML document to the specified stream.
The stream to which you want to save.
Saves the HTML document to the specified stream.
The stream to which you want to save. May not be null.
The character encoding to use. May not be null.
Saves the mixed document to the specified file.
The location of the file where you want to save the document.
Saves the mixed document to the specified file.
The location of the file where you want to save the document. May not be null.
The character encoding to use. May not be null.
Saves the HTML document to the specified StreamWriter.
The StreamWriter to which you want to save.
Saves the HTML document to the specified TextWriter.
The TextWriter to which you want to save. May not be null.
Saves the HTML document to the specified XmlWriter.
The XmlWriter to which you want to save.
Creates a new XPathNavigator object for navigating this HTML document.
An XPathNavigator object. The XPathNavigator is positioned on the root of the document.
Gets a valid XML name.
Any text.
A string that is a valid XML name.
Gets the HTML node with the specified 'id' attribute value.
The attribute id to match. May not be null.
The HTML node with the matching id or null if not found.
Creates an HTML element node with the specified name.
The qualified name of the element. May not be null.
The new HTML node.
Creates an HTML comment node.
The new HTML comment node.
Creates an HTML comment node with the specified comment text.
The comment text. May not be null.
The new HTML comment node.
Creates an HTML text node.
The new HTML text node.
Creates an HTML text node with the specified text.
The text of the node. May not be null.
The new HTML text node.
Creates an HTML attribute with the specified name.
The name of the attribute. May not be null.
The new HTML attribute.
Creates an HTML attribute with the specified name.
The name of the attribute. May not be null.
The value of the attribute.
The new HTML attribute.
Determines if the specified character is considered as a whitespace character.
The character to check.
true if if the specified character is considered as a whitespace character.
Gets the remaining text.
Will always be null if OptionStopperNodeName is null.
Gets the offset of Remainder in the original Html text.
If OptionStopperNodeName is null, this will return the length of the original Html text.
Gets a list of parse errors found in the document.
Gets the document's stream encoding.
Gets the document's declared encoding.
Declared encoding is determined using the meta http-equiv="content-type" content="text/html;charset=XXXXX" html node.
Gets the document's output encoding.
Gets the root node of the document.
Gets the document CRC32 checksum if OptionComputeChecksum was set to true before parsing, 0 otherwise.
Flags that describe the behavior of an Element node.
The node is a CDATA node.
The node is empty. META or IMG are example of such nodes.
The node will automatically be closed during parsing.
The node can overlap.
A utility class to replace special characters by entities and vice-versa.
Follows HTML 4.0 specification found at http://www.w3.org/TR/html4/sgml/entities.html
Clone and entitize an HtmlNode. This will affect attribute values and nodes' text. It will also entitize all child nodes.
The node to entitize.
An entitized cloned node.
Replace characters above 127 by entities.
The source text.
The result text.
Replace characters above 127 by entities.
The source text.
If set to false, the function will not use known entities name. Default is true.
The result text.
Replace characters above 127 by entities.
The source text.
If set to false, the function will not use known entities name. Default is true.
If set to true, the [quote], [ampersand], [lower than] and [greather than] characters will be entitized.
The result text
Replace known entities by characters.
The source text.
The result text.
A collection of entities indexed by name.
A collection of entities indexed by value.
Represents a combined list and collection of HTML nodes.
Returns an enumerator that can iterate through the list.
An IEnumerator for the entire list.
Gets the number of elements actually contained in the list.
Gets the node at the specified index.
Gets a given node from the list.
Represents an enumerator that can iterate through the list.
Sets the enumerator to its initial position, which is before the first element in the collection.
Advances the enumerator to the next element of the collection.
true if the enumerator was successfully advanced to the next element, false if the enumerator has passed the end of the collection.
Gets the current element in the collection.
Gets the current element in the collection.
Represents an HTML navigator on an HTML document seen as a data store.
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
The input stream.
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
The input stream.
Indicates whether to look for byte order marks at the beginning of the stream.
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
The input stream.
The character encoding to use.
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
The input stream.
The character encoding to use.
Indicates whether to look for byte order marks at the beginning of the stream.
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
The input stream.
The character encoding to use.
Indicates whether to look for byte order marks at the beginning of the stream.
The minimum buffer size.
Initializes a new instance of the HtmlNavigator and loads an HTML document from a TextReader.
The TextReader used to feed the HTML data into the document.
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
The complete file path to be read.
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
The complete file path to be read.
Indicates whether to look for byte order marks at the beginning of the file.
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
The complete file path to be read.
The character encoding to use.
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
The complete file path to be read.
The character encoding to use.
Indicates whether to look for byte order marks at the beginning of the file.
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
The complete file path to be read.
The character encoding to use.
Indicates whether to look for byte order marks at the beginning of the file.
The minimum buffer size.
Moves to the next sibling of the current node.
true if the navigator is successful moving to the next sibling node, false if there are no more siblings or if the navigator is currently positioned on an attribute node. If false, the position of the navigator is unchanged.
Moves to the previous sibling of the current node.
true if the navigator is successful moving to the previous sibling node, false if there is no previous sibling or if the navigator is currently positioned on an attribute node.
Moves to the first sibling of the current node.
true if the navigator is successful moving to the first sibling node, false if there is no first sibling or if the navigator is currently positioned on an attribute node.
Moves to the first child of the current node.
true if there is a first child node, otherwise false.
Moves to the parent of the current node.
true if there is a parent node, otherwise false.
Moves to the root node to which the current node belongs.
Moves to the same position as the specified HtmlNavigator.
The HtmlNavigator positioned on the node that you want to move to.
true if successful, otherwise false. If false, the position of the navigator is unchanged.
Moves to the node that has an attribute of type ID whose value matches the specified string.
A string representing the ID value of the node to which you want to move. This argument does not need to be atomized.
true if the move was successful, otherwise false. If false, the position of the navigator is unchanged.
Determines whether the current HtmlNavigator is at the same position as the specified HtmlNavigator.
The HtmlNavigator that you want to compare against.
true if the two navigators have the same position, otherwise, false.
Creates a new HtmlNavigator positioned at the same node as this HtmlNavigator.
A new HtmlNavigator object positioned at the same node as the original HtmlNavigator.
Gets the value of the HTML attribute with the specified LocalName and NamespaceURI.
The local name of the HTML attribute.
The namespace URI of the attribute. Unsupported with the HtmlNavigator implementation.
The value of the specified HTML attribute. String.Empty or null if a matching attribute is not found or if the navigator is not positioned on an element node.
Moves to the HTML attribute with matching LocalName and NamespaceURI.
The local name of the HTML attribute.
The namespace URI of the attribute. Unsupported with the HtmlNavigator implementation.
true if the HTML attribute is found, otherwise, false. If false, the position of the navigator does not change.
Moves to the first HTML attribute.
true if the navigator is successful moving to the first HTML attribute, otherwise, false.
Moves to the next HTML attribute.
Returns the value of the namespace node corresponding to the specified local name.
Always returns string.Empty for the HtmlNavigator implementation.
The local name of the namespace node.
Always returns string.Empty for the HtmlNavigator implementation.
Moves the XPathNavigator to the namespace node with the specified local name.
Always returns false for the HtmlNavigator implementation.
The local name of the namespace node.
Always returns false for the HtmlNavigator implementation.
Moves the XPathNavigator to the first namespace node of the current element.
Always returns false for the HtmlNavigator implementation.
An XPathNamespaceScope value describing the namespace scope.
Always returns false for the HtmlNavigator implementation.
Moves the XPathNavigator to the next namespace node.
Always returns falsefor the HtmlNavigator implementation.
An XPathNamespaceScope value describing the namespace scope.
Always returns false for the HtmlNavigator implementation.
Gets the name of the current HTML node without the namespace prefix.
Gets the namespace URI (as defined in the W3C Namespace Specification) of the current node.
Always returns string.Empty in the case of HtmlNavigator implementation.
Gets the qualified name of the current node.
Gets the prefix associated with the current node.
Always returns string.Empty in the case of HtmlNavigator implementation.
Gets the type of the current node.
Gets the text value of the current node.
Gets the base URI for the current node.
Always returns string.Empty in the case of HtmlNavigator implementation.
Gets the xml:lang scope for the current node.
Always returns string.Empty in the case of HtmlNavigator implementation.
Gets a value indicating whether the current node is an empty element.
Gets the XmlNameTable associated with this implementation.
Gets a value indicating whether the current node has child nodes.
Gets a value indicating whether the current node has child nodes.
Gets the current HTML node.
Gets the current HTML document.
Represents the type of a node.
The root of a document.
An HTML element.
An HTML comment.
A text node is always the child of an element or a document node.
Represents a parsing error found during document parsing.
Gets the type of error.
Gets the line number of this error in the document.
Gets the column number of this error in the document.
Gets the absolute stream position of this error in the document, relative to the start of the document.
Gets the the full text of the line containing the error.
Gets a description for the error.
Represents the type of parsing error.
A tag was not closed.
A tag was not opened.
There is a charset mismatch between stream and declared (META) encoding.
An end tag was not required.
An end tag is invalid at this position.
Represents an HTML text node.
Gets or Sets the HTML between the start and end tags of the object. In the case of a text node, it is equals to OuterHtml.
Gets or Sets the object and its content in HTML.
Gets or Sets the text of the node.
A utility class to get HTML document from HTTP.
Occurs before an HTTP request is executed.
Occurs after an HTTP request has been executed.
Occurs before an HTML document is handled.
Creates an instance of an HtmlWeb class.
Gets an HTML document from an Internet resource and saves it to the specified file.
The requested URL, such as "http://Myserver/Mypath/Myfile.asp".
The location of the file where you want to save the document.
Gets an HTML document from an Internet resource and saves it to the specified file.
The requested URL, such as "http://Myserver/Mypath/Myfile.asp".
The location of the file where you want to save the document.
The HTTP method used to open the connection, such as GET, POST, PUT, or PROPFIND.
Gets an HTML document from an Internet resource.
The requested URL, such as "http://Myserver/Mypath/Myfile.asp".
A new HTML document.
Loads an HTML document from an Internet resource.
The requested URL, such as "http://Myserver/Mypath/Myfile.asp".
The HTTP method used to open the connection, such as GET, POST, PUT, or PROPFIND.
A new HTML document.
Gets the cache file path for a specified url.
The url fo which to retrieve the cache path. May not be null.
The cache file path.
Gets the path extension for a given MIME content type.
The input MIME content type.
The default path extension to return if any error occurs.
The MIME content type's path extension.
Gets the MIME content type for a given path extension.
The input path extension.
The default content type to return if any error occurs.
The path extention's MIME content type.
Loads an HTML document from an Internet resource and saves it to the specified XmlTextWriter.
The requested URL, such as "http://Myserver/Mypath/Myfile.asp".
The XmlTextWriter to which you want to save.
Loads an HTML document from an Internet resource and saves it to the specified XmlTextWriter, after an XSLT transformation.
The requested URL, such as "http://Myserver/Mypath/Myfile.asp".
The URL that specifies the XSLT stylesheet to load.
An XsltArgumentList containing the namespace-qualified arguments used as input to the transform.
The XmlTextWriter to which you want to save.
Loads an HTML document from an Internet resource and saves it to the specified XmlTextWriter, after an XSLT transformation.
The requested URL, such as "http://Myserver/Mypath/Myfile.asp". May not be null.
The URL that specifies the XSLT stylesheet to load.
An XsltArgumentList containing the namespace-qualified arguments used as input to the transform.
The XmlTextWriter to which you want to save.
A file path where the temporary XML before transformation will be saved. Mostly used for debugging purposes.
Creates an instance of the given type from the specified Internet resource.
The requested URL, such as "http://Myserver/Mypath/Myfile.asp".
The requested type.
An newly created instance.
Creates an instance of the given type from the specified Internet resource.
The requested URL, such as "http://Myserver/Mypath/Myfile.asp".
The URL that specifies the XSLT stylesheet to load.
An XsltArgumentList containing the namespace-qualified arguments used as input to the transform.
The requested type.
An newly created instance.
Creates an instance of the given type from the specified Internet resource.
The requested URL, such as "http://Myserver/Mypath/Myfile.asp".
The URL that specifies the XSLT stylesheet to load.
An XsltArgumentList containing the namespace-qualified arguments used as input to the transform.
The requested type.
A file path where the temporary XML before transformation will be saved. Mostly used for debugging purposes.
An newly created instance.
Gets a value indicating if the last document was retrieved from the cache.
Gets the URI of the Internet resource that actually responded to the request.
Gets or Sets a value indicating whether to get document only from the cache.
If this is set to true and document is not found in the cache, nothing will be loaded.
Gets or Sets a value indicating if cookies will be stored.
Gets the last request duration in milliseconds.
Gets or Sets a value indicating if document encoding must be automatically detected.
Gets the last request status.
Gets or Sets the size of the buffer used for memory operations.
Gets or Sets the cache path. If null, no caching mechanism will be used.
Gets or Sets a value indicating whether the caching mechanisms should be used or not.
Represents the method that will handle the PreRequest event.
Represents the method that will handle the PostResponse event.
Represents the method that will handle the PreHandleDocument event.
Represents an exception thrown by the HtmlWeb utility class.
Creates an instance of the HtmlWebException.
The exception's message.
Represents a document with mixed code and text. ASP, ASPX, JSP, are good example of such documents.
Gets or sets the token representing code start.
Gets or sets the token representing code end.
Gets or sets the token representing code directive.
Gets or sets the token representing response write directive.
Creates a mixed code document instance.
Loads a mixed code document from a stream.
The input stream.
Loads a mixed code document from a stream.
The input stream.
Indicates whether to look for byte order marks at the beginning of the file.
Loads a mixed code document from a stream.
The input stream.
The character encoding to use.
Loads a mixed code document from a stream.
The input stream.
The character encoding to use.
Indicates whether to look for byte order marks at the beginning of the file.
Loads a mixed code document from a stream.
The input stream.
The character encoding to use.
Indicates whether to look for byte order marks at the beginning of the file.
The minimum buffer size.
Loads a mixed code document from a file.
The complete file path to be read.
Loads a mixed code document from a file.
The complete file path to be read.
Indicates whether to look for byte order marks at the beginning of the file.
Loads a mixed code document from a file.
The complete file path to be read.
The character encoding to use.
Loads a mixed code document from a file.
The complete file path to be read.
The character encoding to use.
Indicates whether to look for byte order marks at the beginning of the file.
Loads a mixed code document from a file.
The complete file path to be read.
The character encoding to use.
Indicates whether to look for byte order marks at the beginning of the file.
The minimum buffer size.
Loads a mixed document from a text
The text to load.
Loads the mixed code document from the specified TextReader.
The TextReader used to feed the HTML data into the document.
Saves the mixed document to the specified stream.
The stream to which you want to save.
Saves the mixed document to the specified stream.
The stream to which you want to save.
The character encoding to use.
Saves the mixed document to the specified file.
The location of the file where you want to save the document.
Saves the mixed document to the specified file.
The location of the file where you want to save the document.
The character encoding to use.
Saves the mixed document to the specified StreamWriter.
The StreamWriter to which you want to save.
Saves the mixed document to the specified TextWriter.
The TextWriter to which you want to save.
Create a text fragment instances.
The newly created text fragment instance.
Create a code fragment instances.
The newly created code fragment instance.
Gets the encoding of the stream used to read the document.
Gets the list of code fragments in the document.
Gets the list of text fragments in the document.
Gets the list of all fragments in the document.
Gets the code represented by the mixed code document seen as a template.
Represents a fragment of code in a mixed code document.
Represents a base class for fragments in a mixed code document.
Gets the type of fragment.
Gets the fragment position in the document's stream.
Gets the line number of the fragment.
Gets the line position (column) of the fragment.
Gets the fragement text.
Gets the fragment code text.
Represents a list of mixed code fragments.
Appends a fragment to the list of fragments.
The fragment to append. May not be null.
Prepends a fragment to the list of fragments.
The fragment to append. May not be null.
Remove a fragment from the list of fragments. If this fragment was not in the list, an exception will be raised.
The fragment to remove. May not be null.
Remove a fragment from the list of fragments, using its index in the list.
The index of the fragment to remove.
Remove all fragments from the list.
Gets an enumerator that can iterate through the fragment list.
Gets an enumerator that can iterate through the fragment list.
Gets the number of fragments contained in the list.
Gets a fragment from the list using its index.
Represents a fragment enumerator.
Sets the enumerator to its initial position, which is before the first element in the collection.
Advances the enumerator to the next element of the collection.
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Gets the current element in the collection.
Gets the current element in the collection.
Represents the type of fragement in a mixed code document.
The fragment contains code.
The fragment contains text.
Represents a fragment of text in a mixed code document.
Gets the fragment text.
JSBeautifyOptions
indent_size
indent_char
indent_level
preserve_newlines
JSBeautify
GetResult
JSBeautify
工具条控件集合
构造函数
父控件实例
菜单项复选框控件(单选框)
菜单项控件基类(抽象类)
菜单项控件基类(抽象类)
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
添加子控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
点击时隐藏菜单,可以配合使用CssStyle=cursor:default;
图标地址
预定义图标
文本
上下文菜单
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理回发数据
回发数据键
回发数据集
回发数据是否改变
触发回发数据改变事件
触发复选框状态改变事件
事件参数
分组名(如果指定分组名,则此控件被渲染为单选框)
[AJAX属性]是否选中
是否自动回发
复选框状态改变事件(需要启用AutoPostBack)
定时器控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
获取 Hidden 属性改变的 JavaScript 脚本
客户端脚本
处理回发事件
事件参数
触发定时事件
事件参数
定时间隔(单位:秒)
定时事件
支持提示的表单字段基类(抽象类)
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
添加提示信息
HtmlNodeBuilder实例
[AJAX属性]提示文本
[AJAX属性]提示文本的标题
[AJAX属性]是否自动隐藏提示信息
用户控件的容器
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
取得第一个子控件
单项按钮项
构造函数
构造函数
文本
值
是否选中
显示的文本
值
单选项集合
通过文本查找单选项
文本
单选项
通过文本查找单选项
文本
是否去除HTML标签
单选项
通过值查找单选项
值
单选项
添加单选项
文本
值
新元素的插入位置
确认对话框帮助类(静态类)
确认对话框默认图标
显示消息框
显示消息框
显示消息框
显示消息框
获取显示确认对话框的客户端脚本
对话框消息
对话框标题
对话框图标
客户端脚本
获取显示确认对话框的客户端脚本
对话框消息
对话框标题
对话框图标
点击确定按钮执行的客户端脚本
点击取消按钮执行的客户端脚本
客户端脚本
获取显示确认对话框的客户端脚本
对话框消息
对话框标题
对话框图标
点击确定按钮执行的客户端脚本
点击取消按钮执行的客户端脚本
弹出对话框的目标页面
客户端脚本
当前活动窗体帮助类(静态类)
获取将values值写回控件的客户端脚本
需要写回的字符串列表
客户端脚本
获取关闭当前激活窗体的客户端脚本
客户端脚本
获取关闭当前激活窗体并刷新父页面的客户端脚本
客户端脚本
获取关闭当前激活窗体并回发父页面的客户端脚本
客户端脚本
获取关闭当前激活窗体并回发父页面的客户端脚本
回发参数
客户端脚本
获取先确认当前页面中表单是否更改,然后关闭当前激活窗体的客户端脚本
客户端脚本
获取先确认当前页面中表单是否更改,然后关闭当前激活窗体,再刷新父页面的客户端脚本
客户端脚本
获取先确认当前页面中表单是否更改,然后关闭当前激活窗体,再回发父页面的客户端脚本
客户端脚本
获取先确认当前页面中表单是否更改,然后关闭当前激活窗体,再回发父页面的客户端脚本
回发参数
客户端脚本
菜单项按钮控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理回发事件
事件参数
触发按钮点击事件
事件参数
是否可以回发
点击按钮时需要执行的客户端脚本
提交之前需要验证的表单名称列表
验证失败时提示对话框弹出位置
验证失败时是否出现提示对话框
确认对话框标题
确认对话框内容
确认对话框提示图标
确认对话框弹出位置
按钮点击事件
菜单项文本控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
文本
菜单项分隔符控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
菜单项超链接控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
链接地址
链接目标
菜单项控件集合
构造函数
父控件实例
带下拉列表的按钮
按钮控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
获取按钮客户端点击事件的脚本
验证表单列表
表单验证提示消息目标页面
是否显示表单验证提示对话框
启用回发
回发脚本
确认对话框消息
确认对话框标题
确认对话框图标
确认对话框目标页面
自定义客户端点击脚本
需要禁用的控件客户端ID
客户端脚本
处理回发数据
回发数据键
回发数据集
回发数据是否改变
触发回发数据改变事件
处理回发事件
事件参数
触发按钮点击事件
事件参数
回发之前禁用按钮(防止重复提交)
是否可以回发
[AJAX属性]是否被按下
是否可以按下
[AJAX属性]点击按钮时需要执行的客户端脚本
[AJAX属性]预定义图标
按钮的大小
图标地址
图标摆放位置
[AJAX属性]按钮文本
[AJAX属性]提示文本
提示文本类型
Tab键索引
按钮类型
需要验证的表单名称列表(逗号分隔)
验证失败时提示对话框弹出位置
验证失败时是否出现提示对话框
[AJAX属性]确认对话框标题
[AJAX属性]确认对话框内容
[AJAX属性]确认对话框提示图标
[AJAX属性]确认对话框弹出位置
按钮的上下文菜单
按钮点击事件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
菜单控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
菜单项集合
页面配置管理器(每个页面必须包含一个 PageManager 控件)
渲染控件的开始标签
输出流
渲染控件的结束标签
输出流
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
Used by FCKeditor, Add script before ajax postback.
不支持此属性
不支持此属性
不支持此属性
不支持此属性
自动调整此容器的宽度和高度,以填充整个页面
是否隐藏滚动条
是否隐藏滚动条
每次页面回发后总是执行onReady脚本(包括Ajax局部回发)
是否启用页面加载标示
需要在AJAX回发时更新的Asp.net控件列表(逗号分隔)
本次AJAX请求过程中需要更新TemplateField的表格
本次AJAX请求过程中重新加载的表格
样式
自定义样式的根路径
自定义样式的名称
语言
是否启用Ajax
是否启用Ajax正在加载提示
Ajax正在加载提示的类型
Ajax超时时间(单位:秒,默认:60秒)
是否启用XState压缩(默认为true)
表单中消息的位置
表单中标签的位置
表单中右侧的空白宽度
表单中字段标签的宽度
表单中字段与标签的分隔符
PageLoading控件是否存在页面
PageManager在当前页面的实例
图片控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
不支持此属性
不支持此属性
[AJAX属性]链接地址
[AJAX属性]预定义图标
[AJAX属性]图片的宽度
[AJAX属性]图片的高度
[AJAX属性]图片的样式类
[AJAX属性]图片的样式
[AJAX属性]图片的Alt
文件上传控件
构造函数
将上载文件的内容保存到 Web 服务器上的指定路径
保存的文件的名称
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理回发数据
回发数据键
回发数据集
回发数据是否改变
触发回发数据改变事件
处理回发事件
事件参数
触发文件选定事件
事件参数
不支持此属性
按钮文本
是否只显示按钮,不显示只读输入框
按钮图标
按钮图标地址
上传的文件
是否包含文件
客户端文件名称,包含目录路径(IE下为完成路径,Chrome下为文件名)
客户端文件名称,不包含目录路径
文件选定事件(需要启用AutoPostBack)
隐藏表单控件
渲染 HTML 之前调用(页面第一次加载或者普通回发)
扩展文本框控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理回发事件
事件参数
触发第一个触发按钮点击事件
事件参数
触发第二个触发按钮点击事件
事件参数
是否允许编辑
是否显示触发器
[AJAX属性]是否显示第一个触发器
[AJAX属性]是否显示第一个触发器
是否可以回发第一个触发器
是否可以回发第一个触发器
第一个触发器图片
第二个触发器图片
第一个触发器图片
第二个触发器图片
点击第一个触发器时需要执行的客户端脚本
点击第二个触发器时需要执行的客户端脚本
第一个触发按钮点击事件
第二个触发按钮点击事件
链接按钮控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理回发事件
事件参数
触发按钮点击事件
事件参数
[AJAX属性]文本
[AJAX属性]点击按钮时需要执行的客户端脚本
提交之前需要验证的表单名称列表
验证失败时提示对话框弹出位置
验证失败时是否出现提示对话框
是否可以回发
是否对文本编码
[AJAX属性]确认对话框标题
[AJAX属性]确认对话框内容
[AJAX属性]确认对话框提示图标
[AJAX属性]确认对话框弹出位置
按钮点击事件
单选框列表控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
绑定到数据源
绑定到数据表
绑定到可枚举列表
取得属性值
处理回发数据
回发数据键
回发数据集
回发数据是否改变
触发选中项改变事件
事件参数
触发回发数据改变事件
是否必填项
为空时提示信息
是否自动回发
渲染成几列
是否按照纵向顺序渲染
显示文本的数据字段
显示文本的格式化字符串
显示值的数据字段
数据源
[AJAX属性]选中项的值
[AJAX属性]选中项的索引
选中项
单选项集合
保存的单选项数据(内部使用)
选中项改变事件(需要启用AutoPostBack)
单选框控件
构造函数
设置本组内其他RadioButton的Checked属性为false
简单处理,只查找和此RadioButton在同一个层级的RadioButton
初始化控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理回发数据
回发数据键
回发数据集
回发数据是否改变
触发回发数据改变事件
触发单选框状态改变事件
事件参数
文本
[AJAX属性]是否选中
分组的名称
是否自动回发
单选框状态改变事件(需要启用AutoPostBack)
扩展文本框控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
触发按钮点击事件
事件参数
处理回发事件
事件参数
是否允许编辑
是否显示触发器
是否可以回发
右侧按钮的图片
右侧的图标
点击按钮时需要执行的客户端脚本
触发按钮点击事件
为设计时提供的表格列集合编辑器
构造函数
控件类型
获取此集合编辑器可包含的数据类型
类型集合
表格行选中事件参数
构造函数
行索引
行索引
表格行点击事件参数
构造函数
行索引
/// 列ID
行索引
列ID
表格列基类(抽象类)
表格列基类(抽象类)
取得列头渲染后的HTML
渲染后的HTML
取得列渲染后的HTML
表格行实例
渲染后的HTML
获取列的状态
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
表格对象
列索引
排序字段
是否隐藏列
列ID(如果没有设置,则为ClientID)
标题栏显示的文字
标题栏文字的提示文本
标题栏文字的提示文本类型
列宽度
控制子控件的尺寸(表格列使用HBox布局)
此列会扩展所有未使用的宽度
文本的排列位置
启用表头菜单
启用隐藏列功能
表格单元格容器样式类
本列是否需要保存状态(目前只有CheckBoxField实现了这个定义)
取得提示字符串
此列模拟树显示时的层次字段
提示文本
提示字段名称
提示字段格式化字符串
表格可编辑列
表格可编辑列的基类
字段名称
渲染 HTML 之前调用(页面第一次加载或者普通回发)
单元格编辑控件
字段类型
渲染器
渲染器的参数
自定义渲染器函数(JavaScript函数)
处理数据库中null值,默认为空字符串
显示之前进行HTML编码(默认为true)
表格可编辑复选框列
渲染 HTML 之前调用(页面第一次加载或者普通回发)
表格数据绑定列
渲染 HTML 之前调用(页面第一次加载或者普通回发)
启用表头菜单
是否允许隐藏列
是否启用分页行号
表格分组列
渲染 HTML 之前调用(页面第一次加载或者普通回发)
列数据
区域面板控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
不支持此属性
不支持此属性
不支持此属性
不支持此属性
布局类型
区域集合
手风琴控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
不支持此属性
不支持此属性
不支持此属性
不支持此属性
布局类型
是否启用折叠按钮
是否启用激活在最上面
是否启用填充整个区域
激活面板的索引
手风琴面板集合
手风琴面板控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
不支持此属性
不支持此属性
鼠标移到标题栏是否高亮显示
手风琴面板控件集合
构造函数
父控件实例
树节点展开事件参数
构造函数
树节点
树实例
树节点ID
树节点命令事件参数
构造函数
树节点
命令名称
命令参数
树实例
树节点ID
命令名称
命令参数
树节点选中事件参数
构造函数
树节点
是否选中
树节点
节点ID
是否选中
树节点
设置属性的值
树实例
父节点
树节点集合
单击树节点是否回发
点击按钮时需要执行的客户端脚本
命令名称
命令参数
是否选中
是否启用复选框
改变复选框状态是否自动回发
文本
树节点ID
是否叶子节点
是否可用
是否展开
链接目标
链接地址
图标地址
预定义图标
提示文本
树节点控件集合
构造函数
树实例
父节点
插入树节点
插入索引位置
树节点实例
设置每个节点的Tree实例
树节点的属性映射
映射源
映射目标
树节点的属性映射集合
窗体关闭事件参数
构造函数
关闭参数
关闭参数
表格行预绑定事件参数
构造函数
行数据源
行索引
行数据源(如果数据源为DataTable,则DataItem为DataRowView)
行索引
表格分页事件参数
构造函数
新页面的索引
新页面的索引
表格行命令事件参数
构造函数
行索引
列索引
命令名称
命令参数
行索引
列索引
命令名称
命令参数
表格行绑定事件参数
构造函数
行数据源
行索引
本行各列的值
本行各列的值(渲染后的HTML片段)
行数据源
行索引
表格行点击事件参数
构造函数
行索引
行索引
表格链接按钮列
渲染 HTML 之前调用(页面第一次加载或者普通回发)
启用表头菜单
是否允许隐藏列
字段名称
字段格式化字符串
按钮文本
显示之前进行HTML编码(默认为true)
是否在应用DataFormatString属性之后进行HTML编码(默认为true)
是否可以回发
是否可用
点击按钮时需要执行的客户端脚本
提交之前需要验证的表单名称列表
验证失败时提示对话框弹出位置
验证失败时是否出现提示对话框
图标
图标地址
确认对话框标题
确认对话框内容
确认对话框提示图标
确认对话框弹出位置
命令名称
命令参数
区域控件
Tab 控件必须包含在 TabStrip 中
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
是否可以拖动分隔条
边距
位置
Region控件集合
构造函数
父控件实例
日期控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理回发事件
事件参数
触发日期选定事件
事件参数
处理回发数据
回发数据键
回发数据集
回发数据是否改变
触发回发数据改变事件
[AJAX属性]选择的日期
日期格式
最大日期
最小日期
选择日期是否自动回发
选择日期是否自动回发
日期选定事件(需要启用EnableDateSelect)
工具条控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
工具条的位置
工具条项集合
工具栏文本控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
[AJAX属性]文本
工具栏分隔符控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
工具栏左右分隔符控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
链接控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
不支持此属性
[AJAX属性]文本
[AJAX属性]点击链接时需要执行的客户端脚本
[AJAX属性]链接地址
[AJAX属性]链接目标
是否对文本编码
页面上下文帮助类(静态类),包括向页面注册脚本、刷新当前页面、页面重定向等实用函数
跳转到指定的Url
跳转到指定的Url,Target指定在哪个窗口中跳转(_self,_parent,_top)
_self,_parent,_top
刷新当前页面
刷新指定页面
目标页面
注册页面脚本
客户端脚本
树控件
构造函数
初始化控件
渲染 HTML 之前调用
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
绑定数据源
如果一个节点不是叶子节点并且没有子节点,则应把它的Expanded设置为false,否则会引起页面死循环回发
同时处理 AutoLeafIdentification 属性
处理回发数据
回发数据键
回发数据集
回发数据是否改变
处理回发事件
事件参数
触发节点选中事件
事件参数
触发节点点击事件
事件参数
触发节点展开事件
事件参数
获取所有展开节点的ID数组
节点的ID数组
获取指定节点集合中所有展开节点的ID数组
指定的节点集合
节点的ID数组
获取所有展开节点的数组
节点的数组
获取指定节点集合中所有展开节点的数组
指定的节点集合
节点的数组
折叠所有节点
折叠指定节点集合中的所有节点
指定的节点集合
展开所有节点
展开指定节点集合中的所有节点
指定的节点集合
获取选中节点的ID数组
节点的ID数组
获取指定节点集合中选中节点的ID数组
指定的节点集合
节点的ID数组
获取选中节点的数组
节点的数组
获取指定节点集合中选中节点的数组
指定的节点集合
节点的数组
选中所有节点的复选框
选中指定节点的复选框
指定的节点集合
反选所有节点的复选框
反选指定节点的复选框
指定的节点集合
查找树节点
节点ID
树节点
在指定的节点集合中查找树节点
节点ID
指定的节点集合
树节点
获取展开全部节点的的客户端脚本
客户端脚本
获取折叠全部节点的的客户端脚本
客户端脚本
不支持此属性
不支持此属性
不支持此属性
不支持此属性
布局类型
启用箭头
启用动画
每次只能展开一个
启用节点之间连线
启用图标
自动标识没有子节点的节点为叶子节点,而不必为每个设置设置 Leaf 属性(默认:true)
启用多行选择
数据源
树节点集合
选中的树节点
[AJAX属性]选中的树节点ID
[AJAX属性]选中的树节点ID列表
树控件属性与数据源节点的映射关系
选中行
展开的节点列表
选中的节点列表
树节点集合的 JSON 表示(内部使用)
节点选中事件
节点点击事件
节点展开事件
脚本(不和控件关联的脚本)
脚本
层次(层次越高,注册越靠后)(缺省100)
负值表示在所有注册脚本之前执行
容器面板控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
不支持此属性
不支持此属性
不支持此属性
布局类型
页面加载提示控件
渲染控件的开始标签
输出流
渲染控件的结束标签(不生成结束标签)
输出流
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
自定义的加载图片
回发时是否显示
是否启用淡出效果
表单面板控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理列
添加列
行ID集合
开始行的索引(包含)
结束行的索引(包含)
行的列数
添加Items变量
取得当前行的列数
取得当前行 columnIndex 列的控件
不支持此属性
表单行控件集合
表单行控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
格式化widths
各列的宽度,空格分割
子控件集合
表单行控件集合
构造函数
父控件实例
分组面板控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
不支持此属性
不支持此属性
复选框控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理回发数据
回发数据键
回发数据集
回发数据是否改变
触发回发数据改变事件
触发复选框状态改变事件
事件参数
文本
[AJAX属性]是否选中
是否自动回发
复选框状态改变事件(需要启用AutoPostBack)
简单的表单容器控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
窗体控件
构造函数
不向页面输出任何HTML代码,通过Javascript代码添加DIV标签
输出流
不向页面输出任何HTML代码,通过Javascript代码添加DIV标签
输出流
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
Override the same method exist in ControlBase, because we have separate logic to hide this control.
保存服务器控件的ClientID
可以调用ActiveWindow.GetWriteBackValueReference在子页面向这些服务器控件写入值
获取显示窗体的客户端脚本
客户端脚本
获取显示窗体的客户端脚本
IFrame地址
客户端脚本
获取显示窗体的客户端脚本
IFrame地址
窗体标题
客户端脚本
获取最大化窗体尺寸的客户端脚本
客户端脚本
获取恢复窗体尺寸的客户端脚本
客户端脚本
获取最小化窗体尺寸的客户端脚本
客户端脚本
获取关闭当前激活Window的客户端脚本
客户端脚本
获取关闭当前激活Window然后刷新页面的客户端脚本
客户端脚本
获取关闭当前激活Window然后回发页面的客户端脚本
客户端脚本
获取关闭当前激活Window然后回发页面的客户端脚本
客户端脚本
获取先确认IFrame的页面中表单改变,然后关闭弹出窗口的客户端脚本
客户端脚本
获取先确认IFrame的页面中表单改变,然后关闭弹出窗口,然后刷新父页面的客户端脚本
客户端脚本
获取先确认IFrame的页面中表单改变,然后关闭弹出窗口,然后回发父页面的客户端脚本
客户端脚本
获取先确认IFrame的页面中表单改变,然后关闭弹出窗口,然后回发父页面的客户端脚本
客户端脚本
处理回发数据
回发数据键
回发数据集
回发数据是否改变
触发回发数据改变事件
处理回发事件
事件参数
触发窗体关闭事件
事件参数
不支持此属性
不支持此属性
为了放置不同页面的Window的ClientID发生冲突,加上GUID
[只读]Window的IFrameName必须是唯一的,在所有页面中是唯一的
所以不要手工定义Window的IFrameName
窗口的位置
是否弹出窗体
左上角位置
左上角位置
是否可以关闭
是否可以移动
是否可以最大化
是否可以最小化
最小高度
最小宽度
是否模式窗口
是否可以改变窗口大小
点击关闭按钮时需要执行的客户端脚本
关闭Window之前弹出确认当前表单改变的对话框
关闭窗体的动作(点击关闭按钮或者按 ESC 键都会执行此动作)
弹出窗口的目标位置(只有在EnableIFrame=true的情况下有效)
内容区域颜色是否和边框颜色相同,默认为true
窗体关闭事件(需要设置EnableClose=true和CloseAction=HidePostBack)
表格排序事件参数
构造函数
排序字段
排序方向
列索引
排序字段
排序方向
列索引
表格控件
模板列占位符前缀
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
当前分页的开始行和结束行
渲染开始标签
输出流
渲染结束标签
输出流
当在客户端修改了模板列中的值,调用此函数来告诉表格控件需要更新这些值;
如果对表格重新进行了数据绑定,则不需要调用此函数,因为重新绑定后会更新表格的全部内容
绑定到数据源
清空Rows,同时清除所有子控件中的GridRow控件
获取用户修改的数据
获取删除的行索引列表
获取新增的行数据
获取用户修改的行数据
处理回发数据
回发数据键
回发数据集
回发数据是否改变
接受用户编辑单元格(同时消除编辑单元格左上方的红色提示图标)
获取接受用户编辑单元格的客户端脚本(同时消除编辑单元格左上方的红色提示图标)
客户端脚本
拒绝用户编辑单元格(同时消除编辑单元格左上方的红色提示图标)
获取拒绝用户编辑单元格的客户端脚本(同时消除编辑单元格左上方的红色提示图标)
清空表格选中项
获取清空表格选中项的客户端脚本
客户端脚本
添加一条新纪录
缺省值
添加一条新纪录
缺省值
是否添加到末尾
获取添加一条新纪录的客户端脚本
缺省值
客户端脚本
获取添加一条新纪录的客户端脚本
缺省值
是否添加到末尾
客户端脚本
删除选中行(或者单元格)
获取删除选中行(或者单元格)的客户端脚本
客户端脚本
获取表格是否有选中项的客户端脚本
客户端脚本
获取表格选中项数的客户端脚本
客户端脚本
获取表格选中项数的客户端脚本
客户端脚本
获取表格选中单元格的客户端脚本(仅用于AllowCellEditing模式)
客户端脚本
获取表格没有任何选中项时在本窗口弹出提示对话框的客户端脚本
客户端脚本
获取表格没有任何选中项时在本窗口弹出提示对话框的客户端脚本
对话框消息
对话框标题
客户端脚本
获取表格没有任何选中项时在本窗口弹出提示对话框的客户端脚本
对话框消息
对话框标题
对话框图标
客户端脚本
获取表格没有任何选中项时在父级窗口弹出提示对话框的客户端脚本
对话框消息
客户端脚本
获取表格没有任何选中项时在父级窗口弹出提示对话框的客户端脚本
对话框消息
对话框标题
客户端脚本
获取表格没有任何选中项时在父级窗口弹出提示对话框的客户端脚本
对话框消息
对话框标题
对话框图标
客户端脚本
获取表格没有任何选中项时在顶级窗口弹出提示对话框的客户端脚本
对话框消息
客户端脚本
获取表格没有任何选中项时在顶级窗口弹出提示对话框的客户端脚本
对话框消息
对话框标题
客户端脚本
获取表格没有任何选中项时在顶级窗口弹出提示对话框的客户端脚本
对话框消息
对话框标题
对话框图标
客户端脚本
通过列ID获取列实例
列ID
列实例
通过列索引获取列实例
列索引
列实例
选中所有行(设置SelectedRowIndexArray属性)
展开全部的行扩展列
折叠全部的行扩展列
处理回发事件
事件参数
获取Columns前面的列(比如索引列,选择框列)
触发排序事件
事件参数
触发绑定前事件
事件参数
触发行绑定前事件
事件参数
触发行绑定后事件
事件参数
触发行内事件
事件参数
触发页索引改变事件
事件参数
触发行点击事件
事件参数
触发行双击事件
事件参数
触发行选中事件
事件参数
触发结束编辑事件
事件参数
不支持此属性
不支持此属性
不支持此属性
不支持此属性
布局类型
允许单元格编辑
编辑单元格时点击单元格的次数(默认为2次)
允许服务器端分页
是否数据库分页
服务器端分页后清空选中的行
每页显示项数
[AJAX属性]当前显示页索引
[AJAX属性]总页数
[AJAX属性]记录的总个数
允许服务器端排序
排序方向("ASC", "DESC")
当前排序字段(只读)
数据为空时显示在内容区域的文本,可以是HTML标签
行中文字的垂直排列位置(默认为Middle)
是否延迟渲染
展开所有的行扩展列
启用表格中的文字选择
显示表格表头
启用表头菜单
启用表格列分隔线(默认为false)
启用交替行显示不同的颜色
启用鼠标移动到行的颜色
点击行是否自动回发
选中行是否自动回发
双击行是否自动回发
点击行是否自动回发
选中行是否自动回发
点击行是否自动回发
双击行是否自动回发
结束编辑是否自动回发(需要启用AllowCellEditing)
自动扩展宽度以填充剩余空间的列(ColumnID)
成比例改变表格各列的宽度,以防止出现水平滚动条(第一次加载和之后改变表格宽度时都有效)
启用多选框
只能通过多选框选中行(仅在启用EnableCheckBoxSelect属性时有效)
启用多行选择
[AJAX属性]选中行的索引(列表中的第一项)
[AJAX属性]选中的单元格([行索引,列索引])
[AJAX属性]选中行的索引列表
[AJAX属性]隐藏的列名称列表(逗号分隔)
数据源
行关键字段
行关键字段的值
分页工具条项集合
全部的列
列数据
行数据
保存的行数据(内部使用)
排序事件
绑定前事件
行绑定前事件
行绑定后事件
行内事件
页索引改变事件
行点击事件(需要启用EnableRowClick)
行双击事件(需要启用EnableRowDoubleClick)
行选中事件(需要启用EnableRowSelect)
结束编辑事件(需要启用EnableAfterEditEvent)
表格数据绑定列
渲染 HTML 之前调用(页面第一次加载或者普通回发)
是否可用
字段名称
字段格式化字符串
处理数据库中null值,默认为空字符串
显示之前进行HTML编码(默认为true)
是否在应用DataFormatString属性之后进行HTML编码(默认为true)
表格复选框列
取得单元格的数据
本行的复选框是否处于选中状态
行索引
选中状态
设置本列复选框的选中状态
行索引
是否选中
渲染 HTML 之前调用(页面第一次加载或者普通回发)
是否可用(只在RenderAsStaticField=false时有效)
是否自动回发(只在RenderAsStaticField=false时有效)
字段名称
渲染为静态图片,否则渲染为可编辑的复选框
显示列头复选框(只在RenderAsStaticField=false时有效)
命令名称
命令参数
表格窗体列
渲染 HTML 之前调用(页面第一次加载或者普通回发)
启用表头菜单
是否允许隐藏列
是否可用
对应的窗体控件ID
窗体标题对应的字段名称
窗体标题对应的字段格式化字符串
字段名称
字段格式化字符串
显示之前进行HTML编码(默认为true)
是否在应用DataFormatString属性之后进行HTML编码(默认为true)
绑定到IFrame地址的字段名称列表
绑定到IFrame地址的字段格式化字符串
对每个绑定到IFrame地址的字段进行URL编码(默认为true)
IFrame地址
显示文本
标题
图标
图标地址
表格图片列
渲染 HTML 之前调用(页面第一次加载或者普通回发)
图片地址字段
图片地址字段格式化字符串
图片的宽度
图片的高度
表格模板列
渲染 HTML 之前调用(页面第一次加载或者普通回发)
模板容器
是否渲染为行扩展列
表格超链接列
渲染 HTML 之前调用(页面第一次加载或者普通回发)
是否可用
字段名称
字段格式化字符串
绑定到超链接地址的字段名称列表
对每个绑定到超链接地址的字段进行URL编码(此属性废弃,请使用UrlEncode属性)
对每个绑定到超链接地址的字段进行URL编码(默认为true)
绑定到超链接地址的字段格式化字符串
打开超链接的目标框架
超链接地址
超链接文本
显示之前进行HTML编码(默认为true)
是否在应用DataFormatString属性之后进行HTML编码(默认为true)
表格列集合
构造函数
父控件实例
用来作为模板列的数据绑定容器,实现了IDataItemContainer接口
构造函数
数据源
行索引
控件初始化事件
事件参数
渲染开始标签
ASP.NET服务器控件输出流
渲染结束标签
ASP.NET服务器控件输出流
数据源(IDataItemContainer成员)
数据项索引(IDataItemContainer成员)
数据项在控件中显示位置的索引(IDataItemContainer成员)
表格行
构造函数
构造函数
表格实例
行对应的数据源(在回发时为null)
行序号
当前行列状态列表
恢复当前行列状态列表(同时更新相应的Values值)
更新当前行某列的渲染后的HTML
表格行中模板列控件列表(数据绑定时自动生成每个模板列控件ID,回发时从XState中回发模板列控件ID)
绑定行的值
查找表格行内的控件
表格实例
本行对应的数据源(不维护状态)
第几行
此行的状态信息
此行DataKeyNames字段的值
非公开属性,对于CheckBoxField可以通过GetCheckedState访问
表格行中模板列控件列表,一个典型的例子为:[GridRowControl, null, null, GridRowControl, null, null, null, null, null]
表格行控件集合
列表项
构造函数
构造函数
列表项文本
列表项值
是否选中
显示的文本
值
是否可选择
模拟树的层次(从0开始为根节点)
列表项集合
通过文本查找列表项
文本
列表项
通过文本查找列表项
文本
是否去除HTML标签
列表项
通过值查找列表项
值
列表项
添加列表项
文本
值
新元素的插入位置
下拉列表控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
绑定到数据源
绑定到数据表格
数据表格
绑定到可枚举类型
可枚举类型
取得属性值
处理回发数据
回发数据键
回发数据集
回发数据是否改变
触发回发数据改变事件
触发选中项改变事件
事件参数
[AJAX属性]用户输入的文本(只有在允许编辑和不强制选择的情况下才有效)
[AJAX属性]选中项的值
[AJAX属性]选中项的索引
选中项的文本
选中项
是否强制选中下拉列表中的项(启用编辑的情况下)
是否可编辑,以便在录入时自动过滤下拉框中的值
是否启用模拟树显示
模拟树显示时指示所在层次的数据字段
是否可选择的字段
是否自动回发
显示文本字段
显示文本的格式化字符串
显示值字段
数据源
保存的列表项数据(内部使用)
列表项集合
选中项改变事件(需要启用AutoPostBack)
文本控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
不支持此属性
不支持此属性
是否对文本编码
[AJAX属性]文本
多行文本框控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
是否自动增长高度
自动增长的最大高度
自动增长的最小高度
是否总是隐藏滚动条
选项卡控件
构造函数
Tab 控件必须包含在 TabStrip 中
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
Override the same method exist in ControlBase, because we have separate logic to hide this control.
处理回发数据
回发数据键
回发数据集
回发数据是否改变
触发回发数据改变事件
获取显示选项卡的客户端脚本
客户端脚本
获取隐藏选项卡的客户端脚本
客户端脚本
不支持此属性
不支持此属性
是否可以关闭
选项卡面板控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理回发数据
回发数据键
回发数据集
回发数据是否改变
触发回发数据改变事件
处理回发事件
事件参数
触发选项卡改变事件
事件参数
获取添加选项卡的脚本
选项卡ID
IFrame地址
选项卡标题
是否可以关闭
客户端脚本
获取添加选项卡的脚本
选项卡ID
IFrame地址
选项卡标题
选项卡图标
是否可以关闭
客户端脚本
获取移除选项卡的脚本
选项卡ID
客户端脚本
不支持此属性
不支持此属性
不支持此属性
不支持此属性
布局类型
切换选项卡时是否自动回发
显示标题的背景颜色
是否启用右键菜单(可用来关闭当前Tab和所有其他Tab)
选项卡显示的位置
是否启用延迟加载选项卡
[AJAX属性]当前激活选项卡的索引
当前激活的选项卡
选项卡集合
选项卡改变事件
面板控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
HTML编辑框控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理回发数据
回发到服务器,判断控件的属性是否变化,
如果变化返回true,则RaisePostDataChangedEvent
回发数据键
回发数据集
回发数据是否改变
触发文本改变事件
事件参数
触发回发数据改变事件
不支持此属性
不支持此属性
[AJAX属性]文本
启用左右定位
启用颜色
启用字体
启用调整字体大小
启用格式化
启用创建链接
启用创建列表
启用源码视图
字体列表
启用中文字体
文本改变事件
日期选择框控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理回发事件
事件参数
触发日期选定事件
事件参数
是否允许编辑
选择的日期
启用中文智能识别,手工输入时如果不匹配指定格式,会尝试按照下面几种格式解析:yyyy-MM-dd、yyyy-M-d、yyyyMMdd、yyyyMd、yy-MM-dd、yy-M-d、yyMMdd、yyMd
尝试解析日期的格式列表
日期格式
最大日期
最小日期
选择日期是否自动回发
选择日期是否自动回发
日期选定事件(需要启用EnableDateSelect)
选项卡集合
构造函数
父控件实例
控件-控件相关脚本
要注册脚本的控件
脚本
额外的脚本
布局类型
容器布局(默认值)
锚点布局
边框布局(只用于RegionPanel控件)
自适应布局(用于只有一个子控件的情况)
手风琴布局(只用于Accordion控件)
表单布局(用于SimpleForm和Form控件)
卡片布局(只用于TabStrip控件)
列布局
绝对定位布局
行布局
表格布局
垂直盒子布局
水平盒子布局
布局类型名称
Extjs和.Net之间的日期格式转换
创建Javascript的Date对象字符串
日期对象
日期的客户端脚本形式
将.Net日期格式字符串转换为ExtJS的日期格式字符串
.Net日期格式字符串
ExtJS的日期格式字符串
数字输入框控件
渲染 HTML 之前调用(页面第一次加载或者普通回发)
不允许小数
不允许负数
最大值
最小值
小数点后的位数(默认为2)
文本框类型
普通文本框(默认值)
密码输入框
文本框类型名称
提示框的类型
Extjs的浮动提示框(默认值)
HTML标签的title属性
提示框的类型名称
JavaScript帮助类
将包含JavaScript代码块的字符串转换为可以使用的客户端脚本
包含JavaScript代码块的字符串
转换后的客户端脚本
获取单引号括起来的JavaScript字符串,一般用在GetReference函数中
你好 -> '你好'
你'好 -> '你\'好'
你\好 -> '你\\好'
源字符串
单引号括起来的字符串
获取字符串数组的脚本字符串形式
字符串数组
字符串数组的脚本字符串
获取整形数组的脚本字符串形式
整数数组
整形数组的脚本字符串
获取一段完成的JavaScript函数
函数主体
函数参数
字符串表示的JavaScript函数
获取延迟执行JavaScript脚本的字符串
需要执行的脚本内容
延迟毫秒数
延迟执行的客户端脚本
获取延迟执行JavaScript脚本的字符串
需要执行的脚本内容
延迟毫秒数
执行脚本时的函数上下文
延迟执行的客户端脚本
返回的是双引号括起来的字符串,用来作为JSON属性比较合适
源字符串
双引号括起来的字符串
将数字对象转化为字符串
数字对象
字符串
对话框帮助类
默认提示对话图标
显示对话框
获取显示对话框的客户端脚本
客户端脚本
显示对话框
消息正文
显示对话框
消息正文
标题
显示对话框
消息正文
图标
显示对话框
对话框消息
对话框标题
点击确定按钮执行的客户端脚本
显示对话框
对话框消息
对话框标题
自定义对话框图标
显示对话框
对话框消息
对话框标题
自定义对话框图标
点击确定按钮执行的客户端脚本
显示对话框
对话框消息
对话框标题
自定义对话框图标
点击确定按钮执行的客户端脚本
显示对话框的目标页面
显示对话框
对话框消息
对话框标题
点击确定按钮执行的客户端脚本
显示对话框的目标页面
自定义对话框图标
自定义对话框图标地址
在父页面中显示对话框
消息正文
在父页面中显示对话框
消息正文
标题
在父页面中显示对话框
消息正文
图标
在父页面中显示对话框
对话框消息
对话框标题
点击确定按钮执行的客户端脚本
在父页面中显示对话框
对话框消息
对话框标题
自定义对话框图标
在父页面中显示对话框
对话框消息
对话框标题
自定义对话框图标
点击确定按钮执行的客户端脚本
在顶层窗口中显示对话框
消息正文
在顶层窗口中显示对话框
消息正文
对话框标题
在顶层窗口中显示对话框
消息正文
自定义对话框图标
消息正文
对话框标题
点击确定按钮执行的客户端脚本
消息正文
对话框标题
自定义对话框图标
在顶层窗口中显示对话框
对话框消息
对话框标题
自定义对话框图标
点击确定按钮执行的客户端脚本
获取显示对话框的客户端脚本
对话框消息
客户端脚本
获取显示对话框的客户端脚本
对话框消息
对话框标题
客户端脚本
获取显示对话框的客户端脚本
对话框消息
自定义对话框图标
客户端脚本
获取显示对话框的客户端脚本
对话框消息
对话框标题
自定义对话框图标
客户端脚本
获取显示对话框的客户端脚本
对话框消息
对话框标题
点击确定按钮执行的客户端脚本
客户端脚本
获取显示对话框的客户端脚本
对话框消息
对话框标题
自定义对话框图标
点击确定按钮执行的客户端脚本
客户端脚本
获取显示对话框的客户端脚本
对话框消息
对话框标题
自定义对话框图标
点击确定按钮执行的客户端脚本
显示对话框的目标页面
客户端脚本
获取显示对话框的客户端脚本
对话框消息
对话框标题
点击确定按钮执行的客户端脚本
显示对话框的目标页面
自定义对话框图标地址
客户端脚本
获取在父页面中显示对话框的客户端脚本
对话框消息
客户端脚本
获取在父页面中显示对话框的客户端脚本
对话框消息
对话框标题
客户端脚本
获取在父页面中显示对话框的客户端脚本
对话框消息
自定义对话框图标
客户端脚本
获取在父页面中显示对话框的客户端脚本
对话框消息
对话框标题
自定义对话框图标
客户端脚本
获取在父页面中显示对话框的客户端脚本
对话框消息
对话框标题
点击确定按钮执行的客户端脚本
客户端脚本
获取在父页面中显示对话框的客户端脚本
对话框消息
对话框标题
自定义对话框图标
点击确定按钮执行的客户端脚本
客户端脚本
获取在最上层页面中显示对话框的客户端脚本
对话框消息
客户端脚本
获取在最上层页面中显示对话框的客户端脚本
对话框消息
对话框标题
客户端脚本
获取在最上层页面中显示对话框的客户端脚本
对话框消息
自定义对话框图标
客户端脚本
获取在最上层页面中显示对话框的客户端脚本
对话框消息
对话框标题
自定义对话框图标
客户端脚本
获取在最上层页面中显示对话框的客户端脚本
对话框消息
对话框标题
点击确定按钮执行的客户端脚本
客户端脚本
获取在最上层页面中显示对话框的客户端脚本
对话框消息
对话框标题
自定义对话框图标
点击确定按钮执行的客户端脚本
客户端脚本
对话框消息正文
对话框标题
对话框图标
点击确认按钮执行的JavaScript脚本
对话框的目标位置
自定义对话框图标地址
自定义对话框图标
消息框图标类型
信息(默认值)
警告
问题
错误
消息框图标类型名称
创建Javascript对象参数的帮助类
构造函数
构造函数
属性名
属性值
构造函数
属性名
属性值
是否保持原样
删除属性
属性名
是否包含属性
属性名
添加属性
属性名
属性值
添加属性
属性名
属性值
是否保持原样
获取属性
属性名
属性值
返回对象的JSON字符串形式
对象的JSON形式
已经添加属性的个数
资源帮助类
获取嵌入资源的 res.axd 地址
资源名称
资源地址
获取嵌入资源的 res.axd 地址
页面对象
资源名称
资源地址
获取嵌入资源的地址
资源名称
资源地址
获取嵌入资源的地址
页面实例
资源名称
资源地址
取得资源的内容
资源名称
资源内容
取得资源的二进制内容
资源名称
资源的二进制内容
获取空白图片的地址
空白图片的地址
配置字段名称
字段属性名称
字段属性值
属性分类的名称
基本属性
属性
表单验证
布局
事件
文本框控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
文本框类型
FineUI在Web.config中的配置节
主题
语言
表单验证消息的提示位置
表单中标签的位置
表单控件右侧距离边界的距离
表单控件标签的宽度
表单控件标签的分隔符
启用AJAX
启用AJAX加载提示信息
AJAX提示信息的类型
客户端AJAX超时时间
是否启用大字体(将ExtJS所有11px字体改为12px)
是否启用调试模式
ExtJS文件夹所在的根目录
图标所在的根目录
自定义主题所在的根目录
自定义主题名称
是否启用XState压缩(默认为true)
存在 Page.Items 上下文中,向页面注册资源
需要向页面注册的样式列表
准备呈现页面内容,在保存页面状态之前
注册页面第一次加载时的样式和脚本
注册页面脚本
是否注册startup脚本
取得页面初始化时脚本
返回经过排序的 _startupControlScriptList 列表,子控件排在父控件的前面
取得应该将Script插入的位置
modified by 30372245@qq.com, 要能够向上回溯,因为控件A的父的父控件可能不存在列表中
添加样式
删除已经添加的CSS样式
添加脚本
相同控件的脚本合并在一起(30372245@qq.com 2008-7-4)
控件control的注册脚本是否存在
AJAX时每个控件需要注册的脚本
AJAX时不依赖控件的脚本
AJAX时使用到的所有短名称列表
比如:X('SimpleForm1_tbxUserName') -> cmp0
X('SimpleForm1_tbxPassword') -> cmp1
取得 ResourceManager 的实例,单件模式
复选框列表控件
构造函数
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
绑定到数据源
绑定到数据表
绑定到可枚举列表
取得属性值
处理回发数据
回发数据键
回发数据集
回发数据是否改变
触发选中项改变事件
事件参数
触发回发数据改变事件
是否必填项
为空时提示信息
是否自动回发
渲染成几列
是否按照纵向顺序渲染
显示文本的数据字段
显示文本的格式化字符串
显示值的数据字段
数据源
[AJAX属性]选中项的值
[AJAX属性]选中项的索引
选中项
复选框集合
保存的复选框数据(内部使用)
选中项改变事件(需要启用AutoPostBack)
复选框列表项
构造函数
构造函数
是否选中
显示的文本
值
复选项集合
通过文本查找复选项
文本
复选项
通过文本查找复选项
文本
是否去除HTML标签
复选项
通过值查找复选项
值
复选项
添加复选项
文本
值
新元素的插入位置
时间选择框控件
渲染 HTML 之前调用(AJAX回发)
渲染 HTML 之前调用(页面第一次加载或者普通回发)
处理回发事件
事件参数
触发日期选择事件
事件参数
是否允许编辑
选择的时间
尝试解析时间的格式列表
时间格式(默认为HH:mm,24小时制,比如“20:30”)
最大时间
最大时间的字符串形式
最小时间
最小时间的字符串形式
列表中每个时间值相差的分钟数(默认为15分钟)
选择时间是否自动回发
选择时间是否自动回发
日期选择事件(需要启用EnableDateSelect)