Change the size of the WYSIWYG

Hello,
I have an asset builder to create some simple calendar asset. This asset work fine but my WYSIWYG is small and its annoying to edit an asset.

For some asset like simple pages the size of the WYSIWYG is good. I dont know if its possible to set up the size of the WYSIWYG field for an asset builder.



Any ideas ?



Thanks a lot.



frederic

Unfortunately these are hard coded in the php, for the WYSIWYG in News Items and Calendar Items. The only way around this is to get in there and change the code.

:frowning: That fine.

Many Thanks for your answer :slight_smile:

Hi Nic,


What what php code would need changing and where is it located, if you don't mind telling us :).

[quote]Hi Nic,


What what php code would need changing and where is it located, if you don't mind telling us :).[/quote]



I have only ever changed the size of the News Items editor, but, it looks like to change the calendar editor, you need to look in:


    matrix_root/packages/calendar/calendar_events/calendar_event_single/edit_interface_screen_details.xml



In this file, you will see the following:
    


You can change the values, but then you will need to run the compile_locals.php script in order to have the change applied.

Good luck.