Re: Which component to use for html iframe

2010-09-30 Thread Altuğ Bilgin Altıntaş
WebMarkupContainer 2010/9/30 mehmet.kaplanki...@t-systems.com Hi, I would like to use html iframe tag. Example in html: iframe src=/eba/test.pdf border=1 width=900px height=400px/iframe My Example to use Wicket: iframe wicket:id=iframe src=# border=1 width=900px height=400px/iframe

Re: Which component to use for html iframe

2010-09-30 Thread Martin Grigorov
Take a look at org.apache.wicket.markup.html.link.InlineFrame as well 2010/9/30 Altuğ Bilgin Altıntaş alt...@gmail.com WebMarkupContainer 2010/9/30 mehmet.kaplanki...@t-systems.com Hi, I would like to use html iframe tag. Example in html: iframe src=/eba/test.pdf border=1 width=900px

Re: Which component to use for html iframe

2010-09-30 Thread Ernesto Reinaldo Barreiro
I have created [1] long time ago. Maybe its contents are still valid for your use case? Regards, Ernesto 1-https://cwiki.apache.org/WICKET/displaying-content-eg-pdf-excel-word-in-an-iframe.html 2010/9/30 mehmet.kaplanki...@t-systems.com: InlineFrame needs PageMap or  Page. Bud I want to