user1878413
user1878413

Reputation: 1813

TYPO3 htmlArea RTE fill with content

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

Upvotes: 0

Views: 117

Answers (1)

biesior
biesior

Reputation: 55798

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

Upvotes: 0

Related Questions