Cache for admin-part

Author Message

K259

Tuesday 05 October 2004 9:58:58 am

I've changed the editor textfield size in the admin-part, because our users want a larger input-field when writing content, but which cache do I have to empty to see the changes? --clear-all does not help..

ANy tip?

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 ;)

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 22:29:17
Script start
Timing: Jan 18 2025 22:29:17
Module start 'layout'
Timing: Jan 18 2025 22:29:17
Module start 'content'
Timing: Jan 18 2025 22:29:18
Module end 'content'
Timing: Jan 18 2025 22:29:18
Script end

Main resources:

Total runtime0.8013 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0050 587.8125152.6094
Module start 'layout' 0.00510.0024 740.421939.4141
Module start 'content' 0.00750.7911 779.8359530.7344
Module end 'content' 0.79850.0027 1,310.57038.1875
Script end 0.8012  1,318.7578 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.3957160.0002
Check MTime0.00130.1640160.0001
Mysql Total
Database connection0.00060.069510.0006
Mysqli_queries0.753394.0169570.0132
Looping result0.00050.0661550.0000
Template Total0.772296.420.3861
Template load0.00270.331420.0013
Template processing0.769596.038720.3848
Template load and register function0.00020.027210.0002
states
state_id_array0.00100.122310.0010
state_identifier_array0.00330.410620.0016
Override
Cache load0.00170.2074170.0001
Sytem overhead
Fetch class attribute can translate value0.00090.109220.0004
Fetch class attribute name0.00180.228740.0005
XML
Image XML parsing0.00060.077520.0003
class_abstraction
Instantiating content class attribute0.00000.001240.0000
General
dbfile0.00100.1304160.0001
String conversion0.00000.001040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 12
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs