$listTotal
$listTotal : integer
displayEnableLink(string $token, integer $id, integer $value, string $active, integer $id_category = null, integer $id_product = null, $ajax = false) : string
Fetch the template for action enable
string | $token | |
integer | $id | |
integer | $value | state enabled or not |
string | $active | status |
integer | $id_category | |
integer | $id_product | |
$ajax |
displayDetailsLink( $token = null, $id, $name = null)
Display action show details of a table row This action need an ajax request with a return like this: { use_parent_structure: true // If false, data need to be an html data: [ {field_name: 'value'} ], fields_display: // attribute $fields_list of the admin controller } or somethins like this: { use_parent_structure: false // If false, data need to be an html data: '<p>My html content</p>', fields_display: // attribute $fields_list of the admin controller }
$token | ||
$id | ||
$name |