locked
CRM 2013 IFRAME JQuery.blockUI.js RRS feed

  • Question

  • I have CRM 2013 environment with IFrame set up in account entity. IFrame has external ASP.NET Application which uses JQeury.blockUI.JS to block all the UI until everything loads up.

     for some reason, blockUI doesn't display on IFrame and could not able to display Loading/progress message. Did any one tried this approach from iframe??

    $('formDiv').block({ message: '<h3>Loading.....</h3>', css: { border: '3px solid #a00' } });

    $('formDiv').unblock();

    please assist.

    Tuesday, October 21, 2014 1:19 PM

All replies

  • Hi!

    I use BlockUI in www.sparklexrm.com and it does work ok from within Webresources in CRM2013 - it could be something to do with the fact that it is an external ASP.NET application. Have you enabled cross frame scripting on the IFRAME?

    Scott


    Scott Durow
    Blog www.develop1.net    Follow Me
    Rockstar365
    If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"

    Wednesday, October 22, 2014 6:22 PM
    Answerer
  • Scott,

    Thanks for the update on this. But i do have enabled cross frame scripting. still it does not pop up from iFrame. whithin the webresource it works fine even i check the REST Builder tool and it works same way. but since i am using the IFrame, does this has to do with layering priority for BlockUI, i mean ZIndex or document hierarchy??

    Wednesday, October 22, 2014 6:58 PM