0

I create in my TYPO3 Extension a RTE Editor ( http://typo3.org/extension-manuals/rtehtmlarea_api_manual/2.2.0/view/6/1/ ) and it's works fine.

But how I can put Content in the RTE? Like a "Hello World".

Thanks

user1878413
  • 1,813
  • 4
  • 18
  • 24

1 Answers1

0

Put some default content to the DB field for which you are using the RTE, you can do that in your extension OR using TCAdefaults

biesior
  • 55,576
  • 10
  • 125
  • 182