Widget_spoiler - gd-99/symbiogd GitHub Wiki

A spoiler.

Child of $.webos.container.

Options

Options:

  • label: the spoiler label
  • shown: true to show the spoiler's content, false otherwise

Methods

  • show() : Show this spoiler's content.
  • hide() : Hide this spoiler's content.
  • toggle() : Toggle this spoiler (show if hidden, hide if shown).

Static methods

This class hasn't any static method.