[gatein-issues] [JBoss JIRA] Updated: (GTNPORTAL-1053) Add a complete Ajax call function in JS library (current AjaxGet() function cannot be use for simple XHR calls)

Thomas Heute (JIRA) jira-events at lists.jboss.org
Thu Jun 23 03:14:40 EDT 2011


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

Thomas Heute updated GTNPORTAL-1053:
------------------------------------

    Fix Version/s: 3.2.0-M02
                       (was: 3.2.0-M01)


> Add a complete Ajax call function in JS library (current AjaxGet() function cannot be use for simple XHR calls)
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: GTNPORTAL-1053
>                 URL: https://issues.jboss.org/browse/GTNPORTAL-1053
>             Project: GateIn Portal
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: WebUI
>    Affects Versions: 3.0.0-GA
>            Reporter: Tugdual Grall
>              Labels: sprint_54
>             Fix For: 3.2.0-M02
>
>   Original Estimate: 6 hours
>  Remaining Estimate: 6 hours
>
> we need a set of JS function in eXo JS to do Ajax calls for internal developers so they can manipulate response content and status. 
> It looks like the ajaxGet() [and other related methods], are only made to manipulate the DOM and force the "waiting screen".
> The idea will be to have something as simple as:
>         exoAjax.post(	URL,   { paramName : 'paramValue',paramName : 'paramValue' },
>         function (response) {
>              //  XHR response goes here
>             // any callback
>         }

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list