Hi there,
I'm using the latest version of CCv5 and am trying to create a custom action that will affect multiple rows at once. It sounds like this should be possible? I have the {_SELECTOR_} column working and I created a custom action called 'togprint' and set its permissions. In the action's code box, I just told it to print_r($_POST) for now.
The code for the toolbar button is:
echo $this->view->Toolbar->renderButton("button_togprint", "/index.php?option=com_chronoconnectivity5&cont=lists&act=togprint&ccname=employees2", "Mark as Print", "/libraries/cegcore/assets/images/toolbar/apply.png", "submit_selectors");
Yet when I select some rows and click the button, it just outputs an empty array. Why isn't it passing the selectors?
Thanks much!
I'm using the latest version of CCv5 and am trying to create a custom action that will affect multiple rows at once. It sounds like this should be possible? I have the {_SELECTOR_} column working and I created a custom action called 'togprint' and set its permissions. In the action's code box, I just told it to print_r($_POST) for now.
The code for the toolbar button is:
echo $this->view->Toolbar->renderButton("button_togprint", "/index.php?option=com_chronoconnectivity5&cont=lists&act=togprint&ccname=employees2", "Mark as Print", "/libraries/cegcore/assets/images/toolbar/apply.png", "submit_selectors");
Yet when I select some rows and click the button, it just outputs an empty array. Why isn't it passing the selectors?
Thanks much!