Project

General

Profile

Actions

Feature #31097

closed

Epic #69347: EXT:form - Optimize form wizard

EXT:form - Default value in text fields cannot be defined in form wizard

Added by Oliver Hader over 12 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2011-10-19
Due date:
% Done:

100%

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

Description

It's possible somehow to add a default value to a text input field, however it seems to be impossible to do that in the wizard.

Result should be:

<input type="text" ... value="Default value" />

  • should be fixed by allowing to click the field
  • should be added to the attributes section (compare to hidden fields)

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #69409: Forms: allow value attribute of OPTION object in wizardClosed2015-08-29

Actions
Actions #1

Updated by Oliver Hader over 12 years ago

  • Status changed from New to Accepted
Actions #2

Updated by Chris topher over 12 years ago

  • Target version changed from 4.6.0 to 4.6.1
Actions #3

Updated by Chris topher over 12 years ago

  • Target version changed from 4.6.1 to 4.6.2
Actions #4

Updated by Xavier Perseguers about 12 years ago

  • Target version deleted (4.6.2)
Actions #5

Updated by Mathias Schreiber about 9 years ago

  • Target version set to 7.5
  • Is Regression set to No
Actions #6

Updated by Björn Jacob over 8 years ago

  • Category changed from Form Framework to 1602
Actions #7

Updated by Björn Jacob over 8 years ago

  • Category changed from 1602 to Form Framework
Actions #8

Updated by Björn Jacob over 8 years ago

  • Status changed from Accepted to New
Actions #9

Updated by Björn Jacob over 8 years ago

  • Parent task set to #69347
Actions #10

Updated by Björn Jacob over 8 years ago

  • Subject changed from Default value in text fields cannot be defined to EXT:form - Default value in text fields cannot be defined in form wizard
Actions #11

Updated by Björn Jacob over 8 years ago

  • Tracker changed from Bug to Feature
  • Target version changed from 7.5 to 8 LTS
Actions #12

Updated by Björn Jacob over 8 years ago

  • Status changed from New to Closed
  • Target version changed from 8 LTS to 7 LTS
  • % Done changed from 0 to 100

This could easily be achieved by adding the following PageTS configuration to your installation:


mod.wizards.form.elements.textline.accordions.attributes.showProperties := addToList(value)

We are also working on #70456 to add a proper attribute set to the wizard which should include the value field.

Actions

Also available in: Atom PDF