Feature #49477
closedSubmit icon ViewHelper for BE
0%
Description
Here is a be ViewHelper to render a submit button as an icon, like for 'save', 'save and close', 'save and view', and 'save and add'.
Files
Updated by Alexander Opitz about 10 years ago
- Status changed from New to Needs Feedback
Hi,
was this issue fixed or does it still exists?
Updated by Charles Brunet about 10 years ago
I do not think such VH was integrated into the core of TYPO3 yet.
Updated by Alexander Opitz about 10 years ago
Yes, but shouldn't adding an icon be done by CSS?
Updated by Charles Brunet about 10 years ago
There actually is, in the Fluid extension, a be.buttons.icon ViewHelper. This works when the button is a link (for close of view actions for example). However, for 'save' action, the button need to submit the form. While it could be done with JavaScript, a better solution is to render the button as an input of type image. This is why I think a ViewHelper for that could be provided, to help building consistent interfaces between be modules.
Updated by Alexander Opitz about 10 years ago
Ok, can you post this patch to Gerrit? For information see: http://wiki.typo3.org/CWT
Updated by Alexander Opitz about 10 years ago
- Project changed from 2559 to TYPO3 Core
- Category set to Fluid
Updated by Alexander Opitz almost 10 years ago
Again my question, can you please post this patch to Gerrit?
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Needs Feedback to Under Review
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/35619
Updated by Gerrit Code Review almost 10 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/35619
Updated by Gerrit Code Review almost 10 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/35619
Updated by Benni Mack over 9 years ago
- Status changed from Under Review to Rejected
will be done differently in v7 now.