replacement for html5smartimage in touch UI | Community
Skip to main content
rupalig70586203
Level 2
March 28, 2019
Solved

replacement for html5smartimage in touch UI

  • March 28, 2019
  • 1 reply
  • 1733 views

Hi,

How to convert the html5smartimage xtype from classic UI to touch UI. With the conversion tool this xtype is not getting converted.

Can anyone help on this issue.

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

you can go for cq/gui/components/authoring/dialog/fileupload with attribute useHTML5 = true

example -

/apps/core/wcm/components/image/v1/image/cq:dialog/content/items/image/items/column/items/file

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
March 28, 2019

Hi,

you can go for cq/gui/components/authoring/dialog/fileupload with attribute useHTML5 = true

example -

/apps/core/wcm/components/image/v1/image/cq:dialog/content/items/image/items/column/items/file

Arun Patidar