We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

OW.loadComponent | Forum

Marcus
Marcus Sep 2 '19

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);
                      }
                    });