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

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

How to find non-active users in AppGini

This article shows you how to find non-active users in AppGini by running an SQL query in PhpMyAdmin.

How to find non-active users in AppGini

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 hide a field in child table view

This article shows you how to hide a field in a child table view in AppGini using CSS.

How to hide a field in child table view

Which files are changed when you add a new table to your AppGini project?

Many users wonder which files should they upload to their web server after adding a new table to AppGini and generating the app. This article lists all files changed when you add a new table to your AppGini project.

Which files are changed when you add a new table to your AppGini project?

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