2017-05-19 6 views

답변

1

'enablePrint'를 true로 설정하기 만하면 OrgChart 헤더에 인쇄 아이콘이 표시됩니다. 이 사용하면

다음

http://www.getorgchart.com/Documentation#enablePrint

가 fiddle- http://jsfiddle.net/GetOrgChart/jgqyh81a/

var orgchart = new getOrgChart(document.getElementById("people"),{
enablePrint: true, dataSource: [ { id: 1, parentId: null, Name: "Amber McKenzie"}, { id: 2, parentId: 1, Name: "Ava Field"}, { id: 3, parentId: 1, Name: "Evie Johnson"}] });

입니다 PDF 형식으로 OrgChart를 저장할 수 있습니다