Appgini Developer
  • Home Page
  • Hook Files
  • Magic Files
  • Footer Extras
  • Advance Functions
Select Page

How to pre-select the group when new user register

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.  ...

Displaying 2 tables in one page

by javier | Nov 16, 2020 | Advance Functions, Look & Feel

Create a new file in your favorite text editor, and insert the following code to it: <!doctype html public "-//W3C//DTD html 4.0 //en"> <html> <head> <meta http-equiv="Content-Type" content="text/html;...

Hide fields select box in table view

by javier | Nov 16, 2020 | Advance Functions, Header Extras, Look & Feel, Magic Files

Hide button in all table views Place the following code in hooks/header-extras.php: <!-- hooks/header-extras.php --> <script> $j(function() { $j('button.tv-toggle').hide(); }); </script> Hide button in one table view Create or open the file...

Create a search form using a filters URL

by javier | Nov 16, 2020 | Advance Functions, Look & Feel

Create a search form using a filters...

View data subset of of a table rather than all the records

by javier | Nov 16, 2020 | Advance Functions, Look & Feel, Table Hook Modifications

For example, in the orders table, we might want users to view the orders as of 1/1/2009 only. To do so, we’d write the PHP code for filtering the orders table by date as follows. In hooks/tablename.php” /* filter 1 code*/ /* let's assume the date field is...

How to get rid of the title & link on the detail view

by javier | Nov 16, 2020 | Advance Functions, Look & Feel, Magic Files

Create a file in your /hooks files: YOURTABLENAME-dv.js $j(function() { $j("form > .page-header").hide() }); You can use .remove() instead of .hide(). If you want to keep the [Add new]-button, try the following code: $j(function() { $j("form >...
« Older Entries

Recent Posts

  • Working with filters programmatically
  • Open the Message application in a new Window
  • Print with only some fields
  • Applying a default filter on a table
  •  Log the date and time a record was deleted and who deleted it

Recent Comments

    • Facebook
    • Twitter
    • Google
    • Instagram
    • RSS