by javier | Nov 13, 2020 | Look & Feel, Table Hook Modifications
You have a child tab under pne of your AppGini app forms. You want to display some note or instructions inside that tab. hooks/tablename-dv.js (where tablename is the name of the parent table, employees in this example) $j(function() { setInterval(function() {...
by javier | Nov 13, 2020 | Look & Feel, Table Hook Modifications
links-navmenu.php: You can add custom links to the navigation menu (“Jump to” menu) of your application by appending them to this file. The format for each link is: $navLinks[] = array( ‘url’ => ‘path/to/link’,...
by javier | Nov 13, 2020 | Look & Feel, Table Hook Modifications
links-home.php: You can add custom links in the home page of your application by appending them to this file. The format for each link is: $homeLinks[] = array( ‘url’ => ‘path/to/link’, ‘title’ => ‘Link...
by javier | Nov 13, 2020 | Look & Feel, Table Hook Modifications
Integrate the page appearance into your AppGini application After controlling access to your custom page, the next step is to customize its appearance so that it matches the rest of the application pages. This can be very easily achieved by including the header and...
Recent Comments