Actions
Feature #31097
closedEpic #69347: EXT:form - Optimize form wizard
EXT:form - Default value in text fields cannot be defined in form wizard
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)
Updated by Chris topher about 13 years ago
- Target version changed from 4.6.0 to 4.6.1
Updated by Chris topher almost 13 years ago
- Target version changed from 4.6.1 to 4.6.2
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.5
- Is Regression set to No
Updated by Björn Jacob over 9 years ago
- Category changed from Form Framework to 1602
Updated by Björn Jacob over 9 years ago
- Category changed from 1602 to Form Framework
Updated by Björn Jacob about 9 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
Updated by Björn Jacob about 9 years ago
- Tracker changed from Bug to Feature
- Target version changed from 7.5 to 8 LTS
Updated by Björn Jacob about 9 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