[TYPO3-core] Use tabulator key in textareas in the BE
Martin Kutschker
Martin.Kutschker at blackbox.net
Wed Oct 12 10:11:57 CEST 2005
Michael Stucki <michael at typo3.org> writes on
Tue, 11 Oct 2005 22:11:42 +0200 (METDST):
> Hi there,
>
> I wonder whether you like the idea of adding this to the core?
Nice idea.
: window.setTimeout("changeTextareaElements();", 200);
I think it should be initialized in an onload. TYPO3 has some kind of wrapper for this. Or is it only fo FE?
: className.search(/.*enable-tab.*/)
This is a bogus regexp. thayy way it is written it is a simple string search and will match eg "xenable-tabs".
My suggestion:
.search(/(^| )enable-tab($| )/))
Masi
Masi
More information about the TYPO3-team-core
mailing list