On 03/07/2013 12:18 PM, Christian Dywan wrote:
On 2013-03-07 10:46, Kevin Wright wrote:
For example, I want to make a ListView that contains the JSON string's
left side values (e.g. 'hello', hello2'), not the right side values.
You can access the keys like this, with standard Javascript:
Object.keys (contents)
for (var i in contents) contents[i]
ciao,
Christian
Perfect. That is exactly what I was after.
Is this documented somewhere? Is it inherited from the Qt framework
itself or is it U1Db specific?
Kevin
--
Mailing list: https://launchpad.net/~uonedb-qt
Post to : [email protected]
Unsubscribe : https://launchpad.net/~uonedb-qt
More help : https://help.launchpad.net/ListHelp