选项卡面板控件帮助类 更多...
Public 成员函数 | |
| TabStripAjaxHelper (TabStrip source) | |
| 构造函数 | |
| void | ActiveTabIndex (int activeTabIndex) |
| 设置激活的选项卡 | |
| void | AddTab (string tabID, string iframeUrl, string tabTitle, bool enableClose) |
| 添加选项卡 | |
| string | GetAddTabReference (string tabID, string iframeUrl, string tabTitle, bool enableClose) |
| 获取添加选项卡的脚本 | |
| void | AddTab (string tabID, string iframeUrl, string tabTitle, bool enableClose, bool actived) |
| 添加选项卡 | |
| string | GetAddTabReference (string tabID, string iframeUrl, string tabTitle, bool enableClose, bool actived) |
| 获取添加选项卡的脚本 | |
| void | AddTab (string tabID, string iframeUrl, string tabTitle, string iconUrl, bool enableClose) |
| 添加选项卡 | |
| string | GetAddTabReference (string tabID, string iframeUrl, string tabTitle, string iconUrl, bool enableClose) |
| 获取添加选项卡的脚本 | |
| string | GetAddTabReference (TabOptions tabOptions) |
| 获取添加选项卡的脚本 | |
| void | AddTab (TabOptions tabOptions) |
| 添加选项卡 | |
| void | AddTab (string tabID, string iframeUrl, string tabTitle, string iconUrl, bool enableClose, bool actived) |
| 添加选项卡 | |
| string | GetAddTabReference (string tabID, string iframeUrl, string tabTitle, string iconUrl, bool enableClose, bool actived) |
| 获取添加选项卡的脚本 | |
| void | AddTab (string tabID, string iframeUrl, string tabTitle, IconFont iconFont, bool enableClose) |
| 添加选项卡 | |
| string | GetAddTabReference (string tabID, string iframeUrl, string tabTitle, IconFont iconFont, bool enableClose) |
| 获取添加选项卡的脚本 | |
| void | AddTab (string tabID, string iframeUrl, string tabTitle, IconFont iconFont, bool enableClose, bool actived) |
| 添加选项卡 | |
| string | GetAddTabReference (string tabID, string iframeUrl, string tabTitle, IconFont iconFont, bool enableClose, bool actived) |
| 获取添加选项卡的脚本 | |
| string | GetAddTabReference (string tabID, string iframeUrl, string tabTitle, string iconUrl, IconFont iconFont, bool enableClose, bool actived) |
| 获取添加选项卡的脚本 | |
| void | RemoveTab (string tabID) |
| 移除选项卡 | |
| string | GetRemoveTabReference (string tabID) |
| 获取移除选项卡的脚本 | |
| void | HideTab (string tabID) |
| 隐藏选项卡 | |
| string | GetHideTabReference (string tabID) |
| 获取隐藏选项卡的脚本 | |
| void | CloseTab (string tabID) |
| 关闭选项卡 | |
| string | GetCloseTabReference (string tabID) |
| 获取关闭选项卡的脚本 | |
| void | ActivateTab (string tabID) |
| 激活选项卡 | |
| void | ActivateTab (string tabID, bool moveToEnd) |
| 激活选项卡 | |
| string | GetActivateTabReference (string tabID) |
| 获取激活选项卡的脚本 | |
| string | GetActivateTabReference (string tabID, bool moveToEnd) |
| 获取激活选项卡的脚本 | |
| void | ShowTab (string tabID) |
| 显示选项卡 | |
| void | ShowTab (string tabID, bool moveToEnd) |
| 显示选项卡 | |
| string | GetShowTabReference (string tabID) |
| 获取显示选项卡的脚本 | |
| string | GetShowTabReference (string tabID, bool moveToEnd) |
| 获取显示选项卡的脚本 | |
| Public 成员函数 继承自 FineUICore.PanelBaseAjaxHelper< T, TAjaxHelper > | |
| PanelBaseAjaxHelper (PanelBase source) | |
| 构造函数 | |
| void | RefreshIFrame () |
| 刷新面板中的IFrame页面 | |
| string | GetRefreshIFrameReference () |
| 获取刷新面板中IFrame页面的客户端脚本 | |
| void | ClearDirty () |
| 清空面板内表单字段的改变状态 | |
| string | GetClearDirtyReference () |
| 获取清空面板内表单字段改变状态的客户端脚本 | |
| void | Reset () |
| 重置面板中所有字段 | |
| string | GetResetReference () |
| 获取重置面板中所有字段的客户端脚本 | |
| Public 成员函数 继承自 FineUICore.ContainerAjaxHelper< T, TAjaxHelper > | |
| ContainerAjaxHelper (Container source) | |
| 构造函数 | |
| Public 成员函数 继承自 FineUICore.BoxComponentAjaxHelper< T, TAjaxHelper > | |
| BoxComponentAjaxHelper (BoxComponent source) | |
| 构造函数 | |
| Public 成员函数 继承自 FineUICore.ComponentAjaxHelper< T, TAjaxHelper > | |
| ComponentAjaxHelper (Component source) | |
| 构造函数 | |
| void | ApplyStyles (string styles) |
| 设置控件样式 | |
| void | CssStyle (string styles) |
| 设置控件样式 | |
| void | AddCssClass (string cssClass) |
| 添加控件样式类 | |
| void | RemoveCssClass (string cssClass) |
| 删除控件样式类 | |
| Public 成员函数 继承自 FineUICore.ControlBaseAjaxHelper< T, TAjaxHelper > | |
| 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标签属性 | |
属性 | |
| new TabStrip | Source [get] |
| 当前控件 | |
| 属性 继承自 FineUICore.PanelBaseAjaxHelper< T, TAjaxHelper > | |
| new PanelBase | Source [get] |
| 当前控件 | |
| 属性 继承自 FineUICore.ContainerAjaxHelper< T, TAjaxHelper > | |
| new Container | Source [get] |
| 当前控件 | |
| 属性 继承自 FineUICore.BoxComponentAjaxHelper< T, TAjaxHelper > | |
| new BoxComponent | Source [get] |
| 当前控件 | |
| 属性 继承自 FineUICore.ComponentAjaxHelper< T, TAjaxHelper > | |
| new Component | Source [get] |
| 当前控件 | |
| 属性 继承自 FineUICore.ControlBaseAjaxHelper< T, TAjaxHelper > | |
| ControlBase | Source [get] |
| 当前控件 | |
选项卡面板控件帮助类
| FineUICore.TabStripAjaxHelper.TabStripAjaxHelper | ( | TabStrip | source | ) |
构造函数
| source |
| void FineUICore.TabStripAjaxHelper.ActivateTab | ( | string | tabID | ) |
激活选项卡
| tabID | 选项卡ID |
| void FineUICore.TabStripAjaxHelper.ActivateTab | ( | string | tabID, |
| bool | moveToEnd ) |
激活选项卡
| tabID | 选项卡ID |
| moveToEnd | 将选项卡移到尾部 |
| void FineUICore.TabStripAjaxHelper.ActiveTabIndex | ( | int | activeTabIndex | ) |
设置激活的选项卡
| activeTabIndex |
| void FineUICore.TabStripAjaxHelper.AddTab | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| bool | enableClose ) |
添加选项卡
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| enableClose | 是否可以关闭 |
| void FineUICore.TabStripAjaxHelper.AddTab | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| bool | enableClose, | ||
| bool | actived ) |
添加选项卡
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| enableClose | 是否可以关闭 |
| actived | 是否激活选项卡 |
| void FineUICore.TabStripAjaxHelper.AddTab | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| IconFont | iconFont, | ||
| bool | enableClose ) |
添加选项卡
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconFont | 选项卡图标字体 |
| enableClose | 是否可以关闭 |
| void FineUICore.TabStripAjaxHelper.AddTab | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| IconFont | iconFont, | ||
| bool | enableClose, | ||
| bool | actived ) |
添加选项卡
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconFont | 选项卡图标字体 |
| enableClose | 是否可以关闭 |
| actived | 是否激活选项卡 |
| void FineUICore.TabStripAjaxHelper.AddTab | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| string | iconUrl, | ||
| bool | enableClose ) |
添加选项卡
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconUrl | 选项卡图标 |
| enableClose | 是否可以关闭 |
| void FineUICore.TabStripAjaxHelper.AddTab | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| string | iconUrl, | ||
| bool | enableClose, | ||
| bool | actived ) |
添加选项卡
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconUrl | 选项卡图标 |
| enableClose | 是否可以关闭 |
| actived | 是否激活选项卡 |
| void FineUICore.TabStripAjaxHelper.AddTab | ( | TabOptions | tabOptions | ) |
添加选项卡
| tabOptions | 选项卡配置参数 |
| void FineUICore.TabStripAjaxHelper.CloseTab | ( | string | tabID | ) |
关闭选项卡
| tabID | 选项卡ID |
| string FineUICore.TabStripAjaxHelper.GetActivateTabReference | ( | string | tabID | ) |
获取激活选项卡的脚本
| tabID | 选项卡ID |
| string FineUICore.TabStripAjaxHelper.GetActivateTabReference | ( | string | tabID, |
| bool | moveToEnd ) |
获取激活选项卡的脚本
| tabID | 选项卡ID |
| moveToEnd | 将选项卡移到尾部 |
| string FineUICore.TabStripAjaxHelper.GetAddTabReference | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| bool | enableClose ) |
获取添加选项卡的脚本
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| enableClose | 是否可以关闭 |
| string FineUICore.TabStripAjaxHelper.GetAddTabReference | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| bool | enableClose, | ||
| bool | actived ) |
获取添加选项卡的脚本
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| enableClose | 是否可以关闭 |
| actived | 是否激活选项卡 |
| string FineUICore.TabStripAjaxHelper.GetAddTabReference | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| IconFont | iconFont, | ||
| bool | enableClose ) |
获取添加选项卡的脚本
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconFont | 选项卡图标字体 |
| enableClose | 是否可以关闭 |
| string FineUICore.TabStripAjaxHelper.GetAddTabReference | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| IconFont | iconFont, | ||
| bool | enableClose, | ||
| bool | actived ) |
获取添加选项卡的脚本
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconFont | 选项卡图标字体 |
| enableClose | 是否可以关闭 |
| actived | 是否激活选项卡 |
| string FineUICore.TabStripAjaxHelper.GetAddTabReference | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| string | iconUrl, | ||
| bool | enableClose ) |
获取添加选项卡的脚本
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconUrl | 选项卡图标 |
| enableClose | 是否可以关闭 |
| string FineUICore.TabStripAjaxHelper.GetAddTabReference | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| string | iconUrl, | ||
| bool | enableClose, | ||
| bool | actived ) |
获取添加选项卡的脚本
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconUrl | 选项卡图标 |
| enableClose | 是否可以关闭 |
| actived | 是否激活选项卡 |
| string FineUICore.TabStripAjaxHelper.GetAddTabReference | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| string | iconUrl, | ||
| IconFont | iconFont, | ||
| bool | enableClose, | ||
| bool | actived ) |
获取添加选项卡的脚本
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconUrl | 选项卡图标 |
| iconFont | 选项卡图标字体 |
| enableClose | 是否可以关闭 |
| actived | 是否激活选项卡 |
| string FineUICore.TabStripAjaxHelper.GetAddTabReference | ( | TabOptions | tabOptions | ) |
获取添加选项卡的脚本
| tabOptions | 选项卡配置参数 |
| string FineUICore.TabStripAjaxHelper.GetCloseTabReference | ( | string | tabID | ) |
获取关闭选项卡的脚本
| tabID | 选项卡ID |
| string FineUICore.TabStripAjaxHelper.GetHideTabReference | ( | string | tabID | ) |
获取隐藏选项卡的脚本
| tabID | 选项卡ID |
| string FineUICore.TabStripAjaxHelper.GetRemoveTabReference | ( | string | tabID | ) |
获取移除选项卡的脚本
| tabID | 选项卡ID |
| string FineUICore.TabStripAjaxHelper.GetShowTabReference | ( | string | tabID | ) |
获取显示选项卡的脚本
| tabID | 选项卡ID |
| string FineUICore.TabStripAjaxHelper.GetShowTabReference | ( | string | tabID, |
| bool | moveToEnd ) |
获取显示选项卡的脚本
| tabID | 选项卡ID |
| moveToEnd | 将选项卡移到尾部 |
| void FineUICore.TabStripAjaxHelper.HideTab | ( | string | tabID | ) |
隐藏选项卡
| tabID | 选项卡ID |
| void FineUICore.TabStripAjaxHelper.RemoveTab | ( | string | tabID | ) |
移除选项卡
| tabID | 选项卡ID |
| void FineUICore.TabStripAjaxHelper.ShowTab | ( | string | tabID | ) |
显示选项卡
| tabID | 选项卡ID |
| void FineUICore.TabStripAjaxHelper.ShowTab | ( | string | tabID, |
| bool | moveToEnd ) |
显示选项卡
| tabID | 选项卡ID |
| moveToEnd | 将选项卡移到尾部 |
|
get |