I am currently playing with something similar to this. At what point are you
accessing this information? I was hoping to be able to get at it using a
modified version of one of the Conditional evaluators since they are already
in place. My end result is that if I have metadata that declares a cell to
be read only, I want to set the background color to something different and
I want to make that cell read only. And if the cell is declared as hidden I
want to set a background image to something that matches our windows client.
Since I think I have access to those properties inside the conditional
routine, I thought that would be a good place to tackle this.
Thanks,
Jim
On Fri, Feb 27, 2009 at 12:58 AM, Hugh Gibson <[email protected]> wrote:
> > But I am not able to do
> > something like this:
> > tData = [{"col1":{"value":23, "RO":true}, "col2":45}]
>
> We get around this by sending in a map with the column names as keys and
> with an additional key value which contains the meta data. The map for
> the whole row is available when painting cells etc so I can access the
> metadata and decide what to do.
>
> Something like this:
>
> tData = [{"col1":23, "col2":45,
> "meta":{"RO":[true,false], "colour":["red","blue"]}]
>
> Hugh
>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel