|
@@ -195,7 +195,7 @@
|
|
|
|
|
|
tabGubun = "MAIN";
|
|
|
|
|
|
- tabControl1.setReadOnly( true );
|
|
|
+ //tabControl1.setReadOnly( true );
|
|
|
tabControl1.setSelectedTabIndex( 0 );
|
|
|
scwin.v_lastLeftRowIndex = 0;
|
|
|
scwin.fnTreeList();
|
|
@@ -210,7 +210,7 @@
|
|
|
|
|
|
if(param_data.guBun2 == "PROC"){
|
|
|
|
|
|
- tabControl1.setReadOnly( true );
|
|
|
+ //tabControl1.setReadOnly( true );
|
|
|
tabControl1.setSelectedTabIndex( 1 );
|
|
|
scwin.v_lastLeftRowIndex = 0;
|
|
|
scwin.fnTreeList();
|
|
@@ -220,7 +220,7 @@
|
|
|
|
|
|
tabGudlSeq = param_data.gudlSeq;
|
|
|
|
|
|
- tabControl1.setReadOnly( true );
|
|
|
+ //tabControl1.setReadOnly( true );
|
|
|
tabControl1.setSelectedTabIndex( 2 );
|
|
|
scwin.v_lastLeftRowIndex = 0;
|
|
|
scwin.fnTreeList();
|
|
@@ -235,7 +235,7 @@
|
|
|
tabUpperDocId = param_data.upperDocId;
|
|
|
|
|
|
if(param_data.guBun2 == "PROC"){
|
|
|
- tabControl1.setReadOnly( true );
|
|
|
+ //tabControl1.setReadOnly( true );
|
|
|
tabControl1.setSelectedTabIndex( 1 );
|
|
|
scwin.v_lastLeftRowIndex = 0;
|
|
|
scwin.fnTreeList();
|
|
@@ -245,7 +245,7 @@
|
|
|
|
|
|
tabGudlSeq = param_data.gudlSeq;
|
|
|
|
|
|
- tabControl1.setReadOnly( true );
|
|
|
+ //tabControl1.setReadOnly( true );
|
|
|
tabControl1.setSelectedTabIndex( 2 );
|
|
|
scwin.v_lastLeftRowIndex = 0;
|
|
|
scwin.fnTreeList();
|
|
@@ -763,7 +763,7 @@
|
|
|
|
|
|
if(idx == "0"){
|
|
|
|
|
|
- tabControl1.setReadOnly( true );
|
|
|
+ //tabControl1.setReadOnly( true );
|
|
|
tabControl1.setSelectedTabIndex( 0 );
|
|
|
scwin.grdSearch();
|
|
|
//scwin.grdSearch();
|
|
@@ -914,27 +914,27 @@
|
|
|
<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">
|
|
|
-
|
|
|
- <xf:group class="bg_hdivision" id="divisionbar" style="position: relative ;height:10px">
|
|
|
- </xf:group>
|
|
|
-
|
|
|
- <xf:group id="image3" style="" class="bg_hdivision_img" tagname="">
|
|
|
- </xf:group>
|
|
|
-
|
|
|
- <script ev:event="ontouchstart(e)" type="javascript"><![CDATA[
|
|
|
+
|
|
|
+ <xf:group class="bg_hdivision" id="divisionbar" style="position: relative ;height:10px">
|
|
|
+ </xf:group>
|
|
|
+
|
|
|
+ <xf:group id="image3" style="" class="bg_hdivision_img" tagname="">
|
|
|
+ </xf:group>
|
|
|
+
|
|
|
+ <script ev:event="ontouchstart(e)" type="javascript"><![CDATA[
|
|
|
console.log(e.y);
|
|
|
]]></script>
|
|
|
-
|
|
|
- <script ev:event="onmousedown(e)" type="javascript"><![CDATA[
|
|
|
+
|
|
|
+ <script ev:event="onmousedown(e)" type="javascript"><![CDATA[
|
|
|
console.log(e.y);
|
|
|
]]></script>
|
|
|
-
|
|
|
- <script ev:event="ondragover" type="javascript"><![CDATA[
|
|
|
+
|
|
|
+ <script ev:event="ondragover" type="javascript"><![CDATA[
|
|
|
]]></script>
|
|
|
-
|
|
|
- <script ev:event="ondrag(x, y)" type="javascript"><![CDATA[
|
|
|
+
|
|
|
+ <script ev:event="ondrag(x, y)" type="javascript"><![CDATA[
|
|
|
var moveY = divisionTop - y;
|
|
|
|
|
|
if ((split1Height > 50 && moveY > 0) || (moveY < 0 && split2Height > 50)) {
|
|
@@ -947,10 +947,10 @@
|
|
|
splitSecond.setStyle("height", split2Height + "px");
|
|
|
}
|
|
|
]]></script>
|
|
|
-
|
|
|
- </xf:group>
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+ </xf:group>
|
|
|
+
|
|
|
+
|
|
|
<xf:group id="splitSecond" style="position:relative; height:550px;">
|
|
|
<iframe id="viewerOb2" style="position: absolute;width:100%; height:100%;"></iframe>
|
|
|
</xf:group>
|