London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
When used from the file manager it's opened with the following code
var imageEditorUrl = EPi.ResolveUrlFromUI("Edit/ImageEditor/ImageEditor.aspx");
EPi.CreateDialog(imageEditorUrl + "?img=" + filePath + "&openedfromfilemanager=true", OnEditImageCompleted, null, {src: filePath}, {width: width, height: height});
where width and height are the dialog dimensions and filePath is the path to the image.
Has anyone tried using the ImageEditor dialog (UI/Edit/ImageEditor/ImageEditor.aspx) from code?
To be more specific: what javascript dialogArguments is necessary to use this dialog from outside the wysiwyg editor?