[
https://issues.apache.org/jira/browse/WICKET-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663006#action_12663006
]
Valentine Wu commented on WICKET-2017:
--------------------------------------
The files are attached.
The PanelWithAjaxBusyIndicatingMask is more specific to the whole page, is more
simple compared to veil component in wicketstuff-minis, and is more frequently
used compoment.
> 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
> Attachments: PanelWithAjaxBusyIndicatingMask.java,
> WicketAjaxBusyIndicatingMask.java
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> 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.