Question on concat string

Author Message

Bill Smith

Tuesday 26 December 2006 2:08:11 am

hi,all

I found that the outputs of concat string are without ""

for example, the result of <input type="button"
onClick={concat("window.location = 'content/view/",$object.id," ' ")}>

will got sth like <input type="button" onClick=window.location ='content/view/234'>

is there api can help to achieve the result that
<input type="button" onClick="window.location ='content/view/234' ">, thanks

Claudia Kosny

Tuesday 26 December 2006 2:41:57 am

Hi Bill

I am not sure why you need an operator to do this. Either just write the quotation marks around the call to concat:

onClick=<b>"</b>{concat("window.location = 'content/view/",$object.id," ' ")}<b>"</b>>

or, if it is necessary, just concat the quotation marks as well:

onClick={concat(<b>'"', </b>"window.location = 'content/view/",$object.id," ' "<b>, '"'</b>)}>

(<b>'"'</b> is a double quotation mark surrounded by single quotation marks)

Claudia

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:20:56
Script start
Timing: Jan 18 2025 22:20:56
Module start 'layout'
Timing: Jan 18 2025 22:20:56
Module start 'content'
Timing: Jan 18 2025 22:20:57
Module end 'content'
Timing: Jan 18 2025 22:20:57
Script end

Main resources:

Total runtime1.2380 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 589.8906152.6250
Module start 'layout' 0.00530.0036 742.515639.4453
Module start 'content' 0.00891.2279 781.9609459.6328
Module end 'content' 1.23680.0011 1,241.59388.1641
Script end 1.2380  1,249.7578 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.2474160.0002
Check MTime0.00120.0991160.0001
Mysql Total
Database connection0.00070.056110.0007
Mysqli_queries1.198596.8091540.0222
Looping result0.00050.0365520.0000
Template Total1.205997.420.6030
Template load0.00180.146920.0009
Template processing1.204197.258620.6020
Template load and register function0.00020.014910.0002
states
state_id_array0.00070.053910.0007
state_identifier_array0.00100.083320.0005
Override
Cache load0.00150.1209180.0001
Sytem overhead
Fetch class attribute can translate value0.00040.033720.0002
Fetch class attribute name0.00170.135720.0008
XML
Image XML parsing0.00020.019120.0001
class_abstraction
Instantiating content class attribute0.00000.000420.0000
General
dbfile0.00060.0459100.0001
String conversion0.00000.000740.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
2content/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
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 10
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs