본문 바로가기

19

HTML을 PDF로 저장하기 (iText) pom.xml1234567891011121314151617181920 com.itextpdf itextpdf 5.5.9 com.itextpdf itext-pdfa 5.5.9 com.itextpdf itext-xtra 5.5.9 com.itextpdf.tool xmlworker 5.5.9 cs html12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849thead {color:green;}tbody {color:blue;}tfoot {color:red;}table, th, td { border: 1px solid black;} Month Savings Sum $180 January $100 Februa.. 2016. 7. 1.
jqGrid 모음 12345678910loadonce: true,// 페이징을 할거면 false가 낫고 고정된 값이라면 true로 해서 한번만 불러온 값으로 출력하는 것이 효율적이다.autowidth:true, // 가로 크기emptyrecords: "Nothing to display", // 데이터 없을 때pginput:false, //페이지 select 부분rownumbers: true, // 그리드 왼쪽에 번호 출력sortname: 'top_code_print mid_code_print code_print',//정렬 순서데로 정렬됨rowNum:-1, //모든 데이터 한 번에 보여줌height:'auto', // 높이 자동 조절emptyrecords: '데이터가 없습니다.',//데이터 없을 때caption:"장애",/.. 2016. 5. 19.
jqgrid 위키 http://www.trirand.com/jqgridwiki/doku.php?id=wiki:jqgriddocs options : jqgrid 생성 할 때 쓰는! (페이지 당 줄 수, 캡션, 크기 등등)colmodel_options : colModel 에서 칼럼 하나하나의 옵선 줄 때 (타입, 정렬 등등) Data Manipulation: 데이터 파싱하고 나서 쓰는?Events : 이것도 jqgrid생성 할 때 같이 쓸 수 있는 메소드인데, 뭐 성공 후에 할 일, 실패 했을 때 할 일 같은거 가능Methods : 그리드 수정이나 추가나 등등 할 수 있음 하단에 더욱 많은 정보를 가지고있고 참고로 보기 좋은 사이트도 있음http://www.trirand.com/blog/jqgrid/jqgrid.html 여기.. 2016. 4. 6.
spring mvc+tiles에서 매핑 실행하기 컨트롤러에서 페이지 넘기지않고, 바로 request mapping으로 넘어가려면http://chan7ee.tistory.com/224참고! 2016. 4. 6.