Closed
Bug 201273
Opened 22 years ago
Closed 22 years ago
[Webclient] add Print/Print Preview function
Categories
(Core Graveyard :: Java APIs to WebShell, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: yuanyi21, Assigned: yuanyi21)
References
Details
Attachments
(1 file)
20.01 KB,
patch
|
Details | Diff | Splinter Review |
things changed:
1) add 2 new methods into CurrentPage2.java: print and printPreview, as well as
their native impl.
2) add 2 new native events into CurrentPageActionEvents.cpp: wsPrintEvent,
wsPrintPreviewEvent;
3) add 2 new menuitems into EMWindow.java, and reorganize its UI creatation
code so that we can create each UI element separately (bug 201308)
TODO:
1) we need a Print Setup UI in EMWindow;
2) we need the ability to show a Print Progress dialog (it's disabled by now)
fix checked in!
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•