[TYPO3-dev] t3editor - call for help: please test it!

Steffen Kamper steffen at sk-typo3.de
Sat Nov 24 13:19:35 CET 2007


"Ingmar Schlecht" <ingmar at typo3.org> schrieb im Newsbeitrag 
news:mailman.1.1195904756.12462.typo3-dev at lists.netfielders.de...
> Steffen Kamper schrieb:
>> the same works in rte with the selected text, should be easy to copy the
>> method.
>
> By the way, would it be possible to enable the TypoScript editor for the
> user/page TSConfig fields as well?
yes please :-)

>
>> btw - i really like the strg+s - feature for quick save.
>
> Great! Didn't even know the ctrl+s event is possible to catch! I would
> love to have this for tceforms as well!

You can catch each Key-event in JS, that's no problem.
Using it for TCEforms is not easy. The ajaxsave in t3editor only has to 
fetch content of textarea to save it. In TCE-Forms you have to collect whole 
form-data via JS - or do i miss something?

Here are the key-event fetched from code:

ctrl + s : save
ctrl + z: undo
ctrl + y: redo
ctrl +F11:  toggle Fullscreen
ctrl + space: autocomplete

vg  Steffen







More information about the TYPO3-dev mailing list