[
http://jira.magnolia-cms.com/browse/BLOSSOM-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Francois Nadeau updated BLOSSOM-95:
----------------------------------------
Description:
There is no image preview or thumbnail when using a file control with the
blossom data module.
I'm creating the dialog like this:
{code:title=CreationOfControl|borderStyle=solid}
@TabFactory("Settings")
public void settingsTab(TabBuilder tab) {
tab.addFile("logo", "Logo", "");
}
{code}
was:
There is no image preview or thumbnail when using a file control with the
blossom data module.
I'm creating the dialog like this:
@TabFactory("Settings")
public void settingsTab(TabBuilder tab) {
...
tab.addFile("logo", "Logo", "");
...
}
> No image preview when using file control in data module
> -------------------------------------------------------
>
> Key: BLOSSOM-95
> URL: http://jira.magnolia-cms.com/browse/BLOSSOM-95
> Project: Magnolia Blossom Module
> Issue Type: Bug
> Components: data-extension
> Affects Versions: Data Extension 2.0.2
> Environment: Windows XP
> Magnolia 4.5.4
> Blossom 2.0
> Reporter: Jean-Francois Nadeau
> Assignee: Tobias Mattsson
> Attachments: nopreview.jpg
>
>
> There is no image preview or thumbnail when using a file control with the
> blossom data module.
> I'm creating the dialog like this:
> {code:title=CreationOfControl|borderStyle=solid}
> @TabFactory("Settings")
> public void settingsTab(TabBuilder tab) {
> tab.addFile("logo", "Logo", "");
> }
> {code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------