Browse Source

초기정보수정

SH 2 years ago
parent
commit
2895689a7a
1 changed files with 1 additions and 15 deletions
  1. 1 15
      src/main/webapp/ux/cw/cw1201/CW12010001U.xml

+ 1 - 15
src/main/webapp/ux/cw/cw1201/CW12010001U.xml

@@ -51,27 +51,13 @@
     /**************************************************************************
     /**************************************************************************
      * [1] 초기화
      * [1] 초기화
      **************************************************************************/
      **************************************************************************/
-
-    /***************************************************************************
-     * 함 수 명: scwin.fn_gdResize
-     * 기    능: 컴포넌트 크기 조정
-     ***************************************************************************/
-    scwin.fn_gdResize = function(){
-        var content_Gp = sub_contents.getSize("outerMarginHeight");
-        var cont_Top = contTop.getSize("outerMarginHeight");
-        var gd_Height = content_Gp - (cont_Top + 2 + 35);
-        grdData1.setSize( null , gd_Height );
-    }
-
-    //초기화시 최초 실행
-    scwin.fn_gdResize();
     
     
 	/***************************************************************************
 	/***************************************************************************
      * 함 수 명: scwin.initScreen
      * 함 수 명: scwin.initScreen
      * 기    능: 화면 초기화(권한 및 공통코드 초기화)
      * 기    능: 화면 초기화(권한 및 공통코드 초기화)
      ***************************************************************************/
      ***************************************************************************/
 	scwin.initScreen = function() {
 	scwin.initScreen = function() {
-    	
+    	alert("dd");
         txtLoginId.setReadOnly( true );
         txtLoginId.setReadOnly( true );
         txtLoginId.setValue( scwin.user.lginId );
         txtLoginId.setValue( scwin.user.lginId );
         scwin.grdSearch();
         scwin.grdSearch();