[TYPO3-core] RFC: Bug 3990: disableTabInTextarea not respected
Michael Stucki
michael at typo3.org
Wed Aug 23 07:53:18 CEST 2006
Hi Bernhard,
>> Problem:
>> Apparently the $BE_USER property "disableTabInTextarea" is not working.
>
> Question:
>
> Where do I set this value ?
>
> I couldn't find any occurences of this variable anywhere in the core
> except the mentioned one ...
Which is true for a simple reason:
The tabs are not enabled/disabled at every textarea element, instead there
is just a little JavaScript file (typo3/tab.js) which automatically finds
all textareas that match the class name "enable-tab" and modifies them
accordingly.
> So it is apparantly not possible to set this value ...
See TSConfig also.
> Anyways +1 ... it is obvious
Thanks, committed to both branches.
- michael
--
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
More information about the TYPO3-team-core
mailing list