|
| TabAjaxHelper (Tab source) |
| 构造函数
|
|
void | Show () |
| 显示选项卡
|
|
void | Show (bool moveToEnd) |
| 显示选项卡
|
|
string | GetShowReference () |
| 获取显示选项卡的脚本
|
|
string | GetShowReference (bool moveToEnd) |
| 获取显示选项卡的脚本
|
|
void | Hide () |
| 隐藏选项卡
|
|
string | GetHideReference () |
| 获取隐藏选项卡的脚本
|
|
void | Close () |
| 关闭选项卡
|
|
string | GetCloseReference () |
| 获取关闭选项卡的脚本
|
|
void | Active () |
| 激活选项卡
|
|
void | Active (bool moveToEnd) |
| 激活选项卡
|
|
string | GetActivateReference () |
| 获取激活选项卡的脚本
|
|
string | GetActivateReference (bool moveToEnd) |
| 获取激活选项卡的脚本
|
|
| CollapsablePanelAjaxHelper (CollapsablePanel source) |
| 构造函数
|
|
void | Expand () |
| 展开面板
|
|
void | Collapse () |
| 折叠面板
|
|
void | Collapsed (bool collapsed) |
| 设置面板的折叠状态
|
|
void | Title (string text) |
| 设置面板标题文本
|
|
void | TitleToolTip (string text) |
| 设置面板标题的提示文本
|
|
void | IconFont (IconFont iconFont) |
| 设置图标
|
|
void | IconFont (IconFont iconFont, string iconFontClass) |
| 设置图标
|
|
void | IconUrl (string iconUrl) |
| 设置图标
|
|
void | Icon (Icon icon) |
| 设置图标
|
|
| PanelBaseAjaxHelper (PanelBase source) |
| 构造函数
|
|
void | RefreshIFrame () |
| 刷新面板中的IFrame页面
|
|
string | GetRefreshIFrameReference () |
| 获取刷新面板中IFrame页面的客户端脚本
|
|
void | ClearDirty () |
| 清空面板内表单字段的改变状态
|
|
string | GetClearDirtyReference () |
| 获取清空面板内表单字段改变状态的客户端脚本
|
|
void | Reset () |
| 重置面板中所有字段
|
|
string | GetResetReference () |
| 获取重置面板中所有字段的客户端脚本
|
|
| ContainerAjaxHelper (Container source) |
| 构造函数
|
|
| BoxComponentAjaxHelper (BoxComponent source) |
| 构造函数
|
|
| ComponentAjaxHelper (Component source) |
| 构造函数
|
|
void | ApplyStyles (string styles) |
| 设置控件样式
|
|
void | CssStyle (string styles) |
| 设置控件样式
|
|
void | AddCssClass (string cssClass) |
| 添加控件样式类
|
|
void | RemoveCssClass (string cssClass) |
| 删除控件样式类
|
|
| ControlBaseAjaxHelper (ControlBase source) |
| 构造函数
|
|
virtual void | Enabled (bool enabled) |
| 设置控件的启用状态
|
|
virtual void | Disabled (bool disabled) |
| 设置控件的禁用状态
|
|
virtual void | Hidden (bool hidden) |
| 设置控件的隐藏状态
|
|
virtual void | Attribute (string key, string value) |
| 设置HTML标签属性
|
|