Version 2020/10
This is a shortcut function call for adding a link-button which opens up the record itself. See also: AddLink
Standard
Code
// file: hooks/TABLENAME-tv.js jQuery(document).ready(function () { AppGiniHelper.TV .addOpenButton() .setWidth(0, 120) ; });
Modified
Additional button on every row which is linked to TABLENAME_view.php?SelectedID=%ID%
Please note the new .setWidth
function which allows you to resize columns for avoiding wordwrap. 1st parameter is the zero-based index
of the column. 2nd parameter is the width
in pixels.
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.