{hero}

hidden

Since: Editor 1.0

Hidden field.
Please note - this property requires the Editor extension for DataTables.

The full Editor reference documentation is available to registered users of Editor - the information shown below is a summary only. If you already have an Editor license please , alternatively an Editor license can be purchased on this site, or sign up for the free trial.

Description

A hidden input that cannot be seen, nor modified by the end user. Unlike all of the other built in field types in Editor, this field is not displayed in the form at all, and does not have any DOM representation. Its value is held in Javascript only.

Note that this does not use <input type="hidden"> - if you wish to set the value of this field use the val() or field().val() API methods.