Hello,
I want to make a button that sometimes refreshes data in the current window and other times to open another template in a new window.
In the first case, the following method works fine
$this->tmpl->exec(‘appli.appli_ui.index’, $content,
$sel_options, $readonlys, $content,0)
In the second cas, I can’t manage having the template opened in a pop up window… I only can have the template opened in the same window without showing header & footer ( I put 2 instead of 0).
Thanks for your help.
Christophe