<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How do we access in studio through layoutValue in EL a complex schema which is a list? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-we-access-in-studio-through-layoutvalue-in-el-a-complex/m-p/327411#M14412</link>
    <description>&lt;P&gt;personal is the schema prefix.
Family is a complex list.
DPGJC is attribute of complex list family.
&lt;CODE&gt;#{layoutValue.personal.Family.dpgjc == true ? 'view' : 'edit'}&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2016 14:17:29 GMT</pubDate>
    <dc:creator>Amir_Buzo</dc:creator>
    <dc:date>2016-11-02T14:17:29Z</dc:date>
    <item>
      <title>How do we access in studio through layoutValue in EL a complex schema which is a list?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-we-access-in-studio-through-layoutvalue-in-el-a-complex/m-p/327411#M14412</link>
      <description>&lt;P&gt;personal is the schema prefix.
Family is a complex list.
DPGJC is attribute of complex list family.
&lt;CODE&gt;#{layoutValue.personal.Family.dpgjc == true ? 'view' : 'edit'}&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 14:17:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-do-we-access-in-studio-through-layoutvalue-in-el-a-complex/m-p/327411#M14412</guid>
      <dc:creator>Amir_Buzo</dc:creator>
      <dc:date>2016-11-02T14:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do we access in studio through layoutValue in EL a complex schema which is a list?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-we-access-in-studio-through-layoutvalue-in-el-a-complex/m-p/327412#M14413</link>
      <description>&lt;P&gt;&lt;A href="https://app.quandora.com/object/d3443f46-39b7-4ff0-bcce-5ca05c10906f"&gt;Florent Guillaume&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I tried all of this and nothing seemed to work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;#{layoutValue.kartelapersonale.Familja.dpgjc == true ? 'view' : 'edit'}
#{layoutValue.data.kartelapersonale.Familja.dpgjc == true ? 'view' : 'edit'}
#{layoutValue.kartelapersonale.Familja.data.dpgjc == true ? 'view' : 'edit'}
#{layoutValue.data.dpgjc == true ? 'view' : 'edit'}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Nov 2016 14:57:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-do-we-access-in-studio-through-layoutvalue-in-el-a-complex/m-p/327412#M14413</guid>
      <dc:creator>Amir_Buzo</dc:creator>
      <dc:date>2016-11-02T14:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do we access in studio through layoutValue in EL a complex schema which is a list?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-do-we-access-in-studio-through-layoutvalue-in-el-a-complex/m-p/327413#M14414</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;#{layoutValue.personal.Family.getData().get(INDEX).getValue('dpgjc') == true ? 'view' : 'edit'}
  
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I discover how to get it from the list but i need to take the item of list and i need the right INDEX,
I have tried with widgetIndex, rowIndex, LayoutValueRow etc but nothing seemed to work. It always take the value 1.
How to pick up from layoutValue the index of a list.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 13:23:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-do-we-access-in-studio-through-layoutvalue-in-el-a-complex/m-p/327413#M14414</guid>
      <dc:creator>Amir_Buzo</dc:creator>
      <dc:date>2016-11-03T13:23:58Z</dc:date>
    </item>
  </channel>
</rss>

