[
https://issues.apache.org/jira/browse/OFBIZ-6023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962188#comment-14962188
]
Jacques Le Roux edited comment on OFBIZ-6023 at 10/18/15 5:16 AM:
------------------------------------------------------------------
Hi Pierre, to have it working in trunk HEAD I had to make some changes
* I put the jgrowl loading in GlobalActions rather than GlobalDecorator
* in showjGrowl() js function
** I Added a test for if (contentMessages.length) because of an error in
lookups
** I did some formatting in function showjGrowl()
** I used jQuery instead of $ (same for expandAllP() and expandAll() functions)
Please find attached the patch.
I wonder if we should not let users choose to use jgrowk (by default?) or the
older way by introducing a property, opinions?
was (Author: jacques.le.roux):
Hi Pierre, to have it working in trunk HEAD I had to make some changes
* I put the jgrowl loading in GlobalActions rather than GlobalDecorator
* I Added a test for if (contentMessages.length) because of an error in lookups
* I did some formatting in function showjGrowl()
* I used jQuery instead of $ (same for expandAllP() and expandAll() functions)
Please find attached the patch.
I wonder if we should not let users choose to use jgrowk (by default?) or the
older way by introducing a property, opinions?
> JGrowl to display alerts
> -------------------------
>
> Key: OFBIZ-6023
> URL: https://issues.apache.org/jira/browse/OFBIZ-6023
> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: Trunk
> Reporter: Gaudin Pierre
> Assignee: Jacques Le Roux
> Fix For: Trunk
>
> Attachments: Scrolling-1.png, Scrolling-2.png, Simple error
> message.png, event-message.png, jgrowl.patch, jgrowl.patch,
> large-message-by-default.png, same-large-message-show-all.png
>
>
> Hi all,
> I've been working on Jgrowl integration for a project.
> (https://github.com/stanlemon/jGrowl)
> This allow to display system's messages in a popup at the top of the windows
> even if you scroll. This is also useful for ajax call because there is no
> need to scroll to the top of the screen to view message.
> Message can stick to the screen until it is intentionally closed by the user
> or not.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)