作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
使用 printjs 库的语义 ui 模态 ptint。但结果不是正确显示预期的模态打印。帮助?
$(document).ready(function(){
$('#logIn').click(function(){
$('#modaldiv').modal('show');
});
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://printjs-4de6.kxcdn.com/print.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.4/semantic.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.4/semantic.css" rel="stylesheet"/>
<div id="modaldiv" class="ui modal">
<button type="ui button" id="button" onclick="printJS({ printable:
'modaldiv',type: 'html',showModal:true, printContainer:
true,copyTagClasses: true})">
Print
</button> //print button and printjs command active
<i class="close icon"></i>
<div class="header">
Profile Picture
</div>
<div class="content">
<div class="ui medium image">
<img src="img/bmw5.png">
</div>
<div class="description">
<div class="ui header">We've auto-chosen a profile image for you.</div>
<p>We've grabbed the following image from the <a href="#"
target="_blank">gravatar</a> image associated with your registered e-mail address.</p>
<p>Is it okay to use this photo?</p>
</div>
</div>
<div class="actions">
<div class="ui black button">
Nope
</div>
<div class="ui positive right labeled icon button">
Yep, that's me
<i class="checkmark icon"></i>
</div>
</div>
</div>
<a class="item ui button" id="logIn">
<i class="user icon"></i> Log In
</a> // modal open login button
最佳答案
打印此模式的问题与 print.js 无关。模态有一个负的 margin-top
应用样式,这是打印时出现问题的原因。
在这个 fiddle 中,您可以使用 Print2
按钮进行测试,它将在同一模式中打印另一个 html 元素内容,没有任何问题。
关于javascript - 使用 printjs 的语义 ui 模态打印没有得到结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50167483/
使用 printjs 库的语义 ui 模态 ptint。但结果不是正确显示预期的模态打印。帮助? $(document).ready(function(){ $('#logIn').click(fun
尝试使用 printJS 从浏览器直接打印 PDF 文件到网络打印机。但出现错误:“在此服务器上找不到请求的 URL/docs/pricelist.pdf” 但是文件就在那里。我可以使用 anchor
我正在尝试在 Angular 中使用 printJS 并打印图像 (PNG)。我做了导入: import { printJS } from "print-js/dist/print.min.j
我的程序使用 printJS这是一个帮助格式化页面内容以供打印的库。我想用 cypress 编写测试来测试是否调用了打印预览。目前我有一个按钮在单击时调用 printJS,并且由于 cypress 无
我是一名优秀的程序员,十分优秀!