[TYPO3-mvc] RTE for Extbase Frontend Plugin form

Jonas Götze jonnsn at gmail.com
Mon Jul 16 15:05:56 CEST 2012


Hi Roland,

I already used this viewHelper here with success:
http://forge.typo3.org/issues/9179

HTH
Regards
Jonas

Am 11.07.2012 16:58, schrieb Roland:
> 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