[
https://issues.apache.org/jira/browse/WICKET-6042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15032385#comment-15032385
]
ASF GitHub Bot commented on WICKET-6042:
----------------------------------------
GitHub user klopfdreh opened a pull request:
https://github.com/apache/wicket/pull/143
WICKET-6042 - Implementation of ExternalImage component
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/klopfdreh/wicket wicket-6042
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/143.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #143
----
commit 76171b58a4ad0c33785d07aef7c29b7969a2194c
Author: Tobias Soloschenko <[email protected]>
Date: 2015-11-30T20:13:39Z
WICKET-6042 - Implementation of ExternalImage component
----
> Implementation of ExternalImage component
> -----------------------------------------
>
> Key: WICKET-6042
> URL: https://issues.apache.org/jira/browse/WICKET-6042
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 7.1.0, 8.0.0-M1
> Reporter: Tobias Soloschenko
> Assignee: Tobias Soloschenko
> Labels: features
>
> Like in the MediaComponent - Video for example
> (https://ci.apache.org/projects/wicket/apidocs/7.x/org/apache/wicket/markup/html/media/video/Video.html)
> the Image should be able to be configured with a String placed into the src
> attribute.
> Possible constructor to be used for that:
> Image(String id, IModel<?> model, String... srcs)
> As of comments the requirement changed a bit and a new implementation
> "ExternalImage" is the target of this ticket:
> http://apache-wicket.1842946.n4.nabble.com/Image-based-on-external-url-model-object-tt4672692.html#none
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)