Version 2020/10
Sometimes it is useful to display extra information in a detail view. A good place could be the footer of the form. Here is a simple function for adding custom content.
Table of Contents
Code
// file: hooks/TABLENAME-dv.js var f1 = dv.addFooter(); f1.append("Hello <b>bold</b> world");
Result
Pro-Tip
Use AJAX for requesting data from serverside. Then use the AJAX-response and add some extra information using our addFooter
function.
Do you like it?
We can only get better if you give us constructive suggestions for improvement. Just voting "No" without giving reasons or suggestions is not helpful and cannot lead to changes.
If you have been searching for a completely different solution than the subject says, this article can not be and will not be helpful for you. In these cases you should consider not to vote.
This is website feedback, only. This voting is not a support form nor ticket system.