Difference between revisions of "Gritter"

From OpenEMR Project Wiki
(create page.)
 
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/jquery121.js ==
This copy of jquery does not allow gritter to see hoverover events.

Revision as of 02:53, 15 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/jquery121.js

This copy of jquery does not allow gritter to see hoverover events.