Share » Forums » Developer » Cache for admin-part

Cache for admin-part

Cache for admin-part

Tuesday 05 October 2004 9:58:58 am - 2 replies

Modified on Tuesday 12 October 2004 2:52:12 pm by K259

Author Message

Eirik Alfstad Johansen

Wednesday 06 October 2004 12:28:08 am

Hi Zinistry,

If clearing the cache doesn't help, have you considered that the size of the text field might be controlled by CSS?

Sincerely,

Eirik Alfstad Johansen
http://www.netmaking.no/

K259

Wednesday 06 October 2004 12:34:40 am

Hi!
Tnx for reply.

I've edited the extension/ezdhtml/design/standard/javascripts/ezdhtml/ezeditor.js file.

In this file you can see:
 // Set size of input field
    // TODO: What if nothing is used. why does textareaField.cols always return something?
    // this.width = 513;
    // this.height = 200;
    this.width = textareaField.cols*7;
    this.height = textareaField.rows*17;

I changed textareaField.cols*7, and the inputfield in the editor got wider, but it took some hours until the changes was shown. So, I wondered how I could clear "some" cache, to make this be visible at once.

Btw. I saw a class="box" in the template for the inputfield, but didn't find this in the css-file...can you explain in which file I can change the size of the inputfield for the editor?

Tnx ;)

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu