[
https://issues.jboss.org/browse/FORGE-2444?page=com.atlassian.jira.plugin...
]
Rafael Pestano updated FORGE-2444:
----------------------------------
Description:
For now we cannot select more then one resource (eg:files in the filesystem) to be added
in a UIInputMany, we have to select a resource at a time.
example:
{code:title=Bar.java|borderStyle=solid}
@Inject
@WithAttributes(label = "Select Files")
private UIInputMany<FileResource<?>> files;
{code}
Will prompt a popup to select files but you cant sewlect more then one
was:
For now we cannot select more then one resource (eg:file in filesystem) to be added in a
UIInputMany, we have to select a reserce at a time.
example:
{code:title=Bar.java|borderStyle=solid}
@Inject
@WithAttributes(label = "Select Files")
private UIInputMany<FileResource<?>> files;
{code}
Will prompt a popup to select files but you cant sewlect more then one
Allow multiple resources selection in UIInputMany
--------------------------------------------------
Key: FORGE-2444
URL:
https://issues.jboss.org/browse/FORGE-2444
Project: Forge
Issue Type: Enhancement
Components: Addon Development
Affects Versions: 2.17.0.Final
Reporter: Rafael Pestano
For now we cannot select more then one resource (eg:files in the filesystem) to be added
in a UIInputMany, we have to select a resource at a time.
example:
{code:title=Bar.java|borderStyle=solid}
@Inject
@WithAttributes(label = "Select Files")
private UIInputMany<FileResource<?>> files;
{code}
Will prompt a popup to select files but you cant sewlect more then one
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)