Hi,
Does anyone have a method for changing the CRF so that more than three section tabs are displayed by default. Our users would like to see all 5 tabs without having to use the "Select to Jump" drop down list.
I see in the source code that there is a Javascript variable TabsShown which is set to 3. Is there a simple way to set that to a different value?
Thanks!
Eric
0
Comments
I'm pretty sure this variable is legacy and does not influence the tab behavior any more.
The easiest possible way is to change the js function 'selectTabs' from 'global_functions_javascript.js'. But there is more work to be done then changing a simple variable.
Good luck
Christian
jQuery("#Tab4").show();
Regards,
Christian
I'll have a look.
Cheers
Eric