Skip to content

Commit 89e9539

Browse files
author
SeungpilPark
committed
#24 Transformer example
1 parent abf972f commit 89e9539

25 files changed

Lines changed: 12241 additions & 1665 deletions

src/main/webapp/examples/develope.html

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -419,34 +419,6 @@
419419

420420
alert(number);
421421

422-
// canvas.drawShape([100, 100], new OG.RectangleShape(), [100, 100], {});
423-
424-
425-
var activities = [];
426-
//로우
427-
for (var i = 0; i < 16; i++) {
428-
429-
//헤더
430-
for (var c = 0; c < 13; c++) {
431-
var aaa = {
432-
"tot_wfa": "A-BA-2004-00-001",
433-
"cur_rel_project": "41288901F225472CA37E9B5C6FB207C5",
434-
"cur_wfa": "Z14345-A-BA-2004-00-00" + i + '-' + c,
435-
"cur_wfa_name": "DL 자료 접수 " + c,
436-
"cur_state": "In Planning",
437-
"cur_wfa_config_id": "687FE7856D5C471682AAF0130B3C5403",
438-
"cur_eng_func_code": "P-BA-" + (2000 + i),
439-
"cur_check_alarm": 1,
440-
"ref_rel_project": "NULL",
441-
"ref_wfa": "NULL",
442-
"ref_wfa_config_id": "NULL",
443-
"tot_wfa_label": "BLR) Building Enclosure(A-BA-2004-00-001)",
444-
"cur_rel_fw": "41288901F225472CA37E9B5C6FB207C5"
445-
}
446-
activities.push(aaa);
447-
}
448-
}
449-
//console.log(JSON.stringify(activities));
450422
});
451423

452424
//JSON 입출력시, viewData.cells 누락.

0 commit comments

Comments
 (0)