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 need to evaluate JSON file kept on some path in JS file.path = "/apps/ademo/components/structure/basepage/mapp.json";Like in dialog listener JS , we do - var x = CQ.shared.HTTP.eval(path);I want to evaluate in component specific JS file.(When i use "CQ.shared.HTTP.eval(path)" in component spec...
smacdonald2008 wrote... To perform this - you need to use code and create a custom XTYPE. You need to write application logic using this API: https://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html To learn how to write a custom xtype -- see this community article: https://helpx.adobe.com/exp...
I have one pathfield and smartimage field.i want to select image path from DAM through pathfield.depending on the path of that image , i want to set that image in smartimage field.Please assist me.
I have two field in dialog - Pathfield / HTML5SmartImageField .From Pathfield, i will select one page which would be having one image.Now what i want is - once i select page from pathfield , that image will automatically rendered on my smartimagefield.I used dialogclose listener to listen the path...
I need to acces page properties of a given page in JAVA as i want to make servlet.I can do it in JS. But i dont know how to do in JAVA.In js - i did this wayResourceUtils.getResource(pageResource.path + "/jcr:content") .then(function (pageContentResource){ if (pageContentResource.p...