주석 수정

main
이범준 12 months ago
parent 3739e01a54
commit a64a4cea2a

@ -125,7 +125,7 @@ public class DefaultOtptStng {
private float heightSz; //영역크기 높이
private String textSort; //텍스트정렬
private String fontNm; //글꼴명
private int fontSz; //글크기
private String fontColor; //글
private String fontStyle; //글스타일
private int fontSz; //글크기
private String fontColor; //글
private String fontStyle; //글스타일
}

@ -15,9 +15,9 @@ public class OtptStng extends AbstractEntity {
private String heightSz; //영역크기 높이
private String textSort; //텍스트정렬
private String fontNm; //글꼴명
private String fontSz; //글크기
private String fontColor; //글
private String fontStyle; //글스타일
private String fontSz; //글크기
private String fontColor; //글
private String fontStyle; //글스타일
private String sggCd;
private String taskSeCd;
private String sndngSeCd;

@ -119,9 +119,9 @@
<th style="width:110px">영역(상하)</th>
<th style="width:140px">텍스트정렬</th>
<th style="width:110px">글꼴</th>
<th style="width:110px">글크기</th>
<th style="width:80px">글색</th>
<th style="width:110px">글스타일</th>
<th style="width:110px">글크기</th>
<th style="width:80px">글색</th>
<th style="width:110px">글스타일</th>
<th class="dummy-th"></th>
</tr>
</template>
@ -451,6 +451,12 @@ $(document).ready(function(){
var toPrev = $(sel).siblings()[0];
var toNext = $(sel).siblings()[1];
fnMakeSpinnerSelect(sel, toPrev, toNext);
if(tbodyId == "tbodyUnique--${pageName}"){
$("#scrollUnique--${pageName}").scrollTop($("#scrollUnique--${pageName}")[0].scrollHeight);
} else {
$("#scrollMultiple--${pageName}").scrollTop($("#scrollMultiple--${pageName}")[0].scrollHeight);
}
}
//행 삭제

Loading…
Cancel
Save