blockui Questions

4

Solved

Is there a way to tell if $.blockUI(); has been called but $.unblockUI() has not been called? Ideally this should be able to work for both blocking the full page and specific elements. I'd expect ...
Shiva asked 26/10, 2011 at 18:15

3

Solved

I am trying to create a datatable that displays a blockUI whenever it is busy, and I have been mostly successful. It now grays out and shows "Loading..." whenever I click either of two commandButto...
Orellana asked 12/9, 2012 at 14:54

6

Please guide me to the purpose of blockUI with a simple demonstration.
Nibelung asked 26/10, 2009 at 13:13

1

Solved

How to use bootstrap 4 modals as "block ui" functionality: to fade screen dinamically on AJAX call (and to show "wait a minute..." label or sandglasses for that moment)? If you have a modals in t...
Pectoralis asked 9/4, 2018 at 14:7

3

Solved

I have huge javascript code and blocking unblocking UI through your blockUI.js (http://malsup.com/jquery/block/) I get "Cannot read property 'parentNode" of undefined" exception randomly. It see...
Chelonian asked 14/10, 2013 at 14:27

4

I was wondering if anyone could shed insight as to how I could add a spinning preloader (like apple uses) using the jQuery Block UI plugin. The preloader would have to spin until the AJAX content l...
Superelevation asked 16/5, 2011 at 18:41

2

Solved

I got a <h:commandButton like: <h:commandButton id="login" actionListener="#{bean.login}" value="Login" styleClass="btn btn-primary btn-sm"> <f:ajax execute="@form" render="@form"/...
Deflation asked 16/4, 2015 at 18:36

5

Solved

The question says it all! I am looking for an easy to use alternative of blockUI for jQuery. I've been trying for days to center a dialog box with blockUI in both FireFox and IE but no chance. It d...
Kirwan asked 27/1, 2009 at 5:4

7

Solved

I am using jquery blockui but the div that is being covered is very long, so the loading message shows up off the screen. Is there anyway to have jquery blockui loading message vertically center ...
Bruner asked 5/2, 2012 at 2:45

4

Solved

This is not working for me: <h:form id="wfMgtForm"> . . . <p:dataTable id="wfTable" ..." var="item"> <p:column> . . . </p:column> <p:column> <p:command...
Apparitor asked 15/2, 2013 at 11:30

6

How can I block the UI when the page is still loading using jquery and blockUI plugin? If the page was being loaded using an AJAX call I know the workaround, but when the page is loading with a pos...
Robtrobust asked 30/4, 2009 at 12:44

1

Solved

What I want to do is grey out the my webpage background with blockUI, then open an tinymce on top. I can get this to work initially, but I open another tinymce dialog like to insert a link or edit ...
Sterigma asked 23/1, 2014 at 23:13

4

I have a simple question (but the answer does not seem to be simple). I have a synchronous AJAX call in my code and I want to call a function before this synchronous call. The function I want to ...
Complemental asked 24/7, 2012 at 14:14

1

Solved

The example demonstrates blocking of <h:form> by <pe:blockUI>. <h:form id="form" prependId="true"> <pe:blockUI target="form" widgetVar="blockBodyUIWidget"> <h:panelGri...
Prudenceprudent asked 25/11, 2013 at 17:3

6

Solved

i have long running task that gets called using jquery ajax. i am using the block ui plugin to show "loading". is there anyway i can send progress messages back to the client to show progress and h...
Pless asked 8/5, 2010 at 1:18

2

I have the following code an .net mvc aspx page ... ////////////////////// $.blockUI({ message: 'Processing ... Please Wait' }); var registerOk = registerNewUser(); var createUserSubscriptionOK...
Murdock asked 20/5, 2010 at 15:11

3

Solved

Anyone knows a JQuery plugin for BlockUI that allows blocking a specific DIV, not just the whole page. Thanks.
Tattan asked 3/8, 2011 at 20:46

2

Solved

I can't make BlockUI work over a modal dialog. I tried to look after z-index issues, but without success... In my web page, here is the head : <script type="text/javascript" src="http://ajax.g...
Protist asked 19/2, 2012 at 22:30

2

Solved

I'm using jQuery BlockUI plugin, and i have been able to sucessfully show a single message in the page, however... let's say that I want to show 3 messages , one after another. Something like: m...
Judi asked 8/1, 2010 at 12:58

2

Solved

I'm trying to display an overlay that says "page loading...please wait" while data is being retrived from a sql server. I'm hoping to use the BlockUI plugin for this but anything will do. I have an...
Runck asked 26/10, 2011 at 10:52

4

Solved

I need a modal windows that tells the user to wait until I've finished some work on the server. Looks like both BlockUI and jqModal can do this. Do you have any experiences with any of them? Pros...
Figone asked 26/2, 2009 at 19:5

2

Solved

I am using the brilliant BlockUI, and have set it up using the default $(document).ajaxStart($.blockUI).ajaxStop($.unblockUI); Which is great - except when I add a autocomplete element on the pa...
Gene asked 11/3, 2011 at 9:10

4

Solved

I'm trying to convert Matt Berseth's 'YUI Style Yes/No Confirm Dialog' so I can use it with the jQuery blockUI plugin. I have to admit I'm no CSS guru but I thought this would pretty easy even for...
Skep asked 16/11, 2008 at 22:35

2

I'm using blockui to throw some forms up on my site but for some reason the blockui element is positioned about 20-30 pixels from the bottom of the screen. I tried, per the docs (jquery blockui opt...
Andean asked 31/1, 2011 at 17:58

3

Solved

I've implemented block UI as this request can take a little, time when the ajax request starts everything works as expected. But when the ajax request finishes and the msgbox is shown, the UI does...
Wulf asked 18/9, 2009 at 7:44

© 2022 - 2024 — McMap. All rights reserved.