]
Minh Hoang TO updated GTNPORTAL-1053:
-------------------------------------
Original Estimate: 4 hours
Remaining Estimate: 4 hours
Add a complete Ajax call function in JS library (current AjaxGet()
function cannot be use for simple XHR calls)
---------------------------------------------------------------------------------------------------------------
Key: GTNPORTAL-1053
URL:
https://jira.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
Fix For: 3.2.0-GA
Original Estimate: 4 hours
Remaining Estimate: 4 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.
-
If you think it was sent incorrectly contact one of the administrators: