print ui.dialog issues

print ui.dialog issues


Hi,
because the ui.dialog functionality creates many inline styles, I'm
finding it near impossible to create external print stylesheets. The
problem is roughly this;
1. I have a main page which launches one / many dialog boxes.
2. A user wishes to print say a 'receipt' dialog, by clicking a link
in the box.
3. dialog box has all inline CSS styles that mean that it's not
possible to reformat to an appropriate style for printing.
Additional issues are that I'm required to NOT print the other dialog
boxes on the page...
My suggestion for a solution...
That in the {options} it should be possible to set an option that
toggles between inline & external styles. Obviously, this would
require knowledge on the part of the developer to create suitable
stylesheets. Would this be possible?
Any other help / suggestions always welcome :)