I have a new Action in a chronoconnectivity form wich is called by button with submit_selector.
The Action is called correctly, but how can i get Access to the selected items? i found documentation.
Kind regards
Jürg
The Action is called correctly, but how can i get Access to the selected items? i found documentation.
Kind regards
Jürg
Hi Jürg,
I'm sorry, I'm not familiar with all parts of CC and I don't understand your question - please can you explain this in more detail.
Bob
I'm sorry, I'm not familiar with all parts of CC and I don't understand your question - please can you explain this in more detail.
Bob
i have in the table head code a button with submit_selector. pointing to an Action a
in the Action a i'd like to make some processing with the selected rows.
how the php code has to look, that a know wich rows are selected?
<?php
foreach(??????????
?>
is there a function? are all id's transmitted in the URL as an Option?
Kind regards
Jürg
in the Action a i'd like to make some processing with the selected rows.
how the php code has to look, that a know wich rows are selected?
<?php
foreach(??????????
?>
is there a function? are all id's transmitted in the URL as an Option?
Kind regards
Jürg
This topic is locked and no more replies can be posted.