Several choices in the personalized menu

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
pasbonte
Veteran Member
Posts: 162
Joined: 2013-02-06 09:49

Several choices in the personalized menu

Post by pasbonte » 2023-03-07 09:42

hello

c'est possible ? two choices, two actions

Code: Select all

return array(
        array(
        		
            'title' => 'ENVOYER SMS',
            'function' => 'GVenvoyer_sms',
            'icon' => 'th-list'
                 )
    );
		return [];
	}
    //'title' => 'IMPRIMER',
            //'function' => 'IMPRIMER_ETI',
            //'icon' => 'th-list'


pasbonte
Veteran Member
Posts: 162
Joined: 2013-02-06 09:49

Re: Several choices in the personalized menu

Post by pasbonte » 2023-03-07 09:58

Capture d’écran 2023-03-07 105711.png
Capture d’écran 2023-03-07 105711.png (17.3 KiB) Viewed 1335 times

Post Reply