Resources on how to work with Frames vs Tabs

Are there any good resources that help explain programming with Frames vs Tabs? I have an issue where some customizations are only working with Frames but not Tabs. For example, one of my customers has the Weight pop upin the patient screen. This only works in Frames like below: (This is a fake name)

but when using Tabs the Weight doesn’t show:

One of the challenges I’ve been having with OpenEMR5 is working with the Tabs. It would be great if there were guides fore junior developers to help speed up the learning curve. Any suggestions?

Hi @growlingflea ,

This has been a bit of a learning curve for myself also, and each situation seems to be a bit different. To get ideas on how to fix these, search for examples in the codebase where use the following global:
$GLOBALS['new_tabs_layout']

-brady

1 Like