DESKTOP-HMLPH8S\kim 2 years ago
parent
commit
f91233932a
1 changed files with 11 additions and 10 deletions
  1. 11 10
      src/main/webapp/ux/qc/qc0102/QC01020002U.xml

+ 11 - 10
src/main/webapp/ux/qc/qc0102/QC01020002U.xml

@@ -187,10 +187,11 @@
     	param = popupLib.getPopupParam();
         var param_data = JSON.parse(strLib.serialize(param));
 
-        split1Height = parseInt(split.getStyle("height"), 10);
-		split2Height = parseInt(split2.getStyle("height"), 10);
-		divisionTop = 450;
-		//alert(split1Height);
+        split1Height = 550; //parseInt(splitFirst.getStyle("height"), 10);
+		split2Height = 550; //parseInt(splitSecond.getStyle("height"), 10);
+		
+		divisionTop = 1237.5;
+		alert(division.getStyle("position"));
 
 		
     	if(param_data.guBun == "MAIN"){
@@ -909,8 +910,8 @@
 								</xf:group>
 								<xf:group class="gvwbox" id="" style="">
 
-									<xf:group class="gvwbox" id="split" style="position:relative;height: 200px;">
-										<iframe id="viewerOb1" style="position: absolute;width:100%;height:100%;"></iframe>
+									<xf:group id="splitFirst" style="position:relative; height:550px;">
+										<iframe id="viewerOb1" style="position: absolute;width:100%; height:100%;"></iframe>
 									</xf:group>
 									
 									<xf:group style="position:relative;padding-top:10px;" id="division" draggable="true" class="bg_hdivision_cur">
@@ -941,16 +942,16 @@
 						                        split2Height = split2Height + moveY;
 						                        
 						                        divisionTop = y;
-						                        split1.setStyle("height", split1Height + "px");
-						                        split2.setStyle("height", split2Height + "px");
+						                        splitFirst.setStyle("height", split1Height + "px");
+						                        splitSecond.setStyle("height", split2Height + "px");
 						                    }
 						                   ]]></script>
 						            
 						            </xf:group>
 									
 									
-									<xf:group class="gvwbox" id="split2" style="position:relative;height: 200px;">
-										<iframe id="viewerOb2" style="position: absolute;width:100%;height:100%;"></iframe>
+									<xf:group id="splitSecond" style="position:relative; height:550px;">
+										<iframe id="viewerOb2" style="position: absolute;width:100%; height:100%;"></iframe>
 									</xf:group>