by javier | Nov 15, 2020 | Advance Functions, Look & Feel, Table Hook Modifications
List of all files that are affected when you modify a table in your project, assuming your table is named tablename: tablename_dml.php tablename_view.php templateschildren-tablename-printable.php templateschildren-tablename.php templatestablename_templateDV.html...
by javier | Nov 15, 2020 | Header Extras, Look & Feel
In hooks/header-extras.php <!-- file: hooks/header-extras.php --> <script> prependIcons(); function prependIcons() { $j(function() { prependIcon('username', 'user'); prependIcon('password', 'lock'); }); } function prependIcon(name, icon = "cog")...
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 | Header Extras, Look & Feel
In hooks/header-extras.php <!-- file: hooks/header-extras.php --> <style> .nicEdit-main { min-height: 480px !important; }...
by javier | Nov 15, 2020 | Advance Functions, Look & Feel, Table Hook Modifications
$BilderMaxAnzahl = 'add your text somehow to this variable'; $BilderMaxAnzahl = '<div class="titelHinweis">' . $BilderMaxAnzahl . '</div>'; //you might want to check out this: // src:...
Recent Comments