打印在 orgchart 中不起作用
Posted
技术标签:
【中文标题】打印在 orgchart 中不起作用【英文标题】:Print is not working in orgchart 【发布时间】:2015-04-12 00:41:15 【问题描述】:我目前正在使用 getorgchart 插件。当我想打印图表时,它会打开一个空白页。
$("#people").getOrgChart("print");
【问题讨论】:
【参考方案1】:您需要将目标文档元素(在您的情况下为 people)放在其他东西中。例如,将其嵌套在另一个 div 中。
例子:
<div id="container">
<div id="people"></div>
</div>
Fiddle
【讨论】:
以上是关于打印在 orgchart 中不起作用的主要内容,如果未能解决你的问题,请参考以下文章