Identify results show on left pane

876
3
Jump to solution
08-07-2014 05:43 AM
MayJeff
Occasional Contributor

I have 3 map services to identify and try to use this example here :

https://community.esri.com/thread/106054?q=identify combine

How do you show the results on left pane instead of pop up info window. 

<body class="claro">

        <div id="content" data-dojo-type="dijit/layout/BorderContainer" design="headline" gutters="true" style="width: 100%; height: 100%; margin: 0;">

            <div id="header" data-dojo-type="dijit/layout/ContentPane" region="top">

            </div>

            <div data-dojo-type="dijit/layout/ContentPane" id="leftPane" region="left" splitter="true">

      <div id="tabs" dojoType="dijit/layout/ContentPane" style="width:385px; height:150px;">

      </div>

            </div>

            <div id="map" data-dojo-type="dijit/layout/ContentPane" region="center">

            </div>

        </div>

    </body>

Thank you.

0 Kudos
1 Solution

Accepted Solutions
ReneRubalcava
Frequent Contributor

Here is a sample that shows how to display popup information inside a sidepanel.

View solution in original post

3 Replies
TimWitt2
MVP Alum

May,

you could use html.set to feed the information you retrieve into your content pane.

dojo/html — The Dojo Toolkit - Reference Guide

Hope this helps!

Tim

MayJeff
Occasional Contributor

Tim,

Can you show me or give me an example how to I place it inside the code?  Thank you.

0 Kudos
ReneRubalcava
Frequent Contributor

Here is a sample that shows how to display popup information inside a sidepanel.