I want to embed a iframe into a panel. I found the FrameWindow class, but this is not quite what I’m looking for. Is there a iframe component or how?
Thanks in advance!
I want to embed a iframe into a panel. I found the FrameWindow class, but this is not quite what I’m looking for. Is there a iframe component or how?
Thanks in advance!
I’d use label.
new Label("<iframe src=\"http://www.google.com\"></iframe>",Label.CONTENT_XHTML)
Interesting… not quite what I expected, but seems to work!