Version 2020/10
Similar to fade in / fade out function you can conditionally hide or show custom tabs in Detail View without fading-animation.
Code
// file: hooks/TABLENAME-dv.js var dv = AppGiniHelper.DV; dv.addTab("tabContact", "Ansprechpartner", "user", ["label", "first_name", "..."]); dv.addTab("tabAssignment", "Zuordnung", "link", ["partner_id", "position", "..."]); var tabMeta = dv.addTab("tabMeta", "Meta", null, ["created_on", "created_by"]); tabMeta.hide();
Hide custom tab
tab.hide();
Show custom tab
tab.show();
See also
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.