DH5AppManifest.this

Undocumented in source.
  1. this()
  2. this(DH5App anApp)
  3. this(string aName)
  4. this(DH5App anApp, string aName)
    class DH5AppManifest
    this
    (
    DH5App anApp
    ,
    string aName
    )

Examples

backgroundColor Type: string Description: A placeholder background color for the application page to display before its stylesheet is loaded. This value is used by the user agent to draw the background color of a shortcut when the manifest is available before the stylesheet has loaded.

assert(H5AppManifest.backgroundColor("blue").backgroundColor == "blue");
assert(H5AppManifest.backgroundColor("blue").backgroundColor("red").backgroundColor == "red");

Meta