Actions
Bug #22268
closed[Feature] ExtJS driven fading in/out Flashmessages
Start date:
2010-03-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This singleton class creates fading-in FlashMessages, they stay for given duration and then fade out again.
Possible usage:
TYPO3.Flashmessage.msg(1, "TYPO3 Backend - Version 4.4", "Ready for take off", 3);
See screenshot and example patch
(issue imported from #M13799)
Files
Updated by Steffen Gebert about 14 years ago
Just one hint: This feature has been committed different from the initial version shown here. You can use it this way:
TYPO3.Flashmessage.display(1, 'TYPO3 Backend - Version 4.4', 'Ready for take off', 3);
display() instead of msg()
Actions