Thanks Howard,

Would you be referring to JSon ?

I might be happy to hear that... just looking for a confirmation.

Best regards 
and thanks... KEN

From: nhhockeypla...@hotmail.com
To: users@tapestry.apache.org
Subject: how to get parameters from component to javascript
Date: Mon, 17 Dec 2012 15:25:02 -0500





Hi Folks,

I have this component... TransparentTextImage

BlahBlah.tml
<img t:type="transparentTextImage" t:id="transparentTextImageComponentId" 
id="transparentTextImageComponentId"
    src="${photoLink}" alt="${currentObject}" width="200" height="160" 
    title="${currentObject.photo.fileName}"
    model="currentObject"
    image="${photoLink}"
         topLeftText="${currentObject}.transparentText"
         topRightText="topRightText"
         bottomLeftText="bottomLeftText"
         bottomRightText="bottomRightText"
         centerText="centerText"                                        
/>

I am attempting to operate some integrated JAVASCRIPT and inside the javascript 
I want to setup local var for these...
         topLeftText
         topRightText
         bottomLeftText
         bottomRightText
         centerText

Does anyone know how to get these from within the javascript?

Thanks
                                                                                
  

Reply via email to