Is there a feature that enables to inject custom assets (JS, CSS files) to header of all html pages?
Have somebody already discussed this?
Should call it “assets management”, of course :)
This is currently not possible because of the architecture of OpenEMR, but I am soon to commit a feature that will make this possible. In my system, a developer could use "hooks" placed in the head sections of OpenEMR screens, and register callbacks for those hooks so code such as custom JS or CSS could be injected. Let us know if you're interested in helping to fund the integration of this feature.
Ken
ken@mi-squared.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Ken,
This is a very nice feature.
On this stage we can help you with development / testing.
Architecture-wise, we believe that efforts should be concentrated on separating view layer from business logic. We a looking into fully themeable architecture, where the look and feel of the core and all the extensions can be customized by overriding default templates.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is currently not possible because of the architecture of OpenEMR, but I am soon to commit a feature that will make this possible. In my system, a developer could use "hooks" placed in the head sections of OpenEMR screens, and register callbacks for those hooks so code such as custom JS or CSS could be injected. Let us know if you're interested in helping to fund the integration of this feature.
Ken
ken@mi-squared.com
Hi Ken,
This is a very nice feature.
On this stage we can help you with development / testing.
Architecture-wise, we believe that efforts should be concentrated on separating view layer from business logic. We a looking into fully themeable architecture, where the look and feel of the core and all the extensions can be customized by overriding default templates.