[richfaces-issues] [JBoss JIRA] (RF-12629) Call javascriptServiceComplete once all scripts added by JavaScriptService are executed

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Fri Nov 30 04:27:21 EST 2012


     [ https://issues.jboss.org/browse/RF-12629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Fryč updated RF-12629:
----------------------------

    Description: 
The event should be called once all scripts are executed but before any oncomplete script is executed.

The event should be fired on document.

General way to bind to this event (as replacement for {{$(document).ready(...)}} is using {{$(document).one("javascriptServiceComplete", ...);}}

Event handler will be triggered only if there are some script generated by {{JavaScriptService}}.

  was:
The event should be called once all scripts are executed but before any oncomplete script is executed.

The event should be fired on document.

General way to bind to this event (as replacement for {{$(document).ready(...)}} is using {{$(document).one("javascriptServiceComplete", ...);}}


    
> Call javascriptServiceComplete once all scripts added by JavaScriptService are executed
> ---------------------------------------------------------------------------------------
>
>                 Key: RF-12629
>                 URL: https://issues.jboss.org/browse/RF-12629
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: core
>    Affects Versions: 4.3.0.M3
>            Reporter: Lukáš Fryč
>            Assignee: Lukáš Fryč
>             Fix For: 4.3.0.M3
>
>
> The event should be called once all scripts are executed but before any oncomplete script is executed.
> The event should be fired on document.
> General way to bind to this event (as replacement for {{$(document).ready(...)}} is using {{$(document).one("javascriptServiceComplete", ...);}}
> Event handler will be triggered only if there are some script generated by {{JavaScriptService}}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list