You can write a JAVA code to read that value and save it in a variable, then you can replace & to & and then you can use that variable further using Sightly.
In case of Touch UI, we need to make use of Java Code only, I was not able to find any other options.This is the code which I tried and it worked for me.Here I am checking for the 4 cases:1. Checking for file extension:- so if the file extension is .mp4 or .mp3 like that then we are not processing t...
Hi, We are using default table component in our project. and now we want to add superscript and subscript tag in that.Can anyone help us in this??Thanks,
Yeah but here i am working in Touch UI (granite/ui/components/foundation/form/pathbrowser ) for AEM 6.2 , so this property seems to be invalid for this case.
I have a component of resource type - granite/ui/components/foundation/form/pathbrowser , i need to make sure in case of internal link .html to be appended whereas in case of external link it should be as it is no .html appending. Can anyone help?
It is a video component and author is allowed to drag and drop it on the same parsys multiple times , and in our component html we have a video id <video id="left-video-teaser-1">, this 1 needs to be increased everytime if a new video is added, lets suppose if there are 2 video componnet , so for 1 ...
I have a parsys, and i am dropping same component on it multiple times, by default it is getting some random name , like text_273462, text_236452386. But my need is to get the name as text_1,text_2,text_3 and so on. Any help??(image for reference)