Using custom tabs allows you to group and organize fields by moving them into tab pages. Learn how to move remaining fields above the newly created tabs.
By design the custom tabs will be placed at the top of the detail view. Remaining fields will stay at ther original position below the newly created tabstrip.
If you want remaining fields to be placed above the tabstrip, you can use the following line of javascript code which moves the tab below the remaining fields.
// file: hooks/TABLENAME-dv.js $j("#appginihelper-detailview-tabs").prepend("<hr/>").appendTo($j("fieldset"));
If you don't want the additional separator line above the tabstrip but only a small gap, try this:
$j("#appginihelper-detailview-tabs").prepend("<p/>").appendTo($j("fieldset"));
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.