Bug #38728
closed
In the parent task the icons for link wizard date picker and so on are put onto an button look and feel.
As this does not blog to irre but general tce forms the task got extracted
- Parent task changed from #36052 to #38755
- Status changed from New to Accepted
- Is Regression set to No
- Status changed from Accepted to Closed
This is an ongoing process that does not require this "epic" - will be closed.
Status: all action icons contained in table cells are buttons already. Save/edit icons became buttons.
DocHeader will be next somewhen in the near future.
FYI, this may or may not be helpful here:
I had the need of having an actual button that submits a form on a couple occasions in EXT:solr and EXT:tika. Of course you could build that yourself in fluid, but that would mean duplicate code. So I created a view helper that does just that; render a form with a single button triggering a controller's action.
Possible improvements:
- icon
- ajax (when clicked replace icon with spinner, flash green when action was successful)
https://github.com/irnnr/typo3-ext-solr/blob/master/Classes/ViewHelpers/Backend/Button/ActionButtonViewHelper.php
HTH, cheers
Also available in: Atom
PDF