This commit is contained in:
2025-06-17 09:21:36 +08:00
parent 29909e2fa7
commit d7469c1bc9
4 changed files with 5 additions and 3 deletions
Binary file not shown.
+1 -1
View File
@@ -77,7 +77,7 @@
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}"
"Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
}
]
}
@@ -32,8 +32,8 @@
<f:Button ID="btnNew" Text="新增" Icon="Add" EnablePostBack="false" Hidden="true"
runat="server">
</f:Button>
<f:Button ID="Button1" Text="推送" Icon="Add" runat="server" OnClick="Button1_Click">
</f:Button>
<f:button id="Button1" text="推送" icon="Add" runat="server" onclick="Button1_Click">
</f:button>
<f:Button ID="btnOut" OnClick="btnOut_Click" runat="server" Text="导出" Icon="FolderUp"
EnableAjax="false" DisableControlBeforePostBack="false">
</f:Button>
+2
View File
@@ -582,6 +582,8 @@
// refreshWhenExist: 添加选项卡时,如果选项卡已经存在,是否刷新内部IFrame
// iconFont 选项卡图标字体
function addExampleTab(tabOptions) {
debugger;
if (typeof (tabOptions) === 'string') {
tabOptions = {
id: arguments[0],