Dear Developer(s), where can I find information, or the programming on the neat little feature of the popup-squares when hoovering over a field with mouse pointer. (Not general but specific for OpenEMR)
Do I have to start in PHP-files or should I go to tables MySQL………….
Example: Demographics let the mouse-pointer rest for a while on "First Name" and there pops the little square with info about that field. (obvious it is "First Name" but it shows many uses for different info for that field)
This comes from the "title" attribute of the associated HTML tag. If you do a "view source" of the frame you will see how it is coded.
In the case of demographics and other "layout based" pages, this is the "Description" field that you can modify when you edit the layout - no programming required!
for me it is an incredible experience to see that someone was able to include all "titles" in so many HTML pages…. or is it a "PHP/MySQL" table trick? This thought came up after noticing the titles do only show, but are also translated!
Could this be used to for example I have a ICD9 code and want to include a "title" since it is important to use the right inclusion criteria could this be done with "title" or do I need another trick to show a popup before hitting the save button.
I would love to have this feature in place for Coding and for Medication.
(Medication to make a remark why some medication should not be used with certain other types.)
Pimm