类 ImageMap

java.lang.Object
com.sh.wf.module.component.page.common.ImageMap
所有已实现的接口:
Serializable, Cloneable

public class ImageMap extends Object implements Serializable, Cloneable

Description: 图片热区

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2020年2月19日
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • ImageMap

      public ImageMap()
  • 方法详细资料

    • parserNode

      public void parserNode(org.jdom2.Element nodeEl, Component component)
    • isValid

      public boolean isValid()
    • toHtml

      public void toHtml(ModuleContext context, StringBuilder html, String imgId, String mapId)
      生成图片热点区域 html https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/map https://blog.csdn.net/qq_38719039/article/details/81984699?utm_source=distribute.pc_relevant.none-task
      参数:
      context - ModuleContext
      html - html代码
      imgId - img标签编号
      mapId - map编号