Documentation

Hidden Element - #hidden {}

The hidden element produces a hidden input element.

Usage

   #hidden { id=hidden1, text="Some text" }

Attributes

  • text (string) - The value of the hidden element.

  • html_encode (boolean) - Set to true to safely html-encode the text.

  • html_name (string) - The name attribute of the hidden element.

See Also



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