Bug #22268 » 13799_example.diff
typo3/backend.php (working copy) | ||
---|---|---|
$pageRenderer->addExtOnReadyCode(
|
||
'for (var api in Ext.app.ExtDirectAPI) {
|
||
Ext.Direct.addProvider(Ext.app.ExtDirectAPI[api]);
|
||
}',
|
||
}
|
||
TYPO3.Flashmessage.msg(1, "TYPO3 Backend - Version 4.4", "Ready for take off", 3);',
|
||
TRUE
|
||
);
|
||