Documentation

Show Action - #show {}

If an effect is specified, then call JQuery UI's show(effect, options, speed) on the target element.

Otherwise, just show the element.

Usage

   wf:wire(myDiv, #show { effect=slide, speed=500 })

Attributes

  • effect (atom) - Name of an effect. See JQuery reference.

  • options (key/value pair) - Key/value pair of options for the specified effect.

  • speed (integer) - Speed of the effect, in milliseconds.

See Also



View Source or Submit Corrections for this Documentation Page
Copyright © 2008-2024 Nitrogen Web Framework. Released under the MIT License.