by javier | Nov 13, 2020 | Advance Functions, Look & Feel
You have a lookup field in a table. And when adding a new record to the table, you want that field to be set to the first value by default (rather than being empty). Files to edit Add the following code to hooks/tablename-dv.js (where tablename is the name of the...
by javier | Nov 13, 2020 | Advance Functions, Look & Feel
When using quick search in an AppGini app, and no matches are found, a default alert-warning message is displayed. We want to replace it with some custom HTML message. Files to edit Add the following code to hooks/tablename-tv.js (where tablename is the name of the...
by javier | Nov 13, 2020 | Advance Functions, Look & Feel
You have a table in your AppGini app that includes a checkbox field. In the table view, you want to highlight records where this checkbox field is unchecked. Files to edit hooks/footer-extras.php <script> $j(function() {...
by javier | Nov 13, 2020 | Advance Functions, Look & Feel
You have a table storing some kind of task (could be an order, a task in a project, … etc). This task has a due date, and you want to highlight records where due date is today. This can be achieved by using JavaScript code that checks the due date in each...
by javier | Nov 13, 2020 | Advance Functions, Look & Feel
The password reset link in the login page of your AppGini apps allows users to reset their password if they forget it. It’s a convenient self-service way to create a new password without having the admin do it for users. But sometimes you might want to disable...
by javier | Nov 13, 2020 | Advance Functions, Look & Feel
AppGini allows you to quickly add a parent record while editing a child record by clicking a button in the child form. This is quite convenient and time-saving. However, sometimes you don’t want to display this + button. For example, let’s say you have an...
Recent Comments