You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Tobias Soloschenko (JIRA)" <ji...@apache.org> on 2015/12/04 19:04:11 UTC

[jira] [Updated] (WICKET-6042) Implementation of ExternalImage component

     [ https://issues.apache.org/jira/browse/WICKET-6042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Soloschenko updated WICKET-6042:
---------------------------------------
    Description: 
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

*Integrated*
Wicket 8.x:
https://github.com/apache/wicket/commit/ee572d0ee597a357f10735cb2141b01ec19d19a4
https://github.com/apache/wicket/commit/b174c21c42220d9ccb4a01579ee9b0723a121513
https://github.com/apache/wicket/commit/4eacb2aba5f580fbbb851293834253ec7a8b3ce9
https://github.com/apache/wicket/commit/a1b19493da671dce33f258de8021713fdc45234a
https://github.com/apache/wicket/commit/93fe70d08cf255d6673243ae02e36c01c360eaf7
https://github.com/apache/wicket/commit/1ac89ee1c8c305097e34c3733c41bb217d627e57
https://github.com/apache/wicket/commit/78802c9c8a13a71000d5b6225daab80c9e6f8d46
Wicket 7.x:
https://github.com/apache/wicket/commit/2e82b8913f3cbf8d2631f8afbaba46dda8b122b0

  was:
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


> 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
> *Integrated*
> Wicket 8.x:
> https://github.com/apache/wicket/commit/ee572d0ee597a357f10735cb2141b01ec19d19a4
> https://github.com/apache/wicket/commit/b174c21c42220d9ccb4a01579ee9b0723a121513
> https://github.com/apache/wicket/commit/4eacb2aba5f580fbbb851293834253ec7a8b3ce9
> https://github.com/apache/wicket/commit/a1b19493da671dce33f258de8021713fdc45234a
> https://github.com/apache/wicket/commit/93fe70d08cf255d6673243ae02e36c01c360eaf7
> https://github.com/apache/wicket/commit/1ac89ee1c8c305097e34c3733c41bb217d627e57
> https://github.com/apache/wicket/commit/78802c9c8a13a71000d5b6225daab80c9e6f8d46
> Wicket 7.x:
> https://github.com/apache/wicket/commit/2e82b8913f3cbf8d2631f8afbaba46dda8b122b0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)