ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

print panel content

yanarazor
20 Jun 2011 03:04:34 GMT
20 Jun 2011 03:04:34 GMT

how do I print from panelchildren content, is there any who know me please

jimmyshiau
1 Jul 2011 04:25:38 GMT
1 Jul 2011 04:25:38 GMT

Hi yanarazor,
Do you mean print the page by browser?
You can refer to the window.open function
http://www.w3schools.com/jsref/met_win_open.asp
and place the content in the new window content.

yanarazor
2 Jul 2011 13:02:55 GMT
2 Jul 2011 13:02:55 GMT

thanks it's a good idea, but I mean what if I want to print some pages in the window, suppose there zk page consists of three panelchildren and I just want to print one of the three panelchildren's content.
hopefully there who know how

jimmyshiau
8 Jul 2011 03:34:50 GMT
8 Jul 2011 03:34:50 GMT

Browser seems not support the feature.