Hello,
I have a connection and I want to use direct edtiting for some fields edting.
I have followed the FAQ and it's working but the redirection after the save doesn't fit with my use.
I want to be redirected where another url. I have understood, reading some posts that I can't redirect with the default toolbar_savelist. Seems I need some chronoform action.
But I don't understand how I could do this.
Do I need to create a button with this code :
How to fill the different parameters ?
Does it need to be placed in the header code between php tags?
Florence
I have a connection and I want to use direct edtiting for some fields edting.
I have followed the FAQ and it's working but the redirection after the save doesn't fit with my use.
I want to be redirected where another url. I have understood, reading some posts that I can't redirect with the default toolbar_savelist. Seems I need some chronoform action.
But I don't understand how I could do this.
Do I need to create a button with this code :
$this->view->Toolbar->renderButton("button_id", "link_href", "TEXT", "image_path", "submit_selectors");
How to fill the different parameters ?
Does it need to be placed in the header code between php tags?
Florence