I got a container with 2 or 3 widgets .
I’m wondering how to insert a button on header/footer of the application within the widget to exit of container and go to other menu/form/grid.
I did 2 attempts using …
PHP Button : sc_redir(menu/form/grid) ;
JS Button ; window.location.href="…/app_menu/app_menu.php" ;
but both of them run internally to the widget … so … not possible to use them at all.
On container there is no any reference to a possible button .
Thanks