Difference between revisions of "Gritter"
From OpenEMR Project Wiki
(create page.) |
(document one more version.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
PHP Gritter is used to display hoverover notifications in the OpenEMR system. Its the component responsible for displaying the 'logout' notification on the patient portal. | PHP Gritter is used to display hoverover notifications in the OpenEMR system. Its the component responsible for displaying the 'logout' notification on the patient portal. | ||
= Compatibility = | |||
The copy of gritter in OpenEMR does not work properly with some of the versions of jquery found in the tree. specifically: | |||
== library/js/jquery.js == | |||
This jquery appears to allow gritter to function correctly. | |||
== library/js/jquery121.js == | |||
This copy of jquery does not allow gritter to see hoverover events. | |||
== library/js/jquery.1.3.2.js == | |||
This jquery appears to allow gritter to function correctly. |
Latest revision as of 10:30, 19 January 2013
Overview
PHP Gritter is used to display hoverover notifications in the OpenEMR system. Its the component responsible for displaying the 'logout' notification on the patient portal.
Compatibility
The copy of gritter in OpenEMR does not work properly with some of the versions of jquery found in the tree. specifically:
library/js/jquery.js
This jquery appears to allow gritter to function correctly.
library/js/jquery121.js
This copy of jquery does not allow gritter to see hoverover events.
library/js/jquery.1.3.2.js
This jquery appears to allow gritter to function correctly.