Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 07-24-2009 04:05:06

jonasaedin
Member
From: Edinburgh, UK
Registered: 02-15-2009
Posts: 70
Website

Width of code field in backend

I want to change the width of the code field in the backend (the one used for PHP/XHTML input) - it is too narrow at its current 75 chars. I would prefer it to be the full width but not sure this is achievable.

In order to test I need to find the code - is there a XHTML include I can amend through the admin or a file on the server that I need to change?

Offline

 

#2 07-24-2009 04:39:02

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Width of code field in backend

You'll find it a LOT easier to copy the code out of the text area in admin and work on it in your favorite editor then paste it back when you're done.

Since it is a text area it can't be told to simply be 100% of it's container but you may try changing the default of 75 by modifying formfield_textarea.php in {private}/core/CORE/includes

If that doesn't do it it may be formfield_textareawysiwyg.php that you need to modify.

Offline

 

Board footer