在使用路径浏览器来渲染图像之前,我曾在AEM 6.3中实现“触摸UI”对话框的隐藏/显示功能,但现在我已使用fileupload作为resourceType更新了它。 隐藏/显示的现有功能与pathbrowser配合良好,现在仅不适用于文件上传resourceType。 对于上述查询的任何快速解答,我们将不胜感激。
谢谢, 阿伦莫芝
答案 0 :(得分:0)
请尝试使用“ fieldset”之类的包装器节点。
<showHideWrapper
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/fieldset"
class="hide showHideWrapper-showhide-target"
showhidetargetvalue="OPAQUE">
<items
jcr:primaryType="nt:unstructured">
.... there is your fileUpload field
</items>
</showHideWrapper>