[TYPO3-RTE] RTE usage in front end: how can I change the editor size?

Fabien Udriot fudriot at omic.ch
Wed May 30 20:49:37 CEST 2007


For a frontend plugin, a 700x600px editor :

$this->RTEObj->RTEWrapStyle = 'height:600px; width:700px;';

$this->RTEObj->RTEdivStyle = 'position:relative; left:0px; top:0px; 
height:600px; width:700px; border: 1px solid black;';


Reinier Kleipool a écrit :
> Yes, I still have trouble adding styles to the paragraph and character 
> drop downs in the backend. I have done what's in the manual, but I only 
> get to see my changes when I put the editor in "Minimal" mode. If I 
> flick this back to "typical", all my changes are gone...
> 
> Kind Regards,
> Reinier Kleipool
> 
> Pieter wrote:
>> I have the HTMLArea editor working in the front end.  Fine.  But how 
>> can I set the options of this editor?  I would like to make the edit 
>> window larger and I would like to hide some buttons.
>>
>> The RTE manual has some information about front end usage but nothing 
>> about setting options in that mode.
>>
>> Kind regards,
>> Pieter
>> _______________________________________________
>> TYPO3-project-rte mailing list
>> TYPO3-project-rte at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-rte
>>
>>
>>   


More information about the TYPO3-project-rte mailing list