|
static void | preview (String html) throws InterruptedException |
|
- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 32 of file PreviewHtml.java.
◆ preview()
static void org.turro.zkoss.dialog.PreviewHtml.preview |
( |
String |
html | ) |
throws InterruptedException |
|
static |
Definition at line 51 of file PreviewHtml.java.
52 Framework frame = Framework.getCurrent();
54 PreviewHtml ph =
new PreviewHtml();
55 ph.setPage(frame.getPage());
57 ph.setBorder(
"normal");
58 ph.setTitle(I_.get(
"Preview"));
61 ph.setMaximizable(
true);
63 ph.setHeight(
"600px");
64 ph.setPublication(html);
65 ph.setMaximized(
false);
66 Modal.doModal(ph,
null);
◆ setPublication()
void org.turro.zkoss.dialog.PreviewHtml.setPublication |
( |
String |
publication | ) |
|
The documentation for this class was generated from the following file: