Class: shaka.ui.TextStyleMenu

Constructor

new TextStyleMenu(parentnon-null, controlsnon-null, icon)

Parameters:
Name Type Description
parent HTMLElement
controls shaka.ui.Controls
icon string
Extends:
Source:

Extends

Members

backButton :HTMLButtonElement

Type:
  • HTMLButtonElement
Overrides:
Implements:
Source:

backSpan :HTMLElement

Type:
  • HTMLElement
Overrides:
Implements:
Source:

button :HTMLButtonElement

Type:
  • HTMLButtonElement
Overrides:
Implements:
Source:

currentSelection :HTMLElement

Type:
  • HTMLElement
Overrides:
Implements:
Source:

isMenuOpened_ :boolean

Type:
  • boolean
Overrides:
Source:

isSubMenu :boolean

Type:
  • boolean
Overrides:
Implements:
Source:

isSubMenuOpened :boolean

Type:
  • boolean
Overrides:
Implements:
Source:
Type:
  • HTMLElement
Overrides:
Implements:
Source:
Type:
  • MutationObserver
Overrides:
Source:

mutationObserver_ :MutationObserver

Type:
  • MutationObserver
Overrides:
Source:

nameSpan :HTMLElement

Type:
  • HTMLElement
Overrides:
Implements:
Source:

parent :HTMLElement

Type:
  • HTMLElement
Overrides:
Implements:
Source:

resizeObserver_ :ResizeObserver

Type:
  • ResizeObserver
Overrides:
Source:

resizeRafId_ :number

Type:
  • number
Overrides:
Source:

videoContainer_ :HTMLElement

Type:
  • HTMLElement
Overrides:
Source:

Methods

addButton_(iconText)

Parameters:
Name Type Description
iconText shaka.extern.UIIcon | string
Overrides:
Source:

adjustMenuStyle(menuElementnon-null, buttonElementnon-null, controlsContainernon-null)

Shared positioning algorithm used by both OverflowMenu and SettingsMenu. Computes: - maxHeight so the menu does not overflow the video container vertically. - left/right offset so the menu stays within the controls bar horizontally, aligned with the button that opened it.
Parameters:
Name Type Description
menuElement HTMLElement The floating menu div to position.
buttonElement HTMLElement The button that triggered the menu.
controlsContainer HTMLElement The bottom controls bar used as the horizontal reference.
Overrides:
Source:

getCurrentValueLabel() → {string}

Source:
Returns:
Type
string

getItems() → {Array<T>}

Source:
Returns:
Type
Array<T>

getLabelForItem(item) → {string}

Parameters:
Name Type Description
item T
Source:
Returns:
Type
string

getPreviewConfigForItem(item) → {shaka.ui.TextStylePreview.Configuration}

Parameters:
Name Type Description
item T
Source:
Returns:
Type
shaka.ui.TextStylePreview.Configuration

onItemSelected(item)

Parameters:
Name Type Description
item T
Source:

onMenuClose()

Overrides:
Source:

onMenuOpen()

Overrides:
Source:

rebuildMenu()

Clears and rebuilds the menu items, then refreshes the selection indicator. Call from the subclass constructor and from updateLocalizedStrings() when item labels are localized strings.
Source:

updateCurrentSelection_()

Source: