想要在aem touch UI中将图像作为必填字段

时间:2017-03-09 10:21:10

标签: cq5 aem

我想将图像(fileUpload)作为AEM中的必填字段,因为Granite Validators不适用于fileUploads。

这个小部件并没有为我提供任何必要的" true"。 任何人都可以帮我吗?

2 个答案:

答案 0 :(得分:1)

答案 1 :(得分:0)

查看/libs/granite/ui/components/foundation/form/fileupload/fileupload.jsp详细了解花岗岩小工具将支持哪些支持属性。您的文件上传示例所需的(布尔)属性,如下面的代码片段所示。

 /**
     * Indicates if the field is mandatory to be filled.
     */
    - required (Boolean)

并且还添加了属性,当我在AEM6.2中测试它时,它按预期工作,如下图所示。

fileupload