<?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: Touch UI equivalent for showhide xtype in Adobe Experience Manager Discussions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/450628#M32923</link>
    <description>&lt;P&gt;Hi, Even I see the same issue. Can someone please suggest any idea on this?&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 04:52:50 GMT</pubDate>
    <dc:creator>rohinin94643925</dc:creator>
    <dc:date>2022-05-04T04:52:50Z</dc:date>
    <item>
      <title>Touch UI equivalent for showhide xtype</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/279657#M25231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're in the process of converting all of our Classic UI dialogs to Touch UI using the dialog conversion tool. We're using the showhide xtype in a lot of our form field components and we're looking for an equivalent or alternative widget for the Touch UI. Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 19:30:26 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/279657#M25231</guid>
      <dc:creator>marcush35887118</dc:creator>
      <dc:date>2018-10-09T19:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Touch UI equivalent for showhide xtype</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/279658#M25232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is showhide is OOTB xtype or custom.&lt;/P&gt;&lt;P&gt;But there is no type available in touch UI to show hide with cutomization.&lt;/P&gt;&lt;P&gt;You can refer below example to create showhide functionality in touch ui diaog&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.adobe.com/thread/2361291"&gt;Show/hide related implementation in dialog in AEM 6.3&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://gist.github.com/rjspiker/003cf9eac1e853bb109a" title="https://gist.github.com/rjspiker/003cf9eac1e853bb109a"&gt;https://gist.github.com/rjspiker/003cf9eac1e853bb109a&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 07:24:58 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/279658#M25232</guid>
      <dc:creator>arunpatidar</dc:creator>
      <dc:date>2018-10-10T07:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Touch UI equivalent for showhide xtype</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/279659#M25233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply but the examples provided won't work for this scenario. The showhide is an OOTB xtype. It is used to capture the show/hide logic for fields within a web form instead show/hide logic for widgets within a dialog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 16:06:07 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/279659#M25233</guid>
      <dc:creator>marcush35887118</dc:creator>
      <dc:date>2018-10-10T16:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Touch UI equivalent for showhide xtype</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/279660#M25234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In Touch UI , you need to write code which act on onChange event&lt;/P&gt;&lt;P&gt;For example below file is OOTB for show hide items based on dropdown selection, similarly you can write your own&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 16px; font-family: Montserrat;"&gt;/libs/cq/gui/components/authoring/dialog/dropdownshowhide/clientlibs/dropdownshowhide/js/dropdownshowhide.js&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://aem.adobemarketingclub.com/toggle-fields-based-on-selection-in-granite-ui-dialogs/" title="https://aem.adobemarketingclub.com/toggle-fields-based-on-selection-in-granite-ui-dialogs/"&gt;https://aem.adobemarketingclub.com/toggle-fields-based-on-selection-in-granite-ui-dialogs/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have ACS AEM common package install then you can check below as well.&lt;/P&gt;&lt;P&gt;&lt;A href="https://adobe-consulting-services.github.io/acs-aem-commons/features/ui-widgets/show-hide-widgets/index.html" title="https://adobe-consulting-services.github.io/acs-aem-commons/features/ui-widgets/show-hide-widgets/index.html"&gt;Show/Hide Widgets&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 16:53:13 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/279660#M25234</guid>
      <dc:creator>arunpatidar</dc:creator>
      <dc:date>2018-10-10T16:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Touch UI equivalent for showhide xtype</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/279661#M25235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware of how to implement show/hide logic for widgets within a dialog. That's not what i'm asking about here. I'm referring to the specific showhide xtype which handles show/hide logic for the HTML elements in a web form, not widgets in a dialog. The values captured in this xtype are passed along to the Abacus JS which handles form logic for components that extend OOTB form field components. Below is a screenshot of the showhide xtype. Clicking that checkbox in the background dialog opens the 2nd dialog that allows authors to configure show/hide logic for elements that are present on the web form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1593175_pastedImage_0.png"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/13982i1880FD20B6C45954/image-size/large?v=v2&amp;amp;px=999" role="button" title="1593175_pastedImage_0.png" alt="1593175_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 18:16:18 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/279661#M25235</guid>
      <dc:creator>marcush35887118</dc:creator>
      <dc:date>2018-10-10T18:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Touch UI equivalent for showhide xtype</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/279662#M25236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think it is related to AEM Form components. Check below if helps otherwise post same in AEM Form community&lt;/P&gt;&lt;P&gt;&lt;A href="https://helpx.adobe.com/in/experience-manager/6-2/sites/developing/using/developing-forms.html" title="https://helpx.adobe.com/in/experience-manager/6-2/sites/developing/using/developing-forms.html"&gt;Developing Forms&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AEM Forms Community&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.adobe.com/space/5431"&gt;Adobe Experience Manager Forms&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 19:39:27 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/279662#M25236</guid>
      <dc:creator>arunpatidar</dc:creator>
      <dc:date>2018-10-10T19:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Touch UI equivalent for showhide xtype</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/279663#M25237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not related to AEM Forms either. Please stop polluting this thread with unrelated suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 18:32:40 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/279663#M25237</guid>
      <dc:creator>marcush35887118</dc:creator>
      <dc:date>2018-10-12T18:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Touch UI equivalent for showhide xtype</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/350461#M25238</link>
      <description>&lt;P&gt;Did you find a way to use the xtype showhide in touch ui? If yes then can you please help me too with it.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 11:16:03 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/350461#M25238</guid>
      <dc:creator>shruti93sinha</dc:creator>
      <dc:date>2019-12-19T11:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Touch UI equivalent for showhide xtype</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/450628#M32923</link>
      <description>&lt;P&gt;Hi, Even I see the same issue. Can someone please suggest any idea on this?&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 04:52:50 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/touch-ui-equivalent-for-showhide-xtype/m-p/450628#M32923</guid>
      <dc:creator>rohinin94643925</dc:creator>
      <dc:date>2022-05-04T04:52:50Z</dc:date>
    </item>
  </channel>
</rss>

