FineUICore 11.7
企业级 ASP.NET Core 控件库
|
选项卡面板控件帮助类 更多...
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 成员函数 继承自 FineUICore.PanelBaseAjaxHelper< TabStrip, TabStripAjaxHelper > | |
PanelBaseAjaxHelper (PanelBase source) | |
构造函数 | |
void | RefreshIFrame () |
刷新面板中的IFrame页面 | |
string | GetRefreshIFrameReference () |
获取刷新面板中IFrame页面的客户端脚本 | |
void | ClearDirty () |
清空面板内表单字段的改变状态 | |
string | GetClearDirtyReference () |
获取清空面板内表单字段改变状态的客户端脚本 | |
void | Reset () |
重置面板中所有字段 | |
string | GetResetReference () |
获取重置面板中所有字段的客户端脚本 | |
属性 | |
new TabStrip | Source [get] |
当前控件 | |
属性 继承自 FineUICore.PanelBaseAjaxHelper< TabStrip, TabStripAjaxHelper > | |
new PanelBase | 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 | 是否激活选项卡 |
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.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 |
当前控件