Changeset 5766
- Timestamp:
- Sep 28, 2011, 8:46:08 AM (11 years ago)
- Location:
- trunk/www/common/plugin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/common/plugin/parse_file.jsp
r5426 r5766 248 248 </script> 249 249 </base:head> 250 <base:body onload="window.parent.adjustIFrameSize()" >250 <base:body onload="window.parent.adjustIFrameSize()" style="padding-left: 0px;"> 251 251 <t:tabcontrol id="parsedFile" 252 252 contentstyle="<%="height: "+(int)(scale*400)+"px;"%>" autoheight="false"> … … 285 285 } 286 286 %> 287 <table class="itemlist" border="0" cellspacing="0" cellpadding="0" >287 <table class="itemlist" border="0" cellspacing="0" cellpadding="0" style="padding-right: 1px;"> 288 288 <tr> 289 289 <td class="data"> -
trunk/www/common/plugin/test_with_file.jsp
r5570 r5766 77 77 78 78 var iframe = window.frames['parsed']; 79 var width = Main.getWindowWidth(iframe); 79 80 var parsedFile = iframe.document.getElementById('parsedFile.content'); 80 81 if (parsedFile) 81 82 { 82 var width = Main.getWindowWidth(iframe);83 83 parsedFile.style.height = (height-40)+'px'; 84 if (Browser.isIE) parsedFile.style.width = (width-30)+'px';84 parsedFile.style.width = (width-20)+'px'; 85 85 } 86 86 inCall = false; … … 431 431 <iframe name="parsed" id="idParsed" src="parse_file.jsp?ID=<%=ID%>" width="100%" 432 432 frameborder="0" vspace="0" hspace="0" 433 marginwidth="0" marginheight="0" scrolling="no" style="overflow: visible;"></iframe>433 marginwidth="0" marginheight="0" scrolling="no" style="overflow: hidden;;"></iframe> 434 434 435 435
Note: See TracChangeset
for help on using the changeset viewer.