Actions
Bug #24382
closediFramePanel needs function to detect id in URL
Start date:
2010-12-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
For all navigation scripts it's imprtant to determine the id used in url of contentFrame. There is the function getUrl() but then you have to parse the url by yourself.
This patch adds a little helper function getIdFromUrl() which is used by the new pageTree.
How to test:
Open console in BE and type:
top.TYPO3.Backend.ContentContainer.getIdFromUrl()
You'll see "undefined" if no id is used or the used id.
(issue imported from #M16802)
Files
Actions