On Tue, Jul 10, 2012 at 5:15 PM, deniska <den...@gmail.com> wrote:

> Hi, all.
>
> Is there any way to get property value dynamically?
> If I have an instance of an object and property name, can I get the value
> of
> the property of that instance?
>

You should be able to do:
  var value = obj.get(propertyName)

Derrell
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to