Hi could you tell me whether this is possible or not?
OW.loadComponent("PHOTO_CMP_PhotoListWidget", {reload: false},
{
onError: function(){alert("2");},
onComplete: function(){alert("3");},
onReady: function( html ){
alert("done");
$(".ow_content").html(html);
}
});