Question on concat string

Question on concat string

Tuesday 26 December 2006 2:08:11 am - 1 reply

Author Message

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

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

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