Package org.opencms.gwt.client
Interface I_CmsJsFunctions
- All Known Implementing Classes:
CmsJsFunctions
Native JS interface for some simple functions needed on the client.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleBrokenImage(elemental2.dom.HTMLImageElement elem) Error handle for preview images in dialogs.
-
Method Details
-
handleBrokenImage
Error handle for preview images in dialogs.- Parameters:
elem- the image element
-