Hi!
I have a component in which the clear button is disabled, tried to change to html5smartimage but no luck. Any clue?
My component:
<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Dialog" height="{Long}400" title="Logo" xtype="dialog"> <items jcr:primaryType="cq:Widget" xtype="tabpanel"> <items jcr:primaryType="cq:WidgetCollection"> <panel jcr:primaryType="cq:Panel" title="Logo"> <items jcr:primaryType="cq:WidgetCollection"> <logo jcr:primaryType="cq:Widget" allowUpload="true" autoUploadDelay="1" bodyBorder="true" border="{Boolean}true" cls="x-image-fieldset" ddGroups="[media]" fieldLabel="Logo Image" fileNameParameter="./logo" fileReferenceParameter="./logo" height="150" mimeTypes="*.jpg;*.jpeg;*.gif;*.png" name="./logo" sizeLimit="100" title="" uploadUrl="/tmp/logo/*" xtype="smartimage"/> <url jcr:primaryType="nt:unstructured" fieldDescription="External URL" fieldLabel="External URL" name="./url" xtype="textfield"/> </items> </panel> </items> </items> </jcr:root>
Thanks,
Solved! Go to Solution.
Views
Replies
Total Likes
Few users reported this issue. Using private window resolved the issue, We concluded it was browser caching issue. May be you can give that a try.
Views
Replies
Total Likes
Hi,
Please follow this community article which tells how to create Logo component which contains xtype: html5smartimage. Clear button works for me.
//https://helpx.adobe.com/experience-manager/using/creating-logo.html
Hope this helps!!
~ Ratna.
Views
Replies
Total Likes
Few users reported this issue. Using private window resolved the issue, We concluded it was browser caching issue. May be you can give that a try.
Views
Replies
Total Likes
Views
Likes
Replies