diff --git a/src/main/webapp/resources/html/toolPalette.html b/src/main/webapp/resources/html/toolPalette.html index f3c77b7..59bd9a6 100644 --- a/src/main/webapp/resources/html/toolPalette.html +++ b/src/main/webapp/resources/html/toolPalette.html @@ -102,6 +102,8 @@ onclick="tool.datepickerFromTo;this.focus();" title="날짜입력기(범위)">날짜입력기(범위) + diff --git a/src/main/webapp/resources/js/support/toolPalette.js b/src/main/webapp/resources/js/support/toolPalette.js index b7e1132..4eed10b 100644 --- a/src/main/webapp/resources/js/support/toolPalette.js +++ b/src/main/webapp/resources/js/support/toolPalette.js @@ -19,12 +19,15 @@ class ToolPalette { get help(){ let str = ""; str += "open() : 버튼을 클릭해서 원하는 요소를 클립보드에 저장시키는 화면을 띄웁니다. \n"; + str += "button : 일반 버튼 \n"; str += "btnSearch : 검색 버튼 \n"; str += "btnExcel : 엑셀저장 버튼 \n"; str += "datepicker : 날짜입력기 \n"; str += "datepickerFromTo : 날짜입력기(범위) \n"; str += "byTerm : 키워드 검색조건 \n"; + str += "pagingInfo : 페이징정보 표시 영역 \n"; + str += "searchArea2 : 검색조건영역(열 2등분) \n"; str += "searchArea3 : 검색조건영역(열 3등분) \n"; str += "searchArea4 : 검색조건영역(열 4등분) \n"; @@ -75,6 +78,15 @@ class ToolPalette { ); } + get pagingInfo(){ + clipboardCopy( +`
+ + +
` + ); + } + get seacrhArea2(){ clipboardCopy( `