)
Cheers,
Christian
-Ursprüngliche Nachricht-
Von: Martin Grigorov [mailto:mgrigo...@apache.org]
Gesendet: Montag, 21. Oktober 2013 10:18
An: users@wicket.apache.org
Betreff: Re: Loading content of IFrames only when displayed
Hi,
You can use custom Behavior that removes the 'url
Hi,
You can use custom Behavior that removes the 'url' attribute in its
#onComponentTag() and adds 'data-url' instead.
Component#onComponentTag() is executed before Behavior#onComponentTag() so
it should work OK.
On Thu, Oct 17, 2013 at 5:29 PM, Christian Schröter
christian.schroe...@1und1.de