表格行命令(仅RazorForms开发模式适用)
更多...
|
| string | CssClass [get, set] |
| | 样式类名
|
| string | Text [get, set] |
| | 文本
|
| string | CommandName [get, set] |
| | 命令名称
|
| string | CommandArgument [get, set] |
| | 命令参数
|
| bool | Enabled = true [get, set] |
| | 是否可用
|
| bool | Hidden = false [get, set] |
| | 是否隐藏
|
| string | RendererFunction [get, set] |
| | 自定义行命令渲染器函数(JavaScript函数)
|
| IconFont | IconFont = IconFont.None [get, set] |
| | 预定义图标字体
|
| string | IconFontClass [get, set] |
| | 自定义图标字体的样式类
|
| Icon | Icon = Icon.None [get, set] |
| | 预定义图标
|
| string | IconUrl [get, set] |
| | 图标地址
|
| string | ConfirmTitle [get, set] |
| | 确认对话框标题
|
| string | ConfirmText [get, set] |
| | 确认对话框内容
|
| MessageBoxIcon | ConfirmIcon = MessageBoxIcon.Warning [get, set] |
| | 确认对话框提示图标
|
| Target | ConfirmTarget = Target.Self [get, set] |
| | 确认对话框弹出位置
|
| string | ToolTip [get, set] |
| | 提示文本
|
| ToolTipType | ToolTipType = ToolTipType.Qtip [get, set] |
| | 提示文本类型
|
| ToolTipPosition | ToolTipPosition = ToolTipPosition.Undefined [get, set] |
| | 提示文本的位置
|
| string | WindowID [get, set] |
| | 对应的窗体控件ID
|
| string[] | WindowTitleFields [get, set] |
| | 窗体标题对应的字段名称列表
|
| string | WindowTitleFormatString [get, set] |
| | 窗体标题对应的字段格式化字符串
|
| string | WindowTitle [get, set] |
| | 窗体标题
|
| string[] | WindowIFrameUrlFields [get, set] |
| | 绑定到窗体内联页面地址的字段名称列表
|
| string | WindowIFrameUrlFormatString [get, set] |
| | 绑定到窗体内联页面地址的字段格式化字符串
|
| bool | WindowIFrameUrlEncode = true [get, set] |
| | 是否对每个绑定到窗体内联页面地址的字段进行URL编码(默认为true)
|
| string | WindowIFrameUrl [get, set] |
| | 窗体内联页面地址
|
◆ GridCommand()
| FineUICore.GridCommand.GridCommand |
( |
| ) |
|
◆ CommandArgument
| string FineUICore.GridCommand.CommandArgument |
|
getset |
◆ CommandName
| string FineUICore.GridCommand.CommandName |
|
getset |
◆ ConfirmIcon
◆ ConfirmTarget
◆ ConfirmText
| string FineUICore.GridCommand.ConfirmText |
|
getset |
◆ ConfirmTitle
| string FineUICore.GridCommand.ConfirmTitle |
|
getset |
◆ CssClass
| string FineUICore.GridCommand.CssClass |
|
getset |
◆ Enabled
| bool FineUICore.GridCommand.Enabled = true |
|
getset |
◆ Hidden
| bool FineUICore.GridCommand.Hidden = false |
|
getset |
◆ Icon
| Icon FineUICore.GridCommand.Icon = Icon.None |
|
getset |
◆ IconFont
| IconFont FineUICore.GridCommand.IconFont = IconFont.None |
|
getset |
◆ IconFontClass
| string FineUICore.GridCommand.IconFontClass |
|
getset |
◆ IconUrl
| string FineUICore.GridCommand.IconUrl |
|
getset |
◆ RendererFunction
| string FineUICore.GridCommand.RendererFunction |
|
getset |
自定义行命令渲染器函数(JavaScript函数)
◆ Text
| string FineUICore.GridCommand.Text |
|
getset |
◆ ToolTip
| string FineUICore.GridCommand.ToolTip |
|
getset |
◆ ToolTipPosition
◆ ToolTipType
◆ WindowID
| string FineUICore.GridCommand.WindowID |
|
getset |
◆ WindowIFrameUrl
| string FineUICore.GridCommand.WindowIFrameUrl |
|
getset |
◆ WindowIFrameUrlEncode
| bool FineUICore.GridCommand.WindowIFrameUrlEncode = true |
|
getset |
是否对每个绑定到窗体内联页面地址的字段进行URL编码(默认为true)
◆ WindowIFrameUrlFields
| string [] FineUICore.GridCommand.WindowIFrameUrlFields |
|
getset |
◆ WindowIFrameUrlFormatString
| string FineUICore.GridCommand.WindowIFrameUrlFormatString |
|
getset |
◆ WindowTitle
| string FineUICore.GridCommand.WindowTitle |
|
getset |
◆ WindowTitleFields
| string [] FineUICore.GridCommand.WindowTitleFields |
|
getset |
◆ WindowTitleFormatString
| string FineUICore.GridCommand.WindowTitleFormatString |
|
getset |
该类的文档由以下文件生成: