08-19-2020, 11:45 AM
Hi, you can call from html template in your menu list, something like this:
Code:
<li><a href="#" onclick="return ajaxCall('YOUR_DELPHI_FUNCTION', 'parametermenulist=student_list');"><i class="fas fa-map-pin"></i><p>student_menu1</p></a></li>
