by javier | Apr 3, 2022 | Advance Functions, Table Hook Modifications
Implementing filters in the generated codeIn many AppGini applications, we’d like users to view only a subset of data rather than viewing all the records of a table. For example, in the orders table, we might want users to view the orders as of 1/1/2009 only. To...
by javier | Mar 18, 2022 | Advance Functions
Make the new inbox plugin open in a new window when you click on the icon Open the file “plugins/messages/app-resources/icon.php” in a text editor and find this line: let icon = $j(`<a href=”<?php echo...
by javier | Feb 24, 2022 | Advance Functions
AppGini supports automatic formatting of data by using the Data Format tab. Select any field in AppGini, and go to that tab. You can then select a data format from the list, as shown in this screen shot below. We can add more formats to this list easily. For example,...
by javier | Feb 16, 2022 | Advance Functions
by javier | Nov 20, 2020 | Advance Functions, Look & Feel
This link will pre-select the the group that the user is signing up for. Change GROUPID for the group ID Number that is assigned in the Admin section. ...
by javier | Nov 19, 2020 | Advance Functions, Magic Files
Put the code in the hooks/TABLENAME-dv.js file $j('.clear-upload').text(' remove selected...
Recent Comments