Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to include an Iframe within a Vaadin App?

Tags:

widget

gwt

vaadin

I would like to include an Iframe within my Vaadin App, how do I proceed implementing this? My initial idea was to wrap the GWT Frame widget, using the approach as described in the Book of Vaadin. Is this at all possible, or is there a better way?

like image 996
PropellerHead Avatar asked Dec 01 '09 23:12

PropellerHead


1 Answers

I guess I didn't read the manual (Book of Vaadin) good enough. I found the answer to my question in section 5.15.3 Browser Frames. Ups.

like image 179
PropellerHead Avatar answered Oct 23 '22 21:10

PropellerHead