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 | Advance Functions
When you create a link and you want to pre-select the first record from a specific pull down menu. ...
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...
by javier | Nov 15, 2020 | Advance Functions
You can reset your password by opening the “config.php” file, find the line starting with: ‘adminPassword’ => And change it to: ‘adminPassword’ => ‘21232f297a57a5a743894a0e4a801fc3’, Next step, using phpMyAdmin or...
Recent Comments