Project

General

Profile

Actions

Feature #45709

closed

add stdwrap functionality to FORM input elements as well

Added by Simon Schaufelberger about 11 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Must have
Category:
Form Framework
Target version:
-
Start date:
2013-02-21
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

i was wondering why the new FORM content element does NOT support stdwrap functionality on input fields for example but only on labels.

This is what i want but does NOT work:

20 = TEXTLINE
20 {
    name = Name of field
    // value does NOT support stdwrap... :(
    value = TEXT
    value.data = GP:myparameter
    readonly = readonly
    label {
        value = Name of field
    }
}

PS: where is the FORM category or project on forge? its not available in the dropdown...


Related issues 2 (0 open2 closed)

Has duplicate TYPO3 Core - Feature #56517: Allow stdWrap on form-defaultvalues on textareasClosed2012-06-19

Actions
Is duplicate of TYPO3 Core - Feature #38163: Allow stdWrap on form-defaultvaluesClosedStefan Neufeind2012-06-19

Actions
Actions #1

Updated by Franz Geiger over 9 years ago

This would be a really helpful feature. Can anyone point me to what has to be changed in order for this to work?

Actions #2

Updated by Wouter Wolters over 8 years ago

  • Status changed from New to Needs Feedback

Did #38163 solve this issue?

Actions #3

Updated by Björn Jacob over 8 years ago

  • Category set to Form Framework
Actions #4

Updated by Björn Jacob over 8 years ago

  • Status changed from Needs Feedback to Rejected

Ticket #38163 only allows stdWrap for labels, see #66831.

Since we don't want to open security issues we will not implement such a feature at the current state. There are some efforts to make forms much more flexible. Stay tuned...

I hope it's fine with you rejecting this ticket. If you think this is not a proper decision please let me know.

Actions #5

Updated by Björn Jacob over 8 years ago

  • Assignee set to Simon Schaufelberger

@Simon: we've rewritten EXT:form and introduced Extbase and Fluid for the frontend rendering. When building forms outside the backend using TypoScript all elements are stdWrap-able. Please checkout the new version (which is now part of 7.5).

Actions

Also available in: Atom PDF