Changeset 2121
- Timestamp:
- Mar 29, 2006, 8:37:57 AM (18 years ago)
- Location:
- trunk/www/admin/clients
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/admin/clients/view_client.jsp
r2004 r2121 106 106 Main.openPopup('index.jsp?ID=<%=ID%>&cmd='+cmd+'&item_id=<%=itemId%>', 'RunPlugin'+cmd, 740, 540); 107 107 } 108 function viewHelp() 109 { 110 location.href = 'help/index.jsp?ID=<%=ID%>&cmd=List&client_id=<%=itemId%>'; 111 } 112 function switchTab(tabControlId, tabId) 113 { 114 if (tabId == 'help') 115 { 116 viewHelp(); 117 } 118 else 119 { 120 TabControl.setActiveTab(tabControlId, tabId); 121 } 122 } 108 123 </script> 109 124 </base:head> … … 115 130 </p:path> 116 131 117 <t:tabcontrol id="main" active="properties" >132 <t:tabcontrol id="main" active="properties" switch="switchTab"> 118 133 <t:tab id="properties" title="Properties"> 119 134 … … 207 222 </div> 208 223 </t:tab> 224 225 <t:tab id="help" title="Help" tooltip="View and manage help texts for this client application" /> 209 226 </t:tabcontrol> 210 227
Note: See TracChangeset
for help on using the changeset viewer.