Actions
Bug #22619
closedCSH: use rel="table|field" syntax and classes instead of inline JS
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-05-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The CSH in flexforms is just plain inline JS inside the HTML. If you have lots of fields, it kinda blows up your HTML, and thus, takes tceforms longer to load.
The attached patch uses the rel="" parameter and some ExtJS code to show the popup screen. This way, it's also easier to overwrite the handler that opens up the JS window (e.g. if you would want to do that in a JS overlay etc etc).
This was a nice side-effect patch I created during T3UXW09.
(issue imported from #M14347)
Files
Actions