Hi, I want to show the value in a Coral Text field only for the first time when the component is dropped and author opens the dialog. After first submit it should hold the value that has been authored in the dialog(any value or EMPTY).Currently I am using value property to textfield and the behaviou...
hi, I am working on aem 6.5 I am have 2 requirements for images:1. is to have preview of images or pages in dialog box where i am using pathbrowser in touch ui. 2. drag drop image functionality for multifield.we have have for single fields in editconfigs but it is not supporting for multifield dialo...
Hello Team,I have generated pdf based user inputs through javascript using pdfmake library, now i have to send email with generated pdf to customers. I am able send mail with pdf using smpt.js library but due to some security concerns its not recommended. Now I am thinking to send/post the generated...
Hi All, Want to restrict in triggering a workflow on an Asset from 'Timeline' option when asset have certain property value set on it. Also needs to restrict trigger workflow on an asset if it is in folder path ending with certain suffix like /content/dam/folderA/nA, /content/dam/folderB/nA, /conten...
No component list under the slide panel; But component can be inserted on the page parsysBelow is the structure for one of the components:<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www...
Below is my original class @referenceprivate ResourceResolverFactory resourceResolverFactory;@referenceprivate WorkflowService workflowService; How can I mock the above?I tried something like below: @MockWorkflowService workflowServiceMock; thenworkflowServiceMock = context.registerInjectActivateSer...
Hi Everyone, Need help in reading some specific chinese chars from JCR repo.I have one dialog where author enters content and save the page. Author created page for China and entered some content specific to China in the dialog and saved it. When I try to read the below content from JCR it is addin...
Hi All,We have some pages under /c/ folder like example /content/we-retail/us/en/c/page1 and /content/we-retail/us/en/c/page2 etc.We would like to remove /c/ from the page and should redirect to /content/we-retail/us/en/page1.html with serving the same content as /content/we-retail/us/en/c/page1. We...