FineUICore 11.6
企业级 ASP.NET Core 控件库
载入中...
搜索中...
未找到
FineUICore.TabStripAjaxHelper类 参考

选项卡面板控件帮助类 更多...

类 FineUICore.TabStripAjaxHelper 继承关系图:
FineUICore.PanelBaseAjaxHelper< TabStrip, TabStripAjaxHelper >

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]
 当前控件
 

详细描述

选项卡面板控件帮助类

构造及析构函数说明

◆ TabStripAjaxHelper()

FineUICore.TabStripAjaxHelper.TabStripAjaxHelper ( TabStrip  source)

构造函数

参数
source

成员函数说明

◆ ActivateTab() [1/2]

void FineUICore.TabStripAjaxHelper.ActivateTab ( string  tabID)

激活选项卡

参数
tabID选项卡ID

◆ ActivateTab() [2/2]

void FineUICore.TabStripAjaxHelper.ActivateTab ( string  tabID,
bool  moveToEnd 
)

激活选项卡

参数
tabID选项卡ID
moveToEnd将选项卡移到尾部

◆ ActiveTabIndex()

void FineUICore.TabStripAjaxHelper.ActiveTabIndex ( int  activeTabIndex)

设置激活的选项卡

参数
activeTabIndex

◆ AddTab() [1/6]

void FineUICore.TabStripAjaxHelper.AddTab ( string  tabID,
string  iframeUrl,
string  tabTitle,
bool  enableClose 
)

添加选项卡

参数
tabID选项卡ID
iframeUrlIFrame地址
tabTitle选项卡标题
enableClose是否可以关闭

◆ AddTab() [2/6]

void FineUICore.TabStripAjaxHelper.AddTab ( string  tabID,
string  iframeUrl,
string  tabTitle,
bool  enableClose,
bool  actived 
)

添加选项卡

参数
tabID选项卡ID
iframeUrlIFrame地址
tabTitle选项卡标题
enableClose是否可以关闭
actived是否激活选项卡

◆ AddTab() [3/6]

void FineUICore.TabStripAjaxHelper.AddTab ( string  tabID,
string  iframeUrl,
string  tabTitle,
IconFont  iconFont,
bool  enableClose 
)

添加选项卡

参数
tabID选项卡ID
iframeUrlIFrame地址
tabTitle选项卡标题
iconFont选项卡图标字体
enableClose是否可以关闭

◆ AddTab() [4/6]

void FineUICore.TabStripAjaxHelper.AddTab ( string  tabID,
string  iframeUrl,
string  tabTitle,
IconFont  iconFont,
bool  enableClose,
bool  actived 
)

添加选项卡

参数
tabID选项卡ID
iframeUrlIFrame地址
tabTitle选项卡标题
iconFont选项卡图标字体
enableClose是否可以关闭
actived是否激活选项卡

◆ AddTab() [5/6]

void FineUICore.TabStripAjaxHelper.AddTab ( string  tabID,
string  iframeUrl,
string  tabTitle,
string  iconUrl,
bool  enableClose 
)

添加选项卡

参数
tabID选项卡ID
iframeUrlIFrame地址
tabTitle选项卡标题
iconUrl选项卡图标
enableClose是否可以关闭

◆ AddTab() [6/6]

void FineUICore.TabStripAjaxHelper.AddTab ( string  tabID,
string  iframeUrl,
string  tabTitle,
string  iconUrl,
bool  enableClose,
bool  actived 
)

添加选项卡

参数
tabID选项卡ID
iframeUrlIFrame地址
tabTitle选项卡标题
iconUrl选项卡图标
enableClose是否可以关闭
actived是否激活选项卡

◆ GetActivateTabReference() [1/2]

string FineUICore.TabStripAjaxHelper.GetActivateTabReference ( string  tabID)

获取激活选项卡的脚本

参数
tabID选项卡ID
返回
客户端脚本

◆ GetActivateTabReference() [2/2]

string FineUICore.TabStripAjaxHelper.GetActivateTabReference ( string  tabID,
bool  moveToEnd 
)

获取激活选项卡的脚本

参数
tabID选项卡ID
moveToEnd将选项卡移到尾部
返回
客户端脚本

◆ GetAddTabReference() [1/7]

string FineUICore.TabStripAjaxHelper.GetAddTabReference ( string  tabID,
string  iframeUrl,
string  tabTitle,
bool  enableClose 
)

获取添加选项卡的脚本

参数
tabID选项卡ID
iframeUrlIFrame地址
tabTitle选项卡标题
enableClose是否可以关闭
返回
客户端脚本

◆ GetAddTabReference() [2/7]

string FineUICore.TabStripAjaxHelper.GetAddTabReference ( string  tabID,
string  iframeUrl,
string  tabTitle,
bool  enableClose,
bool  actived 
)

获取添加选项卡的脚本

参数
tabID选项卡ID
iframeUrlIFrame地址
tabTitle选项卡标题
enableClose是否可以关闭
actived是否激活选项卡
返回
客户端脚本

◆ GetAddTabReference() [3/7]

string FineUICore.TabStripAjaxHelper.GetAddTabReference ( string  tabID,
string  iframeUrl,
string  tabTitle,
IconFont  iconFont,
bool  enableClose 
)

获取添加选项卡的脚本

参数
tabID选项卡ID
iframeUrlIFrame地址
tabTitle选项卡标题
iconFont选项卡图标字体
enableClose是否可以关闭
返回
客户端脚本

◆ GetAddTabReference() [4/7]

string FineUICore.TabStripAjaxHelper.GetAddTabReference ( string  tabID,
string  iframeUrl,
string  tabTitle,
IconFont  iconFont,
bool  enableClose,
bool  actived 
)

获取添加选项卡的脚本

参数
tabID选项卡ID
iframeUrlIFrame地址
tabTitle选项卡标题
iconFont选项卡图标字体
enableClose是否可以关闭
actived是否激活选项卡
返回
客户端脚本

◆ GetAddTabReference() [5/7]

string FineUICore.TabStripAjaxHelper.GetAddTabReference ( string  tabID,
string  iframeUrl,
string  tabTitle,
string  iconUrl,
bool  enableClose 
)

获取添加选项卡的脚本

参数
tabID选项卡ID
iframeUrlIFrame地址
tabTitle选项卡标题
iconUrl选项卡图标
enableClose是否可以关闭
返回
客户端脚本

◆ GetAddTabReference() [6/7]

string FineUICore.TabStripAjaxHelper.GetAddTabReference ( string  tabID,
string  iframeUrl,
string  tabTitle,
string  iconUrl,
bool  enableClose,
bool  actived 
)

获取添加选项卡的脚本

参数
tabID选项卡ID
iframeUrlIFrame地址
tabTitle选项卡标题
iconUrl选项卡图标
enableClose是否可以关闭
actived是否激活选项卡
返回
客户端脚本

◆ GetAddTabReference() [7/7]

string FineUICore.TabStripAjaxHelper.GetAddTabReference ( string  tabID,
string  iframeUrl,
string  tabTitle,
string  iconUrl,
IconFont  iconFont,
bool  enableClose,
bool  actived 
)

获取添加选项卡的脚本

参数
tabID选项卡ID
iframeUrlIFrame地址
tabTitle选项卡标题
iconUrl选项卡图标
iconFont选项卡图标字体
enableClose是否可以关闭
actived是否激活选项卡
返回
客户端脚本

◆ GetHideTabReference()

string FineUICore.TabStripAjaxHelper.GetHideTabReference ( string  tabID)

获取隐藏选项卡的脚本

参数
tabID选项卡ID
返回
客户端脚本

◆ GetRemoveTabReference()

string FineUICore.TabStripAjaxHelper.GetRemoveTabReference ( string  tabID)

获取移除选项卡的脚本

参数
tabID选项卡ID
返回
客户端脚本

◆ GetShowTabReference() [1/2]

string FineUICore.TabStripAjaxHelper.GetShowTabReference ( string  tabID)

获取显示选项卡的脚本

参数
tabID选项卡ID
返回
客户端脚本

◆ GetShowTabReference() [2/2]

string FineUICore.TabStripAjaxHelper.GetShowTabReference ( string  tabID,
bool  moveToEnd 
)

获取显示选项卡的脚本

参数
tabID选项卡ID
moveToEnd将选项卡移到尾部
返回
客户端脚本

◆ HideTab()

void FineUICore.TabStripAjaxHelper.HideTab ( string  tabID)

隐藏选项卡

参数
tabID选项卡ID

◆ RemoveTab()

void FineUICore.TabStripAjaxHelper.RemoveTab ( string  tabID)

移除选项卡

参数
tabID选项卡ID

◆ ShowTab() [1/2]

void FineUICore.TabStripAjaxHelper.ShowTab ( string  tabID)

显示选项卡

参数
tabID选项卡ID

◆ ShowTab() [2/2]

void FineUICore.TabStripAjaxHelper.ShowTab ( string  tabID,
bool  moveToEnd 
)

显示选项卡

参数
tabID选项卡ID
moveToEnd将选项卡移到尾部

属性说明

◆ Source

new TabStrip FineUICore.TabStripAjaxHelper.Source
get

当前控件


该类的文档由以下文件生成: