Meet us at Drupa 24. Dusseldorf/Germany. May. 28 - Jun 7.
Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
vsolon  
#1 Posted : Wednesday, July 31, 2019 10:24:33 PM(UTC)
vsolon

Rank: Newbie

Groups: Member
Joined: 7/31/2019(UTC)
Posts: 1

Hi Aurigma,

Good day, after we edit the templates in WYSIWYG editor we want to add a new step that enable us to view the proof or the finish product of our design.

While reading the documentation about customization of Customers Canvas using UI Framework.

Based on this link (https://customerscanvas.com/support/ui-framework/readme.md)

We have tried to use the "approve", "static-image" and other widgets but it will return an error message in browser's developer tools console "Widgets of type au-widget-static-image are not supported!".

Are these widgets are still supported or did we do it something wrong?

Please help us what are the correct actions, parameters or code to have this feature?

Thank you so much.

Edited by user Wednesday, July 31, 2019 10:26:55 PM(UTC)  | Reason: Not specified

Andrey Semenov  
#2 Posted : Thursday, August 1, 2019 9:59:14 PM(UTC)
Andrey Semenov

Rank: Advanced Member

Groups:
Joined: 7/4/2017(UTC)
Posts: 43

Was thanked: 12 time(s) in 12 post(s)
Hi Vincent,

Please use new ImageCarousel widget instead.

Example:

Code:
{
  "name": "preview",
  "type": "image-carousel",
  "params": {
	"containerColor": "#ffffff",
	"showImageIndex": false,
	"imageSelectorPosition": "bottom",
	"lightbox": true,
	"images": [
	  {
		"title": "Page 1",
		"url": "{{$['preview-image-request'].response}}"
	  }
	]
  }
}

Where preview-image-request is a widget of "Ajax" type.

Regards,

Andrew

Edited by user Thursday, August 1, 2019 10:00:49 PM(UTC)  | Reason: Not specified

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.