From b3f4920cb4ec57f60112d1dd28e33b2b1260b9a4 Mon Sep 17 00:00:00 2001 From: Pawel Tomak Date: Sun, 28 Mar 2010 10:52:20 +0200 Subject: Added some comments about textareas --- examples/data/scripts/formfiller.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/data/scripts/formfiller.sh b/examples/data/scripts/formfiller.sh index 4204dc8..8034fba 100755 --- a/examples/data/scripts/formfiller.sh +++ b/examples/data/scripts/formfiller.sh @@ -5,10 +5,18 @@ # uses settings files like: $keydir/ # files contain lines like: !profile= # (fieldtype): -# profile_name should be replaced with a name that will tell sth about that profile +# profile_name should be replaced with a name that will tell sth about that +# profile # fieldtype can be checkbox, text or password, textarea - only for information # pupropse (auto-generated) - don't change that # +# Texteares: for textareas edited text can be now splitted into more lines. +# If there will be text, that doesn't match key line: +# (fieldtype): +# then it will be considered as a multiline for the first field above it +# If that field doesn't support multilines, like all input fields, then +# only first line will be inserted +# # user arg 1: # edit: force editing the file (falls back to new if not found) # new: start with a new file. @@ -18,8 +26,6 @@ # # something else (or empty): if file not available: new, otherwise load. # -# TODO: -# - Add multiline support for textarea fields # config dmenu colors and prompt NB="#0f0f0f" -- cgit v1.2.3