Actions
Bug #23996
closedEnable FlashMessages to fade out after delay
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-11-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
There are two kinds of FlashMessages:
- t3lib_FlashMessage, which provides static FlashMessages, directly outputted in HTML
- top.TYPO3.FlashMessage, which provides ExtJS driven FlashMessages, which look pretty much the same as the static ones, but fade out after some delay.
There is no clean and easy way, to create a disappearing message from PHP.
This change introduces two new methods for t3lib_FlashMessage:- setDisappear()
- setDisappearDelay()
which make a t3lib_FlashMessage ExtJS-driven.
(issue imported from #M16318)
Files
Actions