.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../Includes.txt TextLong ^^^^^^^^ .. figure:: ../../../Images/Configuration/TextLong.png :width: 500px :alt: TextLong form element Textarea for unlimited amount of text. nColumns -------- Numeric amount of columns to show in form mode (gets translated to HTML attribute cols=""). Example: :: 60 nRows ----- Numeric amount of rows of the textarea (translated to HTML's rows=""). Example: :: 20 nMaxLength ---------- Numeric amount of maximum characters. If not set or set to empty/0, no maximum is assumed. Example: :: 150