Thanks Mike,
This will address the blocking issue as it pertains to portals and
portlets (individual applications) or any other individual page fragment.
One little question. In order to make the blockUI work while using
jQuery in compatibility mode (jQuery rather than $) I had to change all
the $ references to jQuery in the plugin to get it working. Is this an
issue with my config you think?
PS: good work btw, very useful.
Raymond Auge <[EMAIL PROTECTED]>
Software Engineer
Liferay, Inc. <http://www.liferay.com>
Enterprise. Open Source. For Life.
on 02/23/2007 04:31 Harald Dietrich said the following:
Thanks Mike, that's great.
I am writing a kind of portal server, that makes heavily use of Ajax. I want to
disable portlet windows while updating the content.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Mike Alsup
Sent: Donnerstag, 22. Februar 2007 22:55
To: jQuery Discussion.
Subject: Re: [jQuery] BlockUI like plugin for divs
I'd like to be able to do this sort of thing too. To block just a
particular div to indicate that something is happening in
regards to *just*
that area of the screen, and that the user can continue
to work in other
I'm going to add this functionality to blockUI since several people
have requested it. I'll post a note when it's ready (probably
tonight).
blockUI has been updated. To block the entire page, usage is the same
as before:
$.blockUI();
$.unblockUI();
To block selected elements, usage is like this:
$('.whatever').block();
$('.whatever').unblock();
An example and docs can be found here:
http://malsup.com/jquery/block/block.html
Source code is here:
http://dev.jquery.com/browser/trunk/plugins/blockUI/jquery.blo
ck.js?format=txt
Most of the logic for this update comes from Brandon Aaron's bgiframe
plugin. Thanks, Brandon!
Mike
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/