【问题标题】:Print is not working in orgchart打印在 orgchart 中不起作用
【发布时间】:2015-04-12 00:41:15
【问题描述】:

我目前正在使用 getorgchart 插件。当我想打印图表时,它会打开一个空白页。

$("#people").getOrgChart("print");

【问题讨论】:

    标签: orgchart


    【解决方案1】:

    您需要将目标文档元素(在您的情况下为 people)放在其他东西中。例如,将其嵌套在另一个 div 中。

    例子:

    <div id="container">
      <div id="people"></div>
    </div>
    

    Fiddle

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-10-01
      • 1970-01-01
      • 1970-01-01
      • 2021-02-12
      • 2019-09-08
      • 1970-01-01
      相关资源
      最近更新 更多