Hi Isomorphic (or everyone else),
I'm doing to develop a feature where mails BCCd to our system will be 'attached' to an object in our application and be displayed.
Let's assume that I'll solve the multipart-mail and attachment problems I'll surly get, as these are not SmartGWT related.
Nowadays, most mails are HTML mails. How would you best display this content? It will be some ListGrid to the left to select the mail you want to display and then on the right some widget to display the text.
As I don't want HTML-tag-soup, this will be fetched with escapeHTML="false". But how do I display this content? Which widget do I use? There are many, if you search the Showcase for HTML. Do I need an iframe in there?
Thank you & Best regards
Blama
I'm doing to develop a feature where mails BCCd to our system will be 'attached' to an object in our application and be displayed.
Let's assume that I'll solve the multipart-mail and attachment problems I'll surly get, as these are not SmartGWT related.
Nowadays, most mails are HTML mails. How would you best display this content? It will be some ListGrid to the left to select the mail you want to display and then on the right some widget to display the text.
As I don't want HTML-tag-soup, this will be fetched with escapeHTML="false". But how do I display this content? Which widget do I use? There are many, if you search the Showcase for HTML. Do I need an iframe in there?
Thank you & Best regards
Blama
Comment