[TYPO3-mvc] RTE for Extbase Frontend Plugin form
Roland
most.wanted at gmx.at
Wed Jul 11 16:58:18 CEST 2012
hi everybody,
i need to enable the RTE for various textarea fields of my extbase/fluid
fe plugin form:
--- quote ---
--- quote ---
<f:form method="post" controller="Stellungnahme" action="update"
name="kurzkommentar" object="{kurzkommentar}">
<f:form.textarea property="text" rows="" cols="" />
</f:form>
--- /quote ---
i found this snippets:
http://www.in2code.de/community/snippet-datenbank/snippets/detail/rte-viewhelper/?tx_in2snippets_pi1
so i tried this:
--- quote ---
<f:form onsubmit="rteMove()" method="post" controller="Stellungnahme"
action="update" name="kurzkommentar" object="{kurzkommentar}">
<wdb:rte value="" isLast="1" name="text"
namePrefix="tx_wissensdatenbenk_wissensdatenbank[test]" />
<f:form.textarea property="text" rows="" cols="" />
</f:form>
--- /quote ---
the plugin shows the textarea and above it some whitespace a animated
loading.gif and test that says "the editor is being loaded. plaese wait..."
i guess i don't exactly know what the varoious paramaeters exactly mean.
did someone already used this viewhelper and give me some hints?
or maybe you have got a better solution for the task "RTE for Extbase
Frontend Plugin form"?
kind regards.
roland
More information about the TYPO3-project-typo3v4mvc
mailing list