42. text-field

text-field(key, value, ..., key, value)

Inserts in generated content a (single line) text field control. This control can be used to edit the value of the element which is the target of the CSS rule. If "attribute, attribute_name" is specified, this control can be used to edit the value of an attribute of this target element.

KeyValueDefaultDescription
attributeQualified name of attribute to be editedNo defaultWithout this parameter, the control is used to edit the value of the element for which the control has been generated.
columnsPositive integerNone (the text field expands when the document view is resized)Width of the control in characters.

Key, value, ..., key, value may also specify style parameters.

Example:

text-field(columns, 10)