by javier | Nov 15, 2020 | Advance Functions, Look & Feel, Magic Files, Table Hook Modifications
Add the following to your tablename-tv.js file: jQuery(function () { $j('#Filter').html('<i class="glyphicon glyphicon-filter"></i> Search');...
by javier | Nov 15, 2020 | Advance Functions, Look & Feel, Magic Files
Remove the checkboxes at the begining of each row TABLENAME-tv.js: $j(function(){ $j("#order-by-selector").closest("tr").hide().remove(); $j("#select_all_records").closest("th").hide().remove();...
by javier | Nov 15, 2020 | Advance Functions, Look & Feel, Magic Files
$j('.clear-upload').text(' remove selected...
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());...
by javier | Nov 13, 2020 | Magic Files
In AppGini, you can define a field as an options list so that your application users can select the value of the field from a set of options. For example, the Country field in the screenshot to the left is an options list. An easier method that doesn’t involve...
by javier | Nov 13, 2020 | Magic Files
You can create some files with specific names inside the hooks folder that your AppGini-generated application would use to perform a specific task. These files are optional, meaning that if they exist, your application will automatically use them to alter a default...
Recent Comments