]
Trong Tran updated GTNPORTAL-1053:
----------------------------------
Original Estimate: 6 hours (was: 4 hours)
Remaining Estimate: 6 hours (was: 4 hours)
Labels: sprint_54 (was: sprint_37)
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-GA
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: