<?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: LDockable panel in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833672#M8536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did that and remapped the panel to the Jewelryboxtheme and the panel is showing up now. Why did that work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2016 20:48:59 GMT</pubDate>
    <dc:creator>DouglasLecker</dc:creator>
    <dc:date>2016-10-05T20:48:59Z</dc:date>
    <item>
      <title>LDockable panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833664#M8528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I am trying to use the LDockable panel functionality from the Jewelry box theme to my custom theme, but I can't figure out where to put my widget for it to register it in the config.json that one is present. The panel only shows up in the Jewelry box if you put a widget in in when you create the map. Has anyone tried to use this panel in their theme's?&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Doug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 20:34:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833664#M8528</guid>
      <dc:creator>DouglasLecker</dc:creator>
      <dc:date>2016-10-03T20:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: LDockable panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833665#M8529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doug,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if this is what you're after, but I added the left dockable panel after the zoom slider in my config JSON.&amp;nbsp; Here's an example of the code that I have displaying the legend widget within that panel:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"groups": [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "visible": false,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "panel": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "uri": "themes/JewelryBoxTheme/panels/LDockablePanel/Panel",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "position": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "left": 0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "top": 40,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "bottom": 0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "width": 360,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "relativeTo": "browser"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "maxWidgets": 1,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "_19",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "widgets": [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Legend",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "label": "Legend",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "version": "2.1",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "uri": "widgets/Legend/Widget",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "config": "configs/Legend/config_Legend.json",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "widgets_Legend_Widget"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "label": "Group_0"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 14:14:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833665#M8529</guid>
      <dc:creator>DanielStoelb</dc:creator>
      <dc:date>2016-10-05T14:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: LDockable panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833666#M8530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Daniel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Yes, that is what I did, but for some reason, I keep getting an error saying I have "an unexpected character at line 1 column 1 of the JSON data". I don't see anything wrong with the config.json in my theme, so it has to be something somewhere else. Any ideas?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Douglas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 14:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833666#M8530</guid>
      <dc:creator>DouglasLecker</dc:creator>
      <dc:date>2016-10-05T14:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: LDockable panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833667#M8531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like it might be a missing comma, semicolon, or something else.&amp;nbsp; Can you post your code or PM me the code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 17:34:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833667#M8531</guid>
      <dc:creator>DanielStoelb</dc:creator>
      <dc:date>2016-10-05T17:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: LDockable panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833668#M8532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Turned out that I did not have the config folder for that widget in the configs folder. That got rid of the error, but the panel still won't show up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 20:03:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833668#M8532</guid>
      <dc:creator>DouglasLecker</dc:creator>
      <dc:date>2016-10-05T20:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: LDockable panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833669#M8533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have the JewelryBoxTheme copied in the themes folder of your app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 20:31:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833669#M8533</guid>
      <dc:creator>DanielStoelb</dc:creator>
      <dc:date>2016-10-05T20:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: LDockable panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833670#M8534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I don't. Why do I have to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 20:42:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833670#M8534</guid>
      <dc:creator>DouglasLecker</dc:creator>
      <dc:date>2016-10-05T20:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: LDockable panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833671#M8535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because if you don't have that directory, you wouldn't have the panels folder that houses the LDockablePanel widget files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 20:48:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833671#M8535</guid>
      <dc:creator>DanielStoelb</dc:creator>
      <dc:date>2016-10-05T20:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: LDockable panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833672#M8536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did that and remapped the panel to the Jewelryboxtheme and the panel is showing up now. Why did that work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 20:48:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833672#M8536</guid>
      <dc:creator>DouglasLecker</dc:creator>
      <dc:date>2016-10-05T20:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: LDockable panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833673#M8537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am thinking that it was looking for the location of the widget javascript for the left dockable panel and couldn't find it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 22:33:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833673#M8537</guid>
      <dc:creator>DanielStoelb</dc:creator>
      <dc:date>2016-10-05T22:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: LDockable panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833674#M8538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your help Daniel. Now I just have some css to tackle and I think I will be good to go.&lt;/P&gt;&lt;P&gt;Cordially,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Douglas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 12:07:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833674#M8538</guid>
      <dc:creator>DouglasLecker</dc:creator>
      <dc:date>2016-10-06T12:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: LDockable panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833675#M8539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have another issue with the LDockable panel. I moved it to the right side of the layout, but the map position does not change anymore. I have reversed all the code to the changeMapPosition in the panel, but it is still opening up on top of the map. Any Idea what I might be missing?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 21:41:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833675#M8539</guid>
      <dc:creator>DouglasLecker</dc:creator>
      <dc:date>2016-12-06T21:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: LDockable panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833676#M8540</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 tried but not sure exactly where is that code and how it works, can you please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 20:53:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/ldockable-panel/m-p/833676#M8540</guid>
      <dc:creator>James_001</dc:creator>
      <dc:date>2018-08-16T20:53:47Z</dc:date>
    </item>
  </channel>
</rss>

