Docked identify widget?

3419
4
09-25-2015 05:56 PM
DrewDowling
Occasional Contributor III

Has anybody developed a docked identify widget? Or maybe one that will open the attribute table directly? I have a requirement to built an app where clicking on a feature will open the popup/attributes in a side panel as opposed to a popup in the map.

4 Replies
RobertScheitlin__GISP
MVP Emeritus

Drew,

   Strange timing as someone else asked the same question:

Identify Widget - Attribute Widget Link (don't waist valuable Map visibility)

DrewDowling
Occasional Contributor III

Robert

Thanks for your reply. It's a small GIS community I guess! Your identify widget will be a good starting place for my development if this project takes off.

Thanks again

Drew

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Drew,

   I also have an idea to take the "Popup content in side panel" JS API sample and turn it into a widget. I am in the middle of another widgets development right now though so it would have to wait till I get some free time.

DiegoGuidi1
New Contributor II

I just create a template js file that can be used to create a panel with the same behavior of the Attribute Table, along with this properties specified in the manifest

"properties": {
    "inPanel": false,
}
 
hope it helps someone 🙂
0 Kudos