History log of /dokuwiki/inc/Form/InputElement.php (Results 1 – 12 of 12)
Revision Date Author Comments
# 90fb952c 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: operator spacing


# 6fd0861f 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/Form


# 3fef852d 27-Jan-2021 Damien Regad <dregad@mantisbt.org>

Fix undefined array keys when displaying revisions


# 34431439 06-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

show checkbox and radio before its label text


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

PSR-12 coding style


# 38c55182 15-Apr-2016 Andreas Gohr <andi@splitbrain.org>

form prefill: honor empty values

when a form was submitted with an empty input, that data should still
overwrite the preset value.


# a453c16b 18-Aug-2015 Andreas Gohr <andi@splitbrain.org>

Form: more flexible label handling #1312

You now can add labels that don't wrap around inputs, but you have to
ensure IDs are properly assigned yourself.

The Label class has been renamed to LabelEl

Form: more flexible label handling #1312

You now can add labels that don't wrap around inputs, but you have to
ensure IDs are properly assigned yourself.

The Label class has been renamed to LabelElement to reflect the naming
scheme of the other elements.

show more ...


# 08099e4f 18-Aug-2015 Andreas Gohr <andi@splitbrain.org>

Form: correctly set type attribute for inputs #1312


# 370c6450 11-May-2015 Andreas Gohr <andi@splitbrain.org>

fixed label output


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

started with the compatibility layer


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

added a first few tests.

this is far from comprehensible, but should give an idea how the new
library works and how to write tests


# 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.