[Typo3-dev] frontend editing
Stanislas Rolland
stanislas.rolland at fructifor.ca
Sat Oct 1 01:36:33 CEST 2005
Ernesto Baschny [cron IT] a écrit :
>
> Yeah, it looks very cool! The technology behind it is just the same as
> we already have in the original RTE that comes with TYPO3 core. It uses
> document.execCommand, which is IE-specific, which is why it won't work
> on any other platform (just like "rte" in TYPO3).
>
execCommand is also supported by gecko browsers such as Mozilla, Firefox
and Netscape 6+ as well as recent release of Safari (although incomplete
and not yet usable in Safari), which makes htmlArea RTE and other
cross-browser editors possible.
> The only difference in TYPO3 RTE is that the edit area always has a
> "backend" look (white background, 1px black border, always the same
> width/height), while in editland the RTE is styled the same way as the
> site (and without a border), so you get a feeling as if you are working
> directly on the site.
>
You could skin htmlArea RTE to your liking.
Regards,
Stanislas
More information about the TYPO3-dev
mailing list