I have written the following code to open my email client(outlook on
my machine) with pre-filled details when I press a Button.
Window.open("mailto:"[email protected]"?subject=<some
Subject>&body=" + getBody(), "_blank", "");
But when I try to return html code in the getBody() method.. it is
rendered as plain text instead of being rendered as described by the
html tags.
Also, Can I have tables, charts or images in the body? If yes, How?
--
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en.