by javier | Nov 14, 2020 | Advance Functions, Footer Extras, Look & Feel
Adds include the following,- Change all text from upper to lower case and vice versa (Table View Only)- Add a continuous image border- Change page background color- Change your navbar background color- Add a vertical stack navigation icon w/fixed scroll (you can...
by javier | Nov 13, 2020 | Advance Functions, Footer Extras
First, you should place this code in the hooks/footer-extras.php file: <script> $j(function(){ AppGini.numericOnly = function(fieldname){ setInterval(function(){ var field = $j('#' + fieldname), val = field.val(); if(val == parseFloat(val)) return; val =...
by javier | Nov 13, 2020 | Advance Functions, Look & Feel
Add the following code to the generated hooks/footer-extras.php file: <script> $j(function() { setInterval(function() { $j('.children-tabs tfoot td').each(function() { var txt = $j(this).text().trim(); // The line below assumes your app is in English language .....
by javier | Nov 13, 2020 | Advance Functions
If you create a file in hooks with the special name of {tablename}.{fieldname}.csv (where {tablename} is the name of the concerned table, and {fieldname} is the name of the multiple-choice field, for example products.tags.csv), your AppGini app would use the contents...
by javier | Nov 13, 2020 | Advance Functions
In tablename-dv.js: $j(function() { $j('h1').addClass('col-sm-8'); $j('h1').after('<h1 class="col-sm-4"> <form id="form_search" action="table6_view.php" method="post"> <div class="input-group"...
Recent Comments