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 <[email protected]>: > InlineFrame needs PageMap or Page. Bud I want to render a stream or a PDF > File in iframe-tag. > > WebMarkupContainer: I need to add a wicket component to WebMarkupContainer. I > don't know which component > > ---------- > > Take a look at org.apache.wicket.markup.html.link.InlineFrame as well > > 2010/9/30 Altuğ Bilgin Altıntaş <[email protected]> > >> WebMarkupContainer >> >> 2010/9/30 <[email protected]> >> >> > 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> >> > >> > Which Wicket component can I use for iframe >> > >> > Regards, >> > >> > Mehmet >> > >> > >> > >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
