Interface I_CmsJsFunctions

All Known Implementing Classes:
CmsJsFunctions

@JsType(isNative=true) public interface I_CmsJsFunctions
Native JS interface for some simple functions needed on the client.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleBrokenImage(elemental2.dom.HTMLImageElement elem)
    Error handle for preview images in dialogs.
  • Method Details

    • handleBrokenImage

      void handleBrokenImage(elemental2.dom.HTMLImageElement elem)
      Error handle for preview images in dialogs.
      Parameters:
      elem - the image element