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

Get to a specified pages after login

by javier | Nov 15, 2020 | Advance Functions, Footer Extras, Look & Feel

In footers-extras.php <script> var ref=window.location.href; if (ref.includes('index.php') == 0 && $j('.navbar-text').not('.navbar-right').length == 0) { localStorage.setItem('redirecturl', ref); } else { if ($j('.navbar-text').length != 0 &&...

Scrollable table in table view

by javier | Nov 15, 2020 | Advance Functions, Footer Extras, Look & Feel

In the footer-extras.php enter: <style> .table-responsive { overflow: auto; width: 100%; height: 66vh; } .table th { background:#eef; } </style> <script> $j('div.table-responsive').on('scroll', function() { $j('thead', this).css('transform',...

Add text to the upload button

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

$j('.clear-upload').text(' remove selected...

Force uppercase letters in a field

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

In TABLENAME-dv.js file in the hooks directory // Set input to automatically convert to Uppercase. File hooks/tablename-dv.js $j('#FIELDNAME').keyup(function () { $j(this).val($j(this).val().toUpperCase());...

Change Row color from a dropdown menu

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

Add to the “TABLENAME.php” file in the hooks directory in the tablename_header function case 'tableview': $header=$header="<%%HEADER%%><script>$j(function(){ $j('td.TABLENAME-FIELDNAME').each(function(){ switch ($j(this).text()) { case...

Email notification to all group members on a new record

by javier | Nov 15, 2020 | Advance Functions, Table Hook Modifications

Send out an email notification to all group members after a record has been added or updated. The email title comes from a field from a table. When notification is receive, if user clic on the title, it redirect user to the added record after user login. in the...
« Older Entries
Next 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