<?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: How can I include the help file of a custom wiget in Portal? in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-include-the-help-file-of-a-custom-wiget/m-p/1036635#M14436</link>
    <description>&lt;P&gt;Ester,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The way that I handle this in my custom widget is to have a help folder under the widgets main folder and apply this hack to the setting.js of the widget.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt; setConfig:function(config){
      //hack the 'Learn more about this widget link'
      setTimeout(function(){
        var helpLink = dojo.query('.help-link');
        helpLink[0].href = this.configWindow.esri._appBaseUrl + 'widgets/eSearch/help/eSearch_Help.htm';
        html.setStyle(helpLink[0],'display','block');
      },600);

      this.config = config;
...&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 15 Mar 2021 14:56:18 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-03-15T14:56:18Z</dc:date>
    <item>
      <title>How can I include the help file of a custom wiget in Portal?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-include-the-help-file-of-a-custom-wiget/m-p/1035414#M14421</link>
      <description>&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;I know the way to add help file of a custom widget in wab developers:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&lt;A title="" href="https://developers.arcgis.com/web-appbuilder/guide/add-help-for-your-widget.htm" target="_blank" rel="noopener noreferrer"&gt;https://developers.arcgis.com/web-appbuilder/guide/add-help-for-your-widget.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;But in Portal the 'docs' folder doesn't exist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;I would like to know if it can be made and if it's possible I would need to know the workflow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Best regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 13:18:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-include-the-help-file-of-a-custom-wiget/m-p/1035414#M14421</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-11T13:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I include the help file of a custom wiget in Portal?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-include-the-help-file-of-a-custom-wiget/m-p/1035427#M14423</link>
      <description>&lt;P&gt;I believe the "~/docs" folder referred here is under&amp;nbsp;ArcGISWebAppBuilder directory (Unzipped from the WAB-Dev Edition zip file).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jayanta_Poddar_0-1615470868975.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/8204iA5623FF9113BB278/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jayanta_Poddar_0-1615470868975.png" alt="Jayanta_Poddar_0-1615470868975.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 13:56:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-include-the-help-file-of-a-custom-wiget/m-p/1035427#M14423</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-03-11T13:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I include the help file of a custom wiget in Portal?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-include-the-help-file-of-a-custom-wiget/m-p/1035833#M14425</link>
      <description>&lt;P&gt;thank you &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/95280"&gt;@JayantaPoddar&lt;/a&gt; but it's for developer edition as I commented.&lt;/P&gt;&lt;P&gt;My doubt is the same procedure for portal version, because docs folder doesn't exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 07:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-include-the-help-file-of-a-custom-wiget/m-p/1035833#M14425</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-12T07:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I include the help file of a custom wiget in Portal?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-include-the-help-file-of-a-custom-wiget/m-p/1036635#M14436</link>
      <description>&lt;P&gt;Ester,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The way that I handle this in my custom widget is to have a help folder under the widgets main folder and apply this hack to the setting.js of the widget.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt; setConfig:function(config){
      //hack the 'Learn more about this widget link'
      setTimeout(function(){
        var helpLink = dojo.query('.help-link');
        helpLink[0].href = this.configWindow.esri._appBaseUrl + 'widgets/eSearch/help/eSearch_Help.htm';
        html.setStyle(helpLink[0],'display','block');
      },600);

      this.config = config;
...&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 15 Mar 2021 14:56:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-can-i-include-the-help-file-of-a-custom-wiget/m-p/1036635#M14436</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-03-15T14:56:18Z</dc:date>
    </item>
  </channel>
</rss>

