MapElement

MapElement

package js-html

extends ElementDOMElementNodeEventTarget

Available on js

The HTMLMapElement interface provides special properties and methods (beyond those of the regular object HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of map elements.

Documentation HTMLMapElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only areas:HTMLCollection

Is a live HTMLCollection representing the area elements associated to this map.

name:String

Is a DOMString representing the map element for referencing it other context. If the id attribute is set, this must have the same value; and it cannot be null or empty.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/MapElement.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部