활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi ,
i have fileupload marked as mandatory for image field but since i am doing some java-script manipulation, hence I need to bypass this and still submit the dialog even if the image is empty.
Please let me know how this can be achieved.
<image
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/authoring/dialog/fileupload"
autoStart="{Boolean}false"
class="cq-droptarget"
fieldDescription="The Image ."
fieldLabel=" Image"
fileNameParameter="./image/fileName"
fileReferenceParameter="./image/fileReference"
mimeTypes="[image]"
multiple="{Boolean}false"
name="./Image"
required="{Boolean}true"
title="Upload Image Asset"
uploadUrl="${suffix.path}"
useHTML5="{Boolean}true"/>
Thanks
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
If you need required field to work and make it not to work with ur custom then first try to understand how required validation is working and how is it getting called then try writing ur custom code similar to required validation
조회 수
답글
좋아요 수
Have you tried removing required="{Boolean}true"
조회 수
답글
좋아요 수
It is mandatory field .Still need to bypass it
조회 수
답글
좋아요 수
Any inputs from any one??
조회 수
답글
좋아요 수
If you need required field to work and make it not to work with ur custom then first try to understand how required validation is working and how is it getting called then try writing ur custom code similar to required validation
조회 수
답글
좋아요 수