Page 1 of 1
Inline Detail-View Plugin Pre Sales Question
Posted: 2020-06-08 07:55
by SkayyHH
Hello,
is it possible to only show the details tabs inline with the inline detail view plugin?
Thanks much, Kai
Re: Inline Detail-View Plugin Pre Sales Question
Posted: 2020-06-10 13:21
by jsetzer
You can hide or even remove everything you don't need in hooks/TABLENAME-dv.js and/or in hooks/TABLENAME-tv.js using Javascript or CSS at your own risk.
Caution
Your modifications in DV can break functionality unless you know what you are doing. Noone will guarantee 100% functionality if you, for example, remove required elements, id fields or buttons.
Regards,
Jan
Re: Inline Detail-View Plugin Pre Sales Question
Posted: 2020-06-10 19:04
by SkayyHH
OK thanks. I could have an alternative 2nd template displayed for the inline details, right?
Re: Inline Detail-View Plugin Pre Sales Question
Posted: 2020-12-18 14:21
by jsetzer
Hi, don't know exactly what your mean, but, yes, you can have mutiple different dv-templates and switch in _init hook.