window.print() in Window only printing to window height

  1. #1

    window.print() in Window only printing to window height

    I have a coolite window - with a height set to 400 - content scrolls down further - I have a button on the window with a listener and a handler="


    window.print()"


    Problem is that only the content within the scrollbars prints - rest of the content is not printing?
  2. #2

    RE: window.print() in Window only printing to window height

    got it by adding this to the handler:




    var id = #{Window1}.id + '_IFrame';


    if (frames[id])


    {


    frames[id].focus();


    frames[id].print();


    }

Similar Threads

  1. [CLOSED] How I print ext:Window content?
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 29, 2012, 4:00 PM
  2. Replies: 6
    Last Post: Feb 18, 2011, 2:12 PM
  3. [CLOSED] [1.0] Print Window Contents
    By MP in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Sep 22, 2010, 8:18 PM
  4. [CLOSED] Print a Window
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jun 01, 2010, 10:30 PM
  5. Printing a window
    By nuno_Santos in forum 1.x Help
    Replies: 0
    Last Post: Apr 17, 2009, 11:13 AM

Posting Permissions