<?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 Custom Extension: Overlap &amp;amp; Hide in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Custom-Extension-Overlap-amp-Hide/m-p/2494736#M102470</link>
    <description>&lt;P&gt;Good afternoon,&lt;BR /&gt;&lt;BR /&gt;I am developing a custom extension but I can't find documentation to allow overlap in edit mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone assist?&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2024 17:49:53 GMT</pubDate>
    <dc:creator>heik</dc:creator>
    <dc:date>2024-11-26T17:49:53Z</dc:date>
    <item>
      <title>Custom Extension: Overlap &amp; Hide</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Extension-Overlap-amp-Hide/m-p/2494736#M102470</link>
      <description>&lt;P&gt;Good afternoon,&lt;BR /&gt;&lt;BR /&gt;I am developing a custom extension but I can't find documentation to allow overlap in edit mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone assist?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 17:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Extension-Overlap-amp-Hide/m-p/2494736#M102470</guid>
      <dc:creator>heik</dc:creator>
      <dc:date>2024-11-26T17:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Extension: Overlap &amp; Hide</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Extension-Overlap-amp-Hide/m-p/2498407#M102872</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For hiding or customizing a visualization's appearance in edit mode, you can utilize CSS in your custom extension. I recently worked on a project where I "hid" parts of the visualization UI in edit mode using the following CSS:&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;PRE class="!overflow-visible"&gt;&lt;CODE class="!whitespace-pre hljs language-css"&gt;&lt;SPAN class="hljs-selector-class"&gt;.qv-object-&lt;/SPAN&gt;&lt;SPAN class="hljs-selector-attr"&gt;[your-extension-id]&lt;/SPAN&gt; &lt;SPAN class="hljs-selector-class"&gt;.qv-inner-object&lt;/SPAN&gt; {
  &lt;SPAN class="hljs-attribute"&gt;background&lt;/SPAN&gt;: transparent &lt;SPAN class="hljs-meta"&gt;!important&lt;/SPAN&gt;;
}

&lt;SPAN class="hljs-selector-class"&gt;.qv-object-&lt;/SPAN&gt;&lt;SPAN class="hljs-selector-attr"&gt;[your-extension-id]&lt;/SPAN&gt; {
  &lt;SPAN class="hljs-attribute"&gt;border&lt;/SPAN&gt;: none &lt;SPAN class="hljs-meta"&gt;!important&lt;/SPAN&gt;;
}

&lt;SPAN class="hljs-selector-class"&gt;.qv-object-&lt;/SPAN&gt;&lt;SPAN class="hljs-selector-attr"&gt;[your-extension-id]&lt;/SPAN&gt;&lt;SPAN class="hljs-selector-class"&gt;.qv-mode-edit&lt;/SPAN&gt; &lt;SPAN class="hljs-selector-class"&gt;.qv-inner-object&lt;/SPAN&gt; {
  &lt;SPAN class="hljs-attribute"&gt;background&lt;/SPAN&gt;: &lt;SPAN class="hljs-built_in"&gt;rgb&lt;/SPAN&gt;(&lt;SPAN class="hljs-number"&gt;35&lt;/SPAN&gt;, &lt;SPAN class="hljs-number"&gt;108&lt;/SPAN&gt;, &lt;SPAN class="hljs-number"&gt;255&lt;/SPAN&gt;) &lt;SPAN class="hljs-meta"&gt;!important&lt;/SPAN&gt;; &lt;SPAN class="hljs-comment"&gt;/* Highlighting in edit mode */&lt;/SPAN&gt;
}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Replace &lt;CODE&gt;[your-extension-id]&lt;/CODE&gt;&lt;/STRONG&gt; with the actual ID of your custom extension. The &lt;CODE&gt;.qv-mode-edit&lt;/CODE&gt; class specifically targets edit mode, allowing you to modify the UI only when the user is editing.&lt;/P&gt;
&lt;P&gt;In terms of enabling "overlap" in edit mode, I haven't come across a direct way to do this yet, but I'd be equally curious to learn if there's a method to achieve overlap within Qlik extensions.&lt;/P&gt;
&lt;P&gt;I hope this helps for now! Let me know if you need further clarification or help on the CSS side.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 20:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Extension-Overlap-amp-Hide/m-p/2498407#M102872</guid>
      <dc:creator>nhenckel</dc:creator>
      <dc:date>2024-12-17T20:50:10Z</dc:date>
    </item>
  </channel>
</rss>

