Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Hi All,
I need to create a component which has HTML smart Image with an overlay text on it.
Could not find any reference articles on the same.
Any pointers/reference on this will be helpful.
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
You can create a copy of the text image component in your project
change the property names and title as per requirement
In your component jsp, keep the image in background and keep the text in foreground.
e.g. <span style="background:url({properties.image})">Hello</span>
Zugriffe
Antworten
Likes gesamt
1. Create a new component
2. Have 2 fields in dialog, one is take image and second being text input
3. Use HTML structure shown here https://css-tricks.com/text-blocks-over-image/
Thanks
Praveen
Zugriffe
Antworten
Likes gesamt
You can create a copy of the text image component in your project
change the property names and title as per requirement
In your component jsp, keep the image in background and keep the text in foreground.
e.g. <span style="background:url({properties.image})">Hello</span>
Zugriffe
Antworten
Likes gesamt
Hi Praveen/Hemant,
Sorry for the delayed response. Will try on this and post back my results.
Zugriffe
Antworten
Likes gesamt
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten