Bug #70086
closedEpic #69955: Optimize new Extbase/ Fluid based rewrite of EXT:form
Story #70068: EXT:form - Support bootstrap_package
EXT:form - Bring back view specific layout settings
Added by Björn Jacob about 9 years ago. Updated about 7 years ago.
100%
Description
The issue #31951 introduced a solution for view specific layout settings. Since this issue was not documented the functionality was dropped when moving to Extbase/ Fluid.
Reintroduce the functionality.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43533
Updated by Benni Mack about 9 years ago
- Sprint Focus set to Stabilization Sprint
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43533
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43533
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43533
Updated by Gerrit Code Review about 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43533
Updated by Gerrit Code Review about 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43533
Updated by Gerrit Code Review about 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43533
Updated by Gerrit Code Review about 9 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43533
Updated by Ralf Zimmermann about 9 years ago
Test:
enctype = multipart/form-data method = post prefix = tx_form confirmation = 1 postProcessor { 1 = mail 1 { recipientEmail = mail@email.com senderEmail = mail@email.com } } form { layout { form ( <form class="form-horizontal"> <containerWrap /> </form> ) containerWrap ( <div class="containerWrap"> <elements /> </div> ) elementWrap ( <div class="elementWrap"> <element /> </div> ) fieldset ( <fieldset class="fieldset"> <legend /> <containerWrap /> </fieldset> ) checkbox ( <div class="checkbox"> <input /> <label /> </div> ) radio ( <div class="radio"> <input /> <label /> </div> ) radiogroup ( <div class="form-group"> <div class="col-sm-3 control-label"> <legend /> </div> <div class="col-sm-5"> <elements /> </div> </div> ) checkboxgroup < .radiogroup label ( <label> <labelvalue /> <mandatory /> <error /> </label> ) legend ( <legend> <legendvalue /> <mandatory /> <error /> </legend> ) error ( <span class="help-block text-danger"><errorvalue /></span> ) textline ( <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <input class="form-control" /> </div> </div> ) fileupload < .textline textarea ( <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <textarea class="form-control" /> </div> </div> ) submit ( <div class="form-group"> <div class="col-sm-offset-3 col-sm-9"> <input class="btn btn-primary" /> </div> </div> ) select ( <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <select class="form-control"> <elements /> </select> </div> </div> ) } } confirmation { layout { confirmation ( <div class="form-horizontal"> <containerWrap /> </div> ) containerWrap ( <div> <elements /> </div> ) elementWrap ( <div class="elementWrap"> <element /> </div> ) fieldset ( <containerWrap /> ) checkbox ( <label /> <inputvalue /> ) radio ( <label /> <inputvalue /> ) radiogroup ( <div class="form-group"> <div class="col-sm-3"> <strong><legend /></strong> </div> <div class="col-sm-5"> <elements /> </div> </div> ) checkboxgroup < .radiogroup label ( <labelvalue /> ) legend ( <legendvalue /> ) textline ( <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <inputvalue /> </div> </div> ) fileupload < .textline textarea ( <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <inputvalue /> </div> </div> ) select ( <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <elements /> </div> </div> ) } } postProcessor { layout { textline ( <td><div class="textline"><inputvalue /></div></td> ) } } 10 = RADIO 10 { name = radio label { value = Radio } } 20 = CHECKBOX 20 { name = checkbox label { value = Checkbox } } 30 = CHECKBOXGROUP 30 { name = checkboxgroup1 class = fieldset-subgroup legend { value = Checkbox group } 10 = CHECKBOX 10 { label { value = Checkbox 1 } } 20 = CHECKBOX 20 { label { value = Checkbox 2 } } 30 = CHECKBOX 30 { label { value = Checkbox 3 } } } 40 = RADIOGROUP 40 { name = radiogroup1 class = fieldset-subgroup legend { value = Radio group } 10 = RADIO 10 { label { value = Radio 1 } } 20 = RADIO 20 { label { value = Radio 2 } } 30 = RADIO 30 { label { value = Radio 3 } } } 50 = TEXTLINE 50 { name = textline value = textline label = Textline (with different layout in mail) } 60 = SUBMIT 60 { name = submit value = Submit } rules { 1 = required 1 { breakOnError = 0 showMessage = 1 message = Required error = This field is required element = radio } 2 = required 2 { breakOnError = 0 showMessage = 1 message = Required error = This field is required element = checkbox } 3 = required 3 { breakOnError = 0 showMessage = 1 message = Required error = This field is required element = checkboxgroup1 } 4 = required 4 { breakOnError = 0 showMessage = 1 message = Required error = This field is required element = radiogroup1 } }
Updated by Gerrit Code Review about 9 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43533
Updated by Gerrit Code Review about 9 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43533
Updated by Gerrit Code Review about 9 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43533
Updated by Gerrit Code Review about 9 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43533
Updated by Gerrit Code Review about 9 years ago
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43533
Updated by Gerrit Code Review about 9 years ago
Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43533
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
- Sprint Focus deleted (
Stabilization Sprint)
Updated by Ralf Zimmermann about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d93485dc2371e0c589c2b0001f719c89fd71da4c.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed