Hello, I'd like to implement a print view for my application so that the users can print out the needed content. For this, I hide most of the widgets, so that I only have a vertical box layout containing a toolbar, a table and a status bar. The problem is that the table contains quite a few entries so that not all will be displayed and there is a scrollbar within the table. Now if someone prints the page, only the visible part of the table will be printed. Therefore I need to change the layout in the print view so that the table will be maximized and that the browser document will have a scrollbar if necessary. Of course when the print view gets disabled, all values have to be reset. I have experimented a bit with this, but I can't find a way to make the document big enough, how can I accomplish this?
Regards, Daniel Haferkorn ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
