Add a transparent mask layer to the current page to prevent further UI
interactivity when there are any busy Ajax activities
----------------------------------------------------------------------------------------------------------------------------
Key: WICKET-2017
URL: https://issues.apache.org/jira/browse/WICKET-2017
Project: Wicket
Issue Type: New Feature
Components: wicket-extensions
Reporter: Valentine Wu
Priority: Minor
I created a reusable component, PanelWithAjaxBusyIndicatingMask, which extends
Panel and uses
org.apache.wicket.extensions.ajax.markup.html.WicketAjaxIndicatorAppender.
The functions it has:
It will add a transparent mask layer to the current page to prevent further UI
interactivity when there are any busy Ajax activities.
The mask layer will have an animation gif (the default is what Wicket is using)
and a configurable display text (the default is: Please wait...).
Both the display text and the animation gif file are configurable in the
constructors.
How can I commit my source code?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.