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/11/23 15:38:11 UTC

[jira] [Created] (WICKET-6042) Images should be able to be configured with src as String

Tobias Soloschenko created WICKET-6042:
------------------------------------------

             Summary: Images should be able to be configured with src as String
                 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


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) 



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