Let s call the lens managing the display of items of type "x" the *lensX*.
And let s call the lens managing the display of items of type "a" the *lensA*.

And let me remind you that items of type "x" are linked to items of type "a" 
via the json property "a".

My Exhibit question:
When displaying an item of type "x", can the lensX delegate the display of the 
items pointed by the "a" json property to the lensA ? If yes, then what is the 
syntax for that?
This is what I am trying to do in the unit test I have crafted, but i could not 
succeed.


Envoyé de mon iPad

> Le 12 sept. 2016 à 22:30, Luis Miguel Morillas <moril...@gmail.com> a écrit :
> 
> The "a" property has valueType item. The lense shows the item with the same 
> "id"
> Saludos,
> 
> -- luismiguel  (@lmorillas)
> 
> 
> 2016-09-12 22:03 GMT+02:00 Olivier Rossel <olivier.ros...@gmail.com>:
>> Hello all.
>> 
>> I am trying to prepare a patch for Exhibit so it handles hierarchical JSON 
>> data.
>> At the moment, I want to prepare an example, but I cannot figure out
>> why my lens definitions fail
>> to work together.
>> 
>> So I created a small unit test. Available at
>> http://search.datao.net/test/index1.html
>> (The corresponding data is at: http://search.datao.net/test/data1.json)
>> 
>> To avoid any conflict with the patch I am working on, the JSON data is
>> not hierachical.
>> And the Exhibit files I import are the official ones, not my patched version.
>> 
>> With such a regular example, I would have hoped my lens definitions to
>> work out of the box.
>> Unfortunately, my objects of type "a" still appear with the default
>> lens (i.e a clickable label) instead of my lens definition.
>> 
>> Can anyone help me on this small example?
>> 
>> Any help is very welcome!
>> 
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "SIMILE Widgets" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to simile-widgets+unsubscr...@googlegroups.com.
>> To post to this group, send email to simile-widgets@googlegroups.com.
>> Visit this group at https://groups.google.com/group/simile-widgets.
>> For more options, visit https://groups.google.com/d/optout.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to simile-widgets+unsubscr...@googlegroups.com.
> To post to this group, send email to simile-widgets@googlegroups.com.
> Visit this group at https://groups.google.com/group/simile-widgets.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.

Reply via email to