UListElement

UListElement

package js-html

extends ElementDOMElementNodeEventTarget

Available on js

The HTMLUListElement interface provides special properties (beyond those defined on the regular HTMLElement interface it also has available to it by inheritance) for manipulating unordered list elements.

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

See:

Variables

compact:Bool

Is a Boolean indicating that spacing between list items should be reduced. This property reflects the compact attribute only, it doesn't consider the line-height CSS property used for that behavior in modern pages.

type:String

Is a DOMString value reflecting the type and defining the kind of marker to be used to display. The values are browser dependent and have never been standardized.

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部