Using drag and drop functionality for Images in Touch UI | Community
Skip to main content
Level 3
March 15, 2018
Solved

Using drag and drop functionality for Images in Touch UI

  • March 15, 2018
  • 1 reply
  • 1271 views

Hi All,

I am trying to implement a multi-field with text and image values in it. For image, I have used the resourceType: granite/ui/components/foundation/form/pathbrowser but as this doesn't provide the drag and drop functionality for Images, Could someone please let me know how can we achieve drag and drop functionality for images in Touch UI multifield component.

Thanks,

Priya

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 kautuk_sahni

See this [1] post, this will show how to add feild in Dialog to let you drag and drop the assets.

[1] Experiencing Adobe Experience Manager - Day CQ: AEM 61 - Touch UI Fill Dialog Fields with Default Values on Image Drop

PS: Make sure that you have uploadUrl="${suffix.path} in the property.

1 reply

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
March 15, 2018

See this [1] post, this will show how to add feild in Dialog to let you drag and drop the assets.

[1] Experiencing Adobe Experience Manager - Day CQ: AEM 61 - Touch UI Fill Dialog Fields with Default Values on Image Drop

PS: Make sure that you have uploadUrl="${suffix.path} in the property.

Kautuk Sahni