<?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 Re: No layout.props field passed into extension. in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/No-layout-props-field-passed-into-extension/m-p/1586774#M10674</link>
    <description>&lt;P&gt;Add&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;type: "items"&lt;/STRONG&gt; to your object.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_756.png" style="width: 489px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12946iC4B261D6F3B47CAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_756.png" alt="Screenshot_756.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Delete the visualization and add it again to the sheet.&lt;/P&gt;&lt;P&gt;Each reference is created when an object (extension) is added to the sheet.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_757.png" style="width: 325px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12947iBDA3EF4041ECC74A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_757.png" alt="Screenshot_757.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 May 2019 16:56:01 GMT</pubDate>
    <dc:creator>nicu1996</dc:creator>
    <dc:date>2019-05-30T16:56:01Z</dc:date>
    <item>
      <title>No layout.props field passed into extension.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/No-layout-props-field-passed-into-extension/m-p/1586742#M10673</link>
      <description>&lt;P&gt;I'm creating an extension in which I want users to be able to configure the maximum number of units on the x-axis (MaxValuesX).&lt;/P&gt;&lt;P&gt;I've got the following at the start of my extension's js:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="question.png" style="width: 712px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12942i58D4009BC39EEF96/image-size/large?v=v2&amp;amp;px=999" role="button" title="question.png" alt="question.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I test the extension, I see the "Visible X-axis Value" property in the configuration panel with the proper default value. What I'm not seeing however, is that in my code's paint function:&lt;/P&gt;&lt;P&gt;paint: function($element,layout) {...}&lt;/P&gt;&lt;P&gt;the field of&amp;nbsp; &lt;STRONG&gt;layout.props.maxValuesX&lt;/STRONG&gt; does not exist. In fact, there is no &lt;STRONG&gt;layout.props&lt;/STRONG&gt; field at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what could be causing this? I have other extension objects that use custom props that work just fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, Steve&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 19:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/No-layout-props-field-passed-into-extension/m-p/1586742#M10673</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2021-08-13T19:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: No layout.props field passed into extension.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/No-layout-props-field-passed-into-extension/m-p/1586774#M10674</link>
      <description>&lt;P&gt;Add&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;type: "items"&lt;/STRONG&gt; to your object.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_756.png" style="width: 489px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12946iC4B261D6F3B47CAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_756.png" alt="Screenshot_756.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Delete the visualization and add it again to the sheet.&lt;/P&gt;&lt;P&gt;Each reference is created when an object (extension) is added to the sheet.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_757.png" style="width: 325px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12947iBDA3EF4041ECC74A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_757.png" alt="Screenshot_757.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 16:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/No-layout-props-field-passed-into-extension/m-p/1586774#M10674</guid>
      <dc:creator>nicu1996</dc:creator>
      <dc:date>2019-05-30T16:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: No layout.props field passed into extension.</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/No-layout-props-field-passed-into-extension/m-p/1586824#M10676</link>
      <description>I was about to say this didn't work but then I noticed that you said the extension had to be deleted and re-added to the app. That did the trick. Thank you.</description>
      <pubDate>Thu, 30 May 2019 18:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/No-layout-props-field-passed-into-extension/m-p/1586824#M10676</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2019-05-30T18:42:28Z</dc:date>
    </item>
  </channel>
</rss>

