History log of /dokuwiki/inc/Form/TextareaElement.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 8c7c53b0 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: class declaration braces


# 9d01c1d9 01-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

PSR-12 coding style


# 6834946f 18-Apr-2016 Andreas Gohr <andi@splitbrain.org>

correctly handle line breaks in textarea #1312

Textareas use CRLF, but internally we use LF.


# de19515f 08-May-2015 Andreas Gohr <andi@splitbrain.org>

started with the compatibility layer


# 12a4e4d1 08-May-2015 Andreas Gohr <andi@splitbrain.org>

start of rewriting the form handling

This is jsut a small beginning. Not all elements are there, yet. It's
also completely untested so far.