I need the ID/object of the element in which the preview appears, for client-side processing purposes.

Comments

hameerabbasi’s picture

Status: Active » Closed (fixed)

EDIT: I figured it out. It can be accessed in this way:

js: E.prvAjax(function(previewWrapperElement){
  // Use as previewWrapperElement here.
});