webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
HTMLMarqueeElement Interface Reference

import"HTMLMarqueeElement.idl";

Inheritance diagram for HTMLMarqueeElement:
HTMLElement

Public Member Functions

void start ()
 
void stop ()
 
- Public Member Functions inherited from HTMLElement
void click ()
 
void focus ()
 
void blur ()
 

Public Attributes

attribute DOMString behavior
 
attribute DOMString bgColor
 
attribute DOMString direction
 
attribute DOMString height
 
attribute unsigned long hspace
 
attribute long loop
 
attribute unsigned long scrollAmount
 
attribute unsigned long scrollDelay
 
attribute boolean trueSpeed
 
attribute unsigned long vspace
 
attribute DOMString width
 
- Public Attributes inherited from HTMLElement
attribute DOMString title
 
attribute DOMString lang
 
attribute boolean translate
 
attribute DOMString dir
 
attribute long tabIndex
 
attribute boolean draggable
 
attribute DOMString webkitdropzone
 
attribute boolean hidden
 
attribute DOMString accessKey
 
attribute DOMString innerText
 
attribute DOMString outerText
 
attribute DOMString contentEditable
 
readonly attribute boolean isContentEditable
 
attribute boolean spellcheck
 
attribute boolean autocorrect
 
attribute DOMString autocapitalize
 
readonly attribute DOMStringMap dataset
 

Member Function Documentation

◆ start()

void HTMLMarqueeElement::start ( )

◆ stop()

void HTMLMarqueeElement::stop ( )

Member Data Documentation

◆ behavior

attribute DOMString HTMLMarqueeElement::behavior

◆ bgColor

attribute DOMString HTMLMarqueeElement::bgColor

◆ direction

attribute DOMString HTMLMarqueeElement::direction

◆ height

attribute DOMString HTMLMarqueeElement::height

◆ hspace

attribute unsigned long HTMLMarqueeElement::hspace

◆ loop

attribute long HTMLMarqueeElement::loop

◆ scrollAmount

attribute unsigned long HTMLMarqueeElement::scrollAmount

◆ scrollDelay

attribute unsigned long HTMLMarqueeElement::scrollDelay

◆ trueSpeed

attribute boolean HTMLMarqueeElement::trueSpeed

◆ vspace

attribute unsigned long HTMLMarqueeElement::vspace

◆ width

attribute DOMString HTMLMarqueeElement::width

The documentation for this interface was generated from the following file: