Jump to content

Edit History

GBPro

GBPro

Ok je comprends, cependant le tpl en question c'est le renderForm() de mon adminController.

Est-ce que je peux utiliser ceci ? Et où dois-je le mettre dans mon adminController svp ? :

 

// Create a link with the path

$ajax_link = $this->context->link->getAdminLink('AdminController');

//define js value to use in ajax url

Media::addJsDef(array(

"ajax_link" => $ajax_link

));

 

GBPro

GBPro

Ok je comprends, cependant le tpl en question c'est le renderForm() de mon adminController.

Est-ce que je peux utiliser ceci ? Et où dois-je le mettre dans mon adminController svp ? :

 

// Create a link with the path

$ajax_link = $this->context->link->getAdminLink('AdminNkmCustomerFile');

//define js value to use in ajax url

Media::addJsDef(array(

"ajax_link" => $ajax_link

));

 

×
×
  • Create New...