The AppGini Blog
A few tips and tricks to make your coding life a tiny bit better.

#Customization

How to hide columns in the table view based on user group in AppGini

This blog post explains how to hide specific columns in the table view based on the user group in AppGini, which is useful for showing different columns to different user groups.

How to hide columns in the table view based on user group in AppGini

Overwriting AppGini functions: Allowing Admin group members to access the admin area

Learn how to override AppGini functions to allow Admin group members to access the admin area.

Overwriting AppGini functions: Allowing Admin group members to access the admin area

How to make a checkbox mandatory in AppGini signup form

This article shows you how to make a checkbox mandatory in the AppGini signup form. This is useful for GDPR compliance or to enforce terms and conditions.

How to make a checkbox mandatory in AppGini signup form

Displaying count of child records on the tab title

AppGini supports displaying a list of child records in the detail view of the parent record. We’ll show you how to display the count of these child records on the tab title via JavaScript.

Displaying count of child records on the tab title

Hiding the nicedit component from a page

AppGini uses nicedit Javascript component for displaying rich text areas, where users can enter formatted input. You might wish to hide/show the rich editor in an AppGini page, or in one of your custom pages. This can be done using JavaScript code.

Hiding the nicedit component from a page

How to allow numbers only in a field

If you have a numeric field, maybe a price, a score or some other field that should contain numbers only, you might wish to alert the user that only numbers are allowed before she saves the record. This article shows you how to do it in JavaScript.

How to allow numbers only in a field

How to hide the seconds in a time field

If you have a time field in your AppGini application, it displays a time picker in the detail view. This article shows you how to hide the seconds part of the time picker.

How to hide the seconds in a time field

Auto-save new record without clicking 'Save' button

This article shows how to auto-save a new record in AppGini without clicking the ‘Save’ button. This is useful when you have a barcode scanner and you want to quickly enter lots of records.

Auto-save new record without clicking 'Save' button

Programmatically change the value of an image field in the detail view

This post explains how to programmatically change the value of an image field in the detail view of an AppGini application.

Programmatically change the value of an image field in the detail view