[TYPO3-mvc] textareaRTE viewhelper
Frank Frewer
info at frankfrewer.de
Wed Aug 18 08:50:49 CEST 2010
Hi Jonas,
Jonas Götze schrieb:
> Hi,
>
> Thank you guys for that wonderful viewHelper :)
> I just tried this and it works like a charm.
> But I also have one Question/suggestion.
> I cannot seem to be able to configure the rte via pageTS like this:
> RTE.default.showButtons = bold,italic,underline,orderedlist,unorderedlist
>
> This does not work for me. Or did I miss something?
Did you set
RTE.default.FE < RTE.default
to the pageTS beyond your RTE.default settings?
> Apart from that the RteConfiguration-ViewHelpers getRte-function has an
> optional parameter "$rteConfiguration" which is not passed by the
> rteViewHelpers render-function. This parameter could usually be used to
> pass some additional configuration to the drawRTE-function, like
>
> array( 'showButtons' => 'bold,italic,underline,link,orderedlist,
> unorderedlist' )
>
> for example.
> Perhabs you could include these parameters as well in the rteViewHelper?
>
> I am looking forward to hear your opinion/suggestions on that.
Your are right. I will try to add this to the rteViewHelper via
additional attributes. It may take a while because at the moment I try
to extend the VH to work in BE modules too.
Regards,
Frank
More information about the TYPO3-project-typo3v4mvc
mailing list