I need to validate in asset dam properties.I took reference from https://helpx.adobe.com/experience-manager/using/creating-touchui-validate.html Code Snippet - $(document).on("click", ".aem-assets-admin-properties-submit", function (e) { e.stopPropagation(); e.preventDefault(); d...
see , In My dialog - there are only three widgets - choose (dropdown), name (textfield), pathselect (pathbrowser).In dropdown - there are 4 options A,B,C,D. (In properties, i have added class = cq-dialog-dropdown-showhide c...
Hi, I want to show same field on selection of more than one value in drop down.Suppose in dropdown, we have A,B,C,Dand i have one seperate node say 'title'I want to show this field when i select A and when i select B. As showhidetargetvalue is single valued property. i am not able to make it ...
I have three options in my dropdown,(A,B,C) . When i choose A , a pathield comes . When i choose B , a textfield comes . When i choose C , radiobutton group comes.suppose i choose all options one by one and filled value respective of their field though my logic would be like whichever be my selecti...
In my dialog box , i am getting some value in textfield based on the value selected from dropdown . But currently i can make changes in retrieved values that i don't want. I need to make it non editable so that the retrieved value will remain as it is . Edit- If i make it disable than that textfield...
When i tried to build maven project in eclipse , i am getting "Request to http://localhost:4502/crx/packmgr/service.jsp failed, response=Moved Permanently" error. Please help.