김보곤
b60f2109af
feat: [document] 양식 디자이너(Block Builder) Phase 2 - 블록 런타임 렌더러
...
- BlockRendererService: view/edit/print 3모드 렌더링 지원
- edit 모드: 폼 필드(input/select/textarea/checkbox) 생성
- view 모드: 읽기 전용 데이터 표시
- print 모드: 인쇄 최적화 레이아웃
- 데이터 바인딩: block.binding → document_data.field_key 매핑
- 체크박스 그룹: 콤마 구분 값으로 저장/복원
- 테이블 셀 편집: tbl_{blockId}_r{row}_c{col} 키로 EAV 저장
- edit.blade.php: 블록 빌더 서식 분기 (blockFormContainer)
- show.blade.php: 블록 빌더 조회 모드 분기
- DocumentController: renderBlockHtml() 메서드 추가
2026-03-06 10:16:50 +09:00
..
2026-03-03 08:09:28 +09:00
2026-02-23 08:37:38 +09:00
2025-12-28 01:04:50 +09:00
2026-01-30 23:37:41 +09:00
2026-03-06 10:09:15 +09:00
2025-12-19 16:20:20 +09:00
2026-01-26 12:41:00 +09:00
2026-02-24 19:03:24 +09:00
2026-03-04 12:57:54 +09:00
2025-12-29 09:11:21 +09:00
2026-01-31 04:51:32 +09:00
2026-03-04 11:17:27 +09:00
2026-03-02 13:24:58 +09:00
2026-01-31 04:51:32 +09:00
2026-02-28 15:17:09 +09:00
2026-03-02 18:40:08 +09:00
2025-12-28 01:30:50 +09:00
2026-01-21 20:20:10 +09:00
2026-03-05 16:00:10 +09:00
2026-02-20 09:47:00 +09:00
2025-12-27 22:23:03 +09:00
2026-02-20 10:50:24 +09:00
2026-02-28 20:16:52 +09:00
2026-03-06 10:16:50 +09:00
2026-02-24 08:08:44 +09:00
2026-02-28 16:23:19 +09:00
2026-02-27 16:29:24 +09:00
2026-02-11 15:39:26 +09:00
2026-03-05 23:19:41 +09:00
2026-03-03 08:09:28 +09:00
2026-03-05 16:06:31 +09:00
2025-12-17 19:51:46 +09:00
2026-02-20 15:41:14 +09:00
2026-03-05 21:28:07 +09:00
2026-01-28 19:14:31 +09:00
2026-03-05 14:59:50 +09:00
2026-03-02 14:31:12 +09:00
2026-02-28 16:15:19 +09:00
2026-02-11 16:00:08 +09:00
2026-03-05 22:11:45 +09:00
2025-12-09 10:28:46 +09:00
2025-12-19 16:46:30 +09:00
2025-12-29 12:58:06 +09:00
2026-02-03 14:01:49 +09:00
2025-12-19 16:46:30 +09:00
2025-12-30 22:08:30 +09:00
2026-03-05 22:08:39 +09:00
2026-03-02 16:19:35 +09:00
2026-02-20 09:33:18 +09:00
2025-12-20 22:43:48 +09:00
2026-03-05 15:28:14 +09:00
2026-02-03 14:03:58 +09:00
2026-03-03 08:09:28 +09:00
2026-03-05 19:37:03 +09:00
2026-03-05 20:20:48 +09:00
2026-02-19 11:22:09 +09:00
2025-12-09 18:43:44 +09:00
2026-02-28 12:14:35 +09:00
2025-11-20 16:24:40 +09:00
2026-02-20 12:29:50 +09:00
2025-11-20 16:24:40 +09:00