Class: MediaSimulator

hui.ui. MediaSimulator


new MediaSimulator(options)

Media simulator

Parameters:
Name Type Description
options Object
Source:

Extends

Methods


destroy()

Removes the component from the DOM

Inherited From:
Source:
See:

fire()

Fire an event with this component as the sender

Inherited From:
Source:

fireSizeChange()

Notify others of a layout change

Inherited From:
Source:

fireValueChange()

Notify others of a value change

Inherited From:
Source:

getElement()

Get the components root element

Inherited From:
Source:
Returns:

Element


getFrameWindow()

Source:
Returns:

The window object of the iframe

Type
Window

listen(listener)

Add event listener

Parameters:
Name Type Description
listener Object

An object with methods for different events

Inherited From:
Source: