<?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: Create off-panel widget to display information automatically after splash screen in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427005#M11311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WIlliam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; There is no pre-made dijit that meets your needs then. When working with out of panel widgets almost all of the UI development is on you as the developer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2016 18:58:50 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-06-20T18:58:50Z</dc:date>
    <item>
      <title>Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/426996#M11302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to show additional information after the user agrees to the terms &amp;amp; conditions on the splash screen. What ESRI or DOJO class (a dijit/Dialog perhaps?) should I use to display this information as an off-panel widget and how would I have it display automatically upon the close of the splash screen? Any help is much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 17:45:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/426996#M11302</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-06-17T17:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/426997#M11303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I would use jimu/dijits/Message.js for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 18:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/426997#M11303</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-06-17T18:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/426998#M11304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Would I include this in the define section of my widget? Is there any more documentation on this other than what is in the Message.js file itself? Also, can an off-panel widget be added to the headerController, and if not, where?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 19:23:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/426998#M11304</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-06-17T19:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/426999#M11305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Based on your scenario I would just add this to the splash widgets Widget.js in the define and not worry at all with adding a new widget. No there is no documentation on the Message dijit other then what you can derive from the code in the Message.js&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 19:44:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/426999#M11305</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-06-17T19:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427000#M11306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;I added 'jimu/dijit/Message' to the splash widget's define and Message to the argument list. Where/How do I override the empty message string in Message.js?&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 20:09:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427000#M11306</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-06-17T20:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427001#M11307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; To use the Message dijit is is as simple as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;new Message({
&amp;nbsp;&amp;nbsp;&amp;nbsp; titleLabel: "Some Title,
&amp;nbsp;&amp;nbsp;&amp;nbsp; message: "Some message"
});&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or as advanced as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var qMessage = new Message({
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type: 'question',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; titleLabel: this.nls.warning,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; message: this.nls.graphicgeomtypemsg1 + "\n\n" + this.nls.graphicgeomtypemsg2,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; buttons: [{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label: this.nls._continue,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; onClick: lang.hitch(this, lang.hitch(this, function () {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qMessage.close();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.lastDrawCommonType = commontype;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.lastDrawTool = geotype;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.drawBox.clear();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.garr = [];
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }))
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label: this.nls.cancel,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; onClick: lang.hitch(this, lang.hitch(this, function () {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qMessage.close();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.drawBox.activate(this.lastDrawTool);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }))
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }]
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:13:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427001#M11307</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T19:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427002#M11308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;Would I add one of these to the onOkClick function in the splash widget?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 20:26:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427002#M11308</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-06-17T20:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427003#M11309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 20:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427003#M11309</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-06-17T20:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427004#M11310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestion, but I should have been more specific in my original question. The reason I was thinking of making a widget was because I wanted users to be able to reference the information presented after the splash screen at any point in the application. I don't want the widget to be in a panel, as I would like it to be centered on the screen. I also wanted to include tabs to help organize the data. I'm hoping to include this widget in the headerController. Any thoughts on what ESRI/DOJO class I should use for this widget? Thanks again for your attention to this matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 18:46:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427004#M11310</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-06-20T18:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427005#M11311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WIlliam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; There is no pre-made dijit that meets your needs then. When working with out of panel widgets almost all of the UI development is on you as the developer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 18:58:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427005#M11311</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-06-20T18:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427006#M11312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I finally got back to this problem. Below is a picture of what I would like to accomplish, that is to display a TabContainer in the center of the browser. I have a working TabContainer using only dojo, but I'm not sure how to transition it to Web AppBuilder, especially how to center the container. Do I need to modify or create a layout in an existing theme (\client\stemapp\themes\FoldableTheme\layouts\default\config.json) or in a new theme? Any guidance will be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/211972_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 19:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427006#M11312</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-07-15T19:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427007#M11313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not using WebApp Builder but here's how I've accomplished something that I think looks similar. I have a separate JS file that constructs the dialog (see attached code) and the dialog is created/displayed on a button click that triggers the showHelp() function inside the JS file. I've also attached a screenshot of the dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code isn't pasting very well into the post (Thanks, GeoNet!) so I'm attaching it as a file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="mapHelpExample.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/212037_mapHelpExample.jpg" style="width: 620px; height: 310px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 19:58:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427007#M11313</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2016-07-15T19:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427008#M11314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve! I'm looking at your code right now, and I'll let you know how it works on Monday.&lt;/P&gt;&lt;P&gt;By the way, if you want to add code in a GeoNet message, after clicking REPLY there is a link labeled &lt;STRONG&gt;Use advanced editor&lt;/STRONG&gt; in the upper right corner of your reply message box (see image below).&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/212051_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you click on that, you get a new screen and text field (see image below).&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/212052_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;Once your code is in the text area, highlight it and go to the &amp;gt;&amp;gt;, select Syntax Highlighting, followed by the programing language you are using (see image below).&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/212053_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;Below is an example of how it looks after the process is done.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4 j-img-original" src="https://community.esri.com/legacyfs/online/212054_pastedImage_6.png" /&gt;&lt;/P&gt;&lt;P&gt;Have a&amp;nbsp; great weekend!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 21:01:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427008#M11314</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-07-15T21:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427009#M11315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did that but either my code was too much or something else because it appeared as though not all my code was present. I didn't want to risk posting partial code so I decided to just attach the file instead.&amp;nbsp; I have a lot of distain for GeoNet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 21:10:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427009#M11315</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2016-07-15T21:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427010#M11316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you haven;t looked &lt;A href="https://community.esri.com/migrated-users/17277"&gt;Larry Stout&lt;/A&gt;​ 's custom widgets yet, might be worth a look.&amp;nbsp; He has a different job now so can't always get back on follow up questions, but he has all the code needed &lt;A href="https://community.esri.com/thread/140865"&gt;Larrys Custom WAB Widgets and More&lt;/A&gt;&amp;nbsp; and a live demo &lt;A href="http://gis.hamiltoncounty.in.gov/mapviewer/index.html" title="http://gis.hamiltoncounty.in.gov/mapviewer/index.html"&gt;ArcGIS Web Application&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This and many other custom widgets and WAB-Dev edition info can be found &lt;A href="https://community.esri.com/migration-blogpost/2580"&gt;Web AppBuilder Developer Edition - Customization Resource List&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 15:45:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427010#M11316</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-07-18T15:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427011#M11317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;Could I have a look at your html for the widget?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 18:36:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427011#M11317</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-07-18T18:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427012#M11318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use the "about" widget for a similar purpose to what you describe.&amp;nbsp;&amp;nbsp; Have you already ruled out that widget?&amp;nbsp; I'm sure it wouldn't take much to programmatically open it when&amp;nbsp; the splash screen is closed, then the user can open and close it when needed by clicking an icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/212264_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 19:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427012#M11318</guid>
      <dc:creator>MichaelJenkins</dc:creator>
      <dc:date>2016-07-18T19:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427013#M11319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion Michael. I was just hoping to have the content appear in the center of the browser, as part of its function is to act as a welcome screen. Also, my About widget currently provides information and instructions on how to use each of the widgets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 20:08:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427013#M11319</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-07-18T20:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427014#M11320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the links Rebecca. I had already looked at Larry's WelWhatDisHelpAbout widget though. If it were a free standing widget, I probably would use it, but it is dependent on the Acme widget. I'm hoping to find a simpler way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 20:23:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427014#M11320</guid>
      <dc:creator>WilliamMiller4</dc:creator>
      <dc:date>2016-07-18T20:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create off-panel widget to display information automatically after splash screen</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427015#M11321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be attached to one of my earlier responses in this thread. The file was mapHelp.JS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 20:42:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/create-off-panel-widget-to-display-information/m-p/427015#M11321</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2016-07-18T20:42:25Z</dc:date>
    </item>
  </channel>
</rss>

