You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by learningwicket <av...@gmail.com> on 2011/07/05 17:36:06 UTC

using iframe external link in wicket

Hello All, Can anyone let me know how I can use a iframe in wicket, to
forward to an external link ?

I am supposed to use the src attribute of the iframe?

<iframe src="external link with parameters" wicket:id="externalLink"/>

I will need to get the externalLink from java populate into the src.


Thank you


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/using-iframe-external-link-in-wicket-tp3646306p3646306.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: using iframe external link in wicket

Posted by srinash <av...@gmail.com>.
The HTML is like a toggler button (the button is a fallbacklink), the toggler
button looks like an arrow, clicking on it would change the direction of the
arrow from left to right and vise versa and the direction is diriven by a
css class "btn_left" and "btn_right". 

The webmarkup container would hold the section of html that would show and
hide based on the toggle button. 

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/using-iframe-external-link-in-wicket-tp3646306p3649045.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: using iframe external link in wicket

Posted by Martin Grigorov <mg...@apache.org>.
What kind of HTML do you want to generate ?

On Wed, Jul 6, 2011 at 12:52 AM, learningwicket <av...@gmail.com> wrote:
> Thank you - I got that documentation. Can you let me know how
> addComponentTag(tag) can be used on the AjaxFallBackLink to display a
> different version of an image ?
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/using-iframe-external-link-in-wicket-tp3646306p3647306.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: using iframe external link in wicket

Posted by learningwicket <av...@gmail.com>.
Thank you - I got that documentation. Can you let me know how
addComponentTag(tag) can be used on the AjaxFallBackLink to display a
different version of an image ?

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/using-iframe-external-link-in-wicket-tp3646306p3647306.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: using iframe external link in wicket

Posted by Martin Grigorov <mg...@apache.org>.
See InlineFrame class

On Tue, Jul 5, 2011 at 5:36 PM, learningwicket <av...@gmail.com> wrote:
> Hello All, Can anyone let me know how I can use a iframe in wicket, to
> forward to an external link ?
>
> I am supposed to use the src attribute of the iframe?
>
> <iframe src="external link with parameters" wicket:id="externalLink"/>
>
> I will need to get the externalLink from java populate into the src.
>
>
> Thank you
>
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/using-iframe-external-link-in-wicket-tp3646306p3646306.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org