Description  | 
|||||||||
A wrapper for ux.ajax (POST)  | 
|||||||||
Parameters  | 
|||||||||
string  | 
URL to load  | 
||||||||
function  | 
Callback function to execute after the command receive a reply  | 
||||||||
object  | 
JSON object with the options: 
  | 
||||||||
Return  | 
|||||||||
void  | 
|||||||||
Example  | 
|||||||||
        ux.ajax( 'http://www.url-to-send-get.com/path'                        { buttons:[{id:'ok', title:_t("Ok"),type:"is-danger"}] } ); No Preview available  | 
|||||||||