by javier | Nov 16, 2020 | Advance Functions, Look & Feel
In the generated parent-children.php file. Find and edit the line that reads: 'records-per-page' => 10, This line appears several times, one for each table. Change the number to your needs. Warning! This file is re-generated when you re-generate your Appgini...
by javier | Nov 16, 2020 | Advance Functions, Header Extras, Look & Feel
Add the following line to your CSS-file* and reload the page: <style> #children-tabs > ul > li > a > img { width: 16px; }...
by javier | Nov 15, 2020 | Advance Functions, Look & Feel, Magic Files, Table Hook Modifications
In the hooks/<tablename>-dv.js: Assuming your selection is “empty, yes, no” otherwise you need to adjust the below code accordingly.Replace YOURSELECTNAME by your selection. $j(function () { var onSelectOpen=function(){ $j(".select2-drop-active...
by javier | Nov 15, 2020 | Advance Functions, Header Extras, Look & Feel
In your hooks/header-extras.php <script>$j("body > div.users-area.container.theme-bootstrap.theme-compact >...
by javier | Nov 15, 2020 | Footer Extras, Header Extras, Look & Feel
How to convert the description property to un-collapsed and instead of a blue background to be white or transparent. In hooks/header-extras.php: <script> $j(document).ready(function() {...
by javier | Nov 15, 2020 | Advance Functions, Look & Feel
I want to have a rich (HTML) area field, but I want to be able to edit its HTML source code as well. Is this possible? The rich editor component that comes with AppGini doesn’t support code editing … So, you should use this NicEditor version instead (unzip...
Recent Comments