EasyUI Forum
November 28, 2025, 02:52:22 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: print cause collapsible button disappear/vanish/can't display  (Read 11783 times)
surfpeak
Newbie
*
Posts: 3


View Profile
« 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:

Logged
surfpeak
Newbie
*
Posts: 3


View Profile
« Reply #1 on: November 03, 2014, 01:47:53 AM »

when I use the version of 1.4.1, the problem is still exist.
« Last Edit: November 09, 2014, 11:59:11 PM by surfpeak » Logged
surfpeak
Newbie
*
Posts: 3


View Profile
« Reply #2 on: November 09, 2014, 11:06:54 PM »

no body can help me?
Logged
aswzen
Sr. Member
****
Posts: 287


Indonesian

aswzen
View Profile WWW Email
« Reply #3 on: November 11, 2014, 07:40:48 PM »

try to set your layout to
Code:
fit="false"
width="500px"
height="500px"

and see what happen
Logged

Regards,
Sigit

- Indonesian jEasyUI Facebook page : https://www.facebook.com/groups/jeasyuiid/
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!