|
FineUIMvc 11.7
企业级 ASP.NET MVC 控件库
|
选项卡面板控件帮助类 更多...
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) |
| 获取添加选项卡的脚本 | |
| 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 | 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 成员函数 继承自 FineUIMvc.PanelBaseAjaxHelper< TabStrip, TabStripAjaxHelper > | |
| PanelBaseAjaxHelper (PanelBase source) | |
| 构造函数 | |
| void | RefreshIFrame () |
| 刷新面板中的IFrame页面 | |
| string | GetRefreshIFrameReference () |
| 获取刷新面板中IFrame页面的客户端脚本 | |
| void | ClearDirty () |
| 清空面板内表单字段的改变状态 | |
| string | GetClearDirtyReference () |
| 获取清空面板内表单字段改变状态的客户端脚本 | |
| virtual void | Reset () |
| 重置面板中所有字段 | |
| virtual string | GetResetReference () |
| 获取重置面板中所有字段的客户端脚本 | |
属性 | |
| new TabStrip | Source [get] |
| 当前控件 | |
属性 继承自 FineUIMvc.PanelBaseAjaxHelper< TabStrip, TabStripAjaxHelper > | |
| new PanelBase | Source [get] |
| 当前控件 | |
选项卡面板控件帮助类
| FineUIMvc.TabStripAjaxHelper.TabStripAjaxHelper | ( | TabStrip | source | ) |
构造函数
| source |
| void FineUIMvc.TabStripAjaxHelper.ActivateTab | ( | string | tabID | ) |
激活选项卡
| tabID | 选项卡ID |
| void FineUIMvc.TabStripAjaxHelper.ActivateTab | ( | string | tabID, |
| bool | moveToEnd | ||
| ) |
激活选项卡
| tabID | 选项卡ID |
| moveToEnd | 将选项卡移到尾部 |
| void FineUIMvc.TabStripAjaxHelper.ActiveTabIndex | ( | int | activeTabIndex | ) |
设置激活的选项卡
| activeTabIndex |
| void FineUIMvc.TabStripAjaxHelper.AddTab | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| bool | enableClose | ||
| ) |
添加选项卡
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| enableClose | 是否可以关闭 |
| void FineUIMvc.TabStripAjaxHelper.AddTab | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| bool | enableClose, | ||
| bool | actived | ||
| ) |
添加选项卡
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| enableClose | 是否可以关闭 |
| actived | 是否激活选项卡 |
| void FineUIMvc.TabStripAjaxHelper.AddTab | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| IconFont | iconFont, | ||
| bool | enableClose | ||
| ) |
添加选项卡
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconFont | 选项卡图标字体 |
| enableClose | 是否可以关闭 |
| void FineUIMvc.TabStripAjaxHelper.AddTab | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| IconFont | iconFont, | ||
| bool | enableClose, | ||
| bool | actived | ||
| ) |
添加选项卡
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconFont | 选项卡图标字体 |
| enableClose | 是否可以关闭 |
| actived | 是否激活选项卡 |
| void FineUIMvc.TabStripAjaxHelper.AddTab | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| string | iconUrl, | ||
| bool | enableClose | ||
| ) |
添加选项卡
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconUrl | 选项卡图标 |
| enableClose | 是否可以关闭 |
| void FineUIMvc.TabStripAjaxHelper.AddTab | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| string | iconUrl, | ||
| bool | enableClose, | ||
| bool | actived | ||
| ) |
添加选项卡
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconUrl | 选项卡图标 |
| enableClose | 是否可以关闭 |
| actived | 是否激活选项卡 |
| string FineUIMvc.TabStripAjaxHelper.GetActivateTabReference | ( | string | tabID | ) |
获取激活选项卡的脚本
| tabID | 选项卡ID |
| string FineUIMvc.TabStripAjaxHelper.GetActivateTabReference | ( | string | tabID, |
| bool | moveToEnd | ||
| ) |
获取激活选项卡的脚本
| tabID | 选项卡ID |
| moveToEnd | 将选项卡移到尾部 |
| string FineUIMvc.TabStripAjaxHelper.GetAddTabReference | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| bool | enableClose | ||
| ) |
获取添加选项卡的脚本
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| enableClose | 是否可以关闭 |
| string FineUIMvc.TabStripAjaxHelper.GetAddTabReference | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| bool | enableClose, | ||
| bool | actived | ||
| ) |
获取添加选项卡的脚本
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| enableClose | 是否可以关闭 |
| actived | 是否激活选项卡 |
| string FineUIMvc.TabStripAjaxHelper.GetAddTabReference | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| IconFont | iconFont, | ||
| bool | enableClose | ||
| ) |
获取添加选项卡的脚本
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconFont | 选项卡图标字体 |
| enableClose | 是否可以关闭 |
| string FineUIMvc.TabStripAjaxHelper.GetAddTabReference | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| IconFont | iconFont, | ||
| bool | enableClose, | ||
| bool | actived | ||
| ) |
获取添加选项卡的脚本
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconFont | 选项卡图标字体 |
| enableClose | 是否可以关闭 |
| actived | 是否激活选项卡 |
| string FineUIMvc.TabStripAjaxHelper.GetAddTabReference | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| string | iconUrl, | ||
| bool | enableClose | ||
| ) |
获取添加选项卡的脚本
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconUrl | 选项卡图标 |
| enableClose | 是否可以关闭 |
| string FineUIMvc.TabStripAjaxHelper.GetAddTabReference | ( | string | tabID, |
| string | iframeUrl, | ||
| string | tabTitle, | ||
| string | iconUrl, | ||
| bool | enableClose, | ||
| bool | actived | ||
| ) |
获取添加选项卡的脚本
| tabID | 选项卡ID |
| iframeUrl | IFrame地址 |
| tabTitle | 选项卡标题 |
| iconUrl | 选项卡图标 |
| enableClose | 是否可以关闭 |
| actived | 是否激活选项卡 |
| string FineUIMvc.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 FineUIMvc.TabStripAjaxHelper.GetHideTabReference | ( | string | tabID | ) |
获取隐藏选项卡的脚本
| tabID | 选项卡ID |
| string FineUIMvc.TabStripAjaxHelper.GetRemoveTabReference | ( | string | tabID | ) |
获取移除选项卡的脚本
| tabID | 选项卡ID |
| string FineUIMvc.TabStripAjaxHelper.GetShowTabReference | ( | string | tabID | ) |
获取显示选项卡的脚本
| tabID | 选项卡ID |
| string FineUIMvc.TabStripAjaxHelper.GetShowTabReference | ( | string | tabID, |
| bool | moveToEnd | ||
| ) |
获取显示选项卡的脚本
| tabID | 选项卡ID |
| moveToEnd | 将选项卡移到尾部 |
| void FineUIMvc.TabStripAjaxHelper.HideTab | ( | string | tabID | ) |
隐藏选项卡
| tabID | 选项卡ID |
| void FineUIMvc.TabStripAjaxHelper.RemoveTab | ( | string | tabID | ) |
移除选项卡
| tabID | 选项卡ID |
| void FineUIMvc.TabStripAjaxHelper.ShowTab | ( | string | tabID | ) |
显示选项卡
| tabID | 选项卡ID |
| void FineUIMvc.TabStripAjaxHelper.ShowTab | ( | string | tabID, |
| bool | moveToEnd | ||
| ) |
显示选项卡
| tabID | 选项卡ID |
| moveToEnd | 将选项卡移到尾部 |
|
get |
当前控件