This is a migrated thread and some comments may be shown as answers.

Show/Hide editor client side

0 Answers 65 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
Quinn
Top achievements
Rank 1
Quinn asked on 14 Aug 2019, 09:08 PM

Hi, I currently have 2 Rad Image Editors on my page. I load images to both server side, and I would then like to hide the second, until the client clicks a button to load the second, without postback. If I load each editor to the page, and then use a button click to hide one, and show the selected one, everything works great. However, I can't seem to find the event where all load events have fired for the image editor. I'm currently using OnClientImageLoad(imgEditor) to set visibilty with imgEditor.set_visible(false);

This works great for showing and hiding the editors, but when I try to use Zoom, the editor disappears. When I select to show it again, by clicking my button which uses set_visible() to show the associated Image Editor, I see that the zoom worked on the image, that again disappears when I use the tool.

No answers yet. Maybe you can help?

Tags
ImageEditor
Asked by
Quinn
Top achievements
Rank 1
Share this question
or