Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Bom

Window Helper

Hierarchy

  • Bom

Index

Methods

Static fullscreen

  • fullscreen(): void
  • Full screen

    Returns void

Static iframeDocument

  • iframeDocument(el: string | Element): Document
  • Returns the iframe document by selector or element.

    Parameters

    • el: string | Element

    Returns Document

Static iframeWindow

  • iframeWindow(el: string | Element): Window
  • Returns the iframe window by selector or element.

    Parameters

    • el: string | Element

    Returns Window

Static normalscreen

  • normalscreen(): void
  • Normal screen

    Returns void

Static ready

  • Execute a function after dom ready.
    DOM加载完成后执行

    Parameters

    Returns void