EasyUI Forum
November 28, 2025, 04:29:47 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / Bug Report / Re: print cause collapsible button disappear/vanish/can't display on: November 09, 2014, 11:06:54 PM
no body can help me?
2  General Category / Bug Report / Re: print cause collapsible button disappear/vanish/can't display on: November 03, 2014, 01:47:53 AM
when I use the version of 1.4.1, the problem is still exist.
3  General Category / Bug Report / print cause collapsible button disappear/vanish/can't display on: November 03, 2014, 01:45:38 AM
my easyui version is 1.3.4
when I click the print button and open a new page(print page),the collapsible button disappear.

my print code is as:
    var newWindow=window.open("print window","_blank");
    var docStr = "<table><tr><td>print error</td></tr></table>";
    newWindow.document.write(docStr);
    newWindow.document.close();
    newWindow.print();

The sub images are the process of the disappear of the collapsible button:

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!