domHelper

May 1, 2017 ยท View on GitHub

A helper module that contains public methods for modifying the HTML document of configurable ArcGIS applications.

Methods

setPageLocale(locale: string): void

Sets the lang (language) attribute to the document's document element to a string.

setPageDirection(direction: string): void

Sets the dir (direction) attribute to the document's HTML element to a string.

setPageTitle(title: string): void

Sets the content of the document's title element to a string.

Contents

  1. 1Methods
  2. 1.1setPageLocale(locale: string): void
  3. 1.2setPageDirection(direction: string): void
  4. 1.3setPageTitle(title: string): void