Code Comments
Programming Forum and web based access to our favorite programming groups.Hi,
I am experiencing a problem with the popup-function when I try to use a
variable in an array as text.
This is what my popup call looks like:
{popup text="$task.priorityName"}
This is what generates by smarty:
onmouseover="return overlib('Array.priorityNumber prio');"
onmouseout="nd();"
$task.priorityName should be ok, because I can use it to write out it’s text
as usual.
This is what it looks like from the debug window:
{$task}Array (7)
id => 1
name => adsfasdf
description => asdf
reportedWhen => 2004-12-29 12:15:00
priorityName => Normal
priorityNumber => 2
taskStatusName => Ej påbörjad
Anyone got a clue? It looks like a bug to me..
Hope you all had a great new year :-)
//Mattias Hallström
Problem – Intelligent Web Solutions Sweden
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.