Project

General

Profile

Actions

Bug #23763

closed

Enable "clear input field" functionality by default

Added by Steffen Gebert over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-10-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

#23742 moved the checkbox in front of input fields type text and date as gray "X" inside the input field.

Currently, the former called "checkbox" feature has to be enabled in TCA for every box (by adding a key 'checkbox').

Remove this option and just enable the clearer for every input text and date field.

(issue imported from #M16028)


Files

16028.diff (10.3 KB) 16028.diff Administrator Admin, 2011-01-14 15:54

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #24640: All images get reduced to 25x25px upon saving if no size is setClosedSusanne Moog2011-01-18

Actions
Related to TYPO3 Core - Bug #65965: Wrong $paramsList in FormEngine->getSingleField_typeInput ClosedMarkus Klein2015-03-24

Actions
Actions #1

Updated by Jo Hasenau over 13 years ago

I will take care of that today

Actions #2

Updated by Jo Hasenau over 13 years ago

Attached patch will set a checkbox for any input field that hasn't got a 'checkbox' key in it's TCA setup.

If there any integer related eval settings connected to this field, it will be set to 0. In any other case it will be set to ''.

This way we can still use the checkbox values as described in the Core API. i.e. 'checkbox' => '123' will reset a field to this value on click.

Actions #3

Updated by Jeff Segars over 13 years ago

Committed to trunk in r10079.

Actions #4

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF